#intro2{		
width:100%;
margin:auto;
margin-bottom:10px;
background:#F5F5F5;
padding:10px;

border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
box-shadow:0px 2px #000;
	-moz-box-shadow:0px 2px #000;
-webkit-box-shadow:0px 2px #000;


	display:flex;
	flex direction:flow;
	flex-wrap:wrap;	
	justify-content:center;	
	align-items:center;
}	



///////************////////////////	
#intro legend{
	width:100%;
	
}

#comacronutrientes{
width:80%;
float:left;
height:auto;
background: rgb(254,252,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(241,218,54,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
box-shadow:0px 3px 5px #000;
		-moz-box-shadow:0px 3px 5px #000;
		-webkit-box-shadow:0px 3px 5px #000;

margin:0px 0px 5px 5px;
margin-top:30px;
padding:10px;
}

#comicronutrientes{
width:80%;
float:left;
height:auto;
background: rgb(254,252,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(241,218,54,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
box-shadow:0px 3px 5px #000;
		-moz-box-shadow:0px 3px 5px #000;
		-webkit-box-shadow:0px 3px 5px #000;

margin:0px 5px 5px 5px;
margin-top:30px;
padding:10px;
}


#coagua{
width:70%;
float:left;
height:auto;
text-align:center;
background: rgb(210,223,237); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(210,223,237,1) 0%, rgba(200,215,235,1) 26%, rgba(190,208,234,1) 51%, rgba(166,192,227,1) 51%, rgba(175,199,232,1) 62%, rgba(186,208,239,1) 75%, rgba(153,181,219,1) 88%, rgba(121,155,200,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,223,237,1)), color-stop(26%,rgba(200,215,235,1)), color-stop(51%,rgba(190,208,234,1)), color-stop(51%,rgba(166,192,227,1)), color-stop(62%,rgba(175,199,232,1)), color-stop(75%,rgba(186,208,239,1)), color-stop(88%,rgba(153,181,219,1)), color-stop(100%,rgba(121,155,200,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(210,223,237,1) 0%,rgba(200,215,235,1) 26%,rgba(190,208,234,1) 51%,rgba(166,192,227,1) 51%,rgba(175,199,232,1) 62%,rgba(186,208,239,1) 75%,rgba(153,181,219,1) 88%,rgba(121,155,200,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(210,223,237,1) 0%,rgba(200,215,235,1) 26%,rgba(190,208,234,1) 51%,rgba(166,192,227,1) 51%,rgba(175,199,232,1) 62%,rgba(186,208,239,1) 75%,rgba(153,181,219,1) 88%,rgba(121,155,200,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(210,223,237,1) 0%,rgba(200,215,235,1) 26%,rgba(190,208,234,1) 51%,rgba(166,192,227,1) 51%,rgba(175,199,232,1) 62%,rgba(186,208,239,1) 75%,rgba(153,181,219,1) 88%,rgba(121,155,200,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(210,223,237,1) 0%,rgba(200,215,235,1) 26%,rgba(190,208,234,1) 51%,rgba(166,192,227,1) 51%,rgba(175,199,232,1) 62%,rgba(186,208,239,1) 75%,rgba(153,181,219,1) 88%,rgba(121,155,200,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dfed', endColorstr='#799bc8',GradientType=0 ); /* IE6-9 */
margin:0px 0px 5px 0px;
margin-top:20px;
box-shadow:0px 3px 5px #000;
		-moz-box-shadow:0px 3px 5px #000;
		-webkit-box-shadow:0px 3px 5px #000;
}

#cofibra{
width:70%;
float:left;
height:auto;
text-align:center;
background: #f3e2c7; /* Old browsers */
background: -moz-linear-gradient(top,  #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3e2c7), color-stop(50%,#c19e67), color-stop(51%,#b68d4c), color-stop(100%,#e9d4b3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */

margin:0px 0px 5px 0px;
box-shadow:0px 3px 5px #000;
		-moz-box-shadow:0px 3px 5px #000;
		-webkit-box-shadow:0px 3px 5px #000;
}


#coejercicio{
width:70%;
float:left;
height:auto;
text-align:center;
background: rgb(248,255,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(248,255,232,1) 0%, rgba(227,245,171,1) 33%, rgba(183,223,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,255,232,1)), color-stop(33%,rgba(227,245,171,1)), color-stop(100%,rgba(183,223,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(248,255,232,1) 0%,rgba(227,245,171,1) 33%,rgba(183,223,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(248,255,232,1) 0%,rgba(227,245,171,1) 33%,rgba(183,223,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(248,255,232,1) 0%,rgba(227,245,171,1) 33%,rgba(183,223,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(248,255,232,1) 0%,rgba(227,245,171,1) 33%,rgba(183,223,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */

margin:0px 5px 10px 5px;
box-shadow:0px 3px 5px #000;
		-moz-box-shadow:0px 3px 5px #000;
		-webkit-box-shadow:0px 3px 5px #000;
}

#codescanso{
width:70%;
float:left;
height:auto;
text-align:center;
background: #3b679e; /* Old browsers */
background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

margin:0px 0px 10px 0px;
box-shadow:0px 3px 5px #000;
		-moz-box-shadow:0px 3px 5px #000;
		-webkit-box-shadow:0px 3px 5px #000;
}


	

	
#contenido  h5{
font-size:20px;
margin:25px 0px 10px 0px;
}			



#contenido  h6{
font-size:16px;
margin:20px 0px 10px 0px;	
}			


#contenido .thumb1{
width:15%;
min-width:100px;
max-width:130px;
margin:auto;
margin-top:15px;

border:solid 2px #4d78b3;
box-shadow:0px 2px #000;
	-moz-box-shadow:0px 2px #000;
	-webkit-box-shadow:0px 2px #000;
}


#contenido a:hover{
background: #46793a; /* Old browsers */
background: -moz-linear-gradient(top,  #46793a 0%, #2d4c1e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46793a), color-stop(100%,#2d4c1e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #46793a 0%,#2d4c1e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #46793a 0%,#2d4c1e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #46793a 0%,#2d4c1e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #46793a 0%,#2d4c1e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46793a', endColorstr='#2d4c1e',GradientType=0 ); /* IE6-9 */

color:fff;
}




/***  MACRONUTRIENTES  ***/


/* tablas calorias */  

.tabla {
width:75%;
border-collapse:collapse;
text-align:center;
line-height:20px;
margin:40px auto;

padding:5px;
border:1px solid;
}

.tabla th{
background-color:#00FFFF;
border:1px solid;
}

.tabla td{
border:1px solid;
}


/*  estilos  */

#glucidos{
width:100%;

padding:10px;
margin-top:20px;

background:#F5F5F5;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
}



#fibra{
width:100%;
padding:10px;

margin-top:20px;
background:#F5F5F5;
}
	
#fibra h2{	
margin:10px auto;
text-decoration:underline;
}



#lipidos{
width:100%;

padding:10px;

margin-top:20px;
background:#F5F5F5;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
}


#proteinas{
width:100%;
padding:10px;

margin-top:20px;
background:#F5F5F5;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
}



/***  MICRONUTRIENTES  ***/


/* imagenes */

.thumb2{
width:50px;

margin:20px auto;
height:50px;

border:solid 2px #4d78b3;
box-shadow:0px 2px #000;
	-moz-box-shadow:0px 2px #000;
	-webkit-box-shadow:0px 2px #000;

}



/* estilos */

#vitaminas{
width:100%;

padding:10px;

margin-top:20px;
background:#fff;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
	}

.solubles{
font-size:20px;
margin:25px 0px 10px 0px;
}

#vitaminas article{
width:100%;
margin-top:20px;
background:#fff;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
}


.vit{
width:70%;	
font-size:20px;

margin:20px auto;
text-align:center;	
border:solid 2px #4d78b3;
}




#ahidrosolubles{
width:100%;

margin:10px auto;
margin-bottom:10px;
padding:5px;
background:#F5F5F5;
}


#aliposolubles{
width:100%;

margin:10px 0px;
padding:5px;
background:#F5F5F5;
}


/******/



#minerales{
width:100%;

padding:10px;

margin-top:20px;
background:#fff;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
}






#minerales article{
width:100%;

margin:10px auto;
margin-bottom:10px;
padding:5px;
background:#F5F5F5;
	
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	
	
}

.min{
width:70%;	
font-size:20px;

margin:20px auto;
text-align:center;	
border:solid 2px #4d78b3;
}


#minerales article .thumb{
width:200px;
height:170px;
float:right;
margin:0px 10px 10px 5px;
border:solid 2px #4d78b3;
box-shadow:0px 2px #000;
	-moz-box-shadow:0px 2px #000;
	-webkit-box-shadow:0px 2px #000;
}





/***  AGUA  ***/



#agua{
width:100%;

padding:10px;
margin-top:20px;

background:#F5F5F5;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
}
