@import url("reset.css");
@import url("fuentes.css");
---------





body {	
 background-color:#f1ffff; 
font-family:Arial, Helvetica, Sans-serif;


}


#contenedor{
width:100%;
margin:auto;
	
	display:flex;
	
	flex-direction:row;
	flex-wrap:wrap;	
	
	justify-content:center;
	align-items:center;
}


#xmen {
width:100%;
	max-width:960px;
	height:auto;
margin:0px auto;

display: inline-block;
text-align:center;
background:#ebeaff;
}







#menu a{
width:100%;
	max-width:960px;
	height:auto;

	
	line-height:55px;
	list-style:none;
	text-decoration:none;
	padding:2px;
background:#4d78b3;
	color:#fff;
	font-size:25px;
	font-family:sourcesans;
		
	border-radius:5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:solid 1px #000;
margin:5px 5px 0px 5px;
 
}

#menu 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;
	
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	
	
	}



#main {
	width:100%;
	height:auto;
	margin:30px 0px 20px 0px;
	
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		
		display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}
	
	
#main > h1{
	width:100%;
	height:auto;
	text-align:center;
	font-size:44px;
	margin:0px auto;
}

/*Fin menu principal*/


#bienvenidos {
	
	width:100%;
	max-width:960px;
	height:auto;
	
	padding:5px;
 background: #fff;
	margin:5px 0px 20px 0px;
	
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	
	box-shadow: 2px 5px 5px #000;
		-moz-box-shadow:2px 5px 5px #000;
	-webkit-box-shadow:2px 5px 5px #000;	
	
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}
	
	
	
	
#bubblebox{ width:340px; height:200px; margin:0 auto; float:right; border:5px solid #62ad28; background:#62ad28}
#bubbles{ width:auto; margin:0px auto; text-align:center; }
#bubbles > div{ display:none; width:10px; height:10px; margin:10px 10px 0px 10px; background:rgba(0,0,0,.1); text-align:center; border:2px solid #999; border-radius:100%; font-size:17px; text-decoration:none; transition: background 0.3s linear 0s; cursor:pointer; }

#bubblecontent{ margin:5px auto; transition:opacity 0.3s linear 0s; font-family: Arial;}

#bubblecontent > a{ margin:0px 5px 5px 5px;}
#bubblecontent > img{ width:330px; height:190px; margin:0px 5px 5px 5px;}
.thumb4{ width:325px; height:190px; margin:0px 5px 5px 5px;}



/* Inicio calculadoras en la pagina principal  */

#calculadoras{

width:395px;

float:right;
margin:10px 0px 0px 0px;
text-decoration:underline;

display: inline-block;

border:solid 2px #38700d;

background: #62ad28;

border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;		
}


#calculadoras fieldset{
border:0px solid #F5EFFB;
}


#calcuimc {
width:115px;
height:165px;
margin:0px 5px 5px 0px;
display:inline-block;
float:left;
border:1px solid #F5EFFB;
background: #62ad28;
}
#calcuimc h5{
width:120px;
margin:10px 10px 5px 0px;
text-align:center;
color:#fff;
}

#calcuimc h6{
width:122px;

margin:0px 10px 10px 0px;
text-align:center;
font-size:10px;
color:#fff;
}

#calcuimc img{
width:80px;
height:80px;
margin:0px 0px 5px 17px;
border:solid 1px #6E6E6E;

border-radius:55px;
		-moz-border-radius:55px;
		-webkit-border-radius:55px;

	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;	

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebf3fb+29,b0d3f2+100,c8e1f6+100 */
background: #6E6E6E; /* Old browsers */

		
		}

	
		
		
#calcuimc img:hover{
border:solid 1px #fff;


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

}






#calcureq {
width:115px;
height:165px;
margin:0px 5px 5px 0px;
display:inline-block;
float:left;
border:1px solid #F5EFFB;
background: #62ad28;

}
#calcureq h5{
width:120px;
margin:10px 10px 5px 0px;
text-align:center;
color:#fff;
}

#calcureq h6{
width:122px;

margin:0px 10px 10px 0px;
text-align:center;
font-size:10px;
color:#fff;
}

#calcureq img{
width:80px;
height:80px;
margin:0px 0px 5px 17px;
border:solid 1px #6E6E6E;

border-radius:55px;
		-moz-border-radius:55px;
		-webkit-border-radius:55px;

	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;	

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebf3fb+29,b0d3f2+100,c8e1f6+100 */
background: #6E6E6E; /* Old browsers */

	}

#calcureq img:hover{
border:solid 1px #fff;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8e1f6+0,b0d3f2+0,ebf3fb+71 */
background: #c8e1f6; /* Old browsers */
background: -moz-linear-gradient(top,  #c8e1f6 0%, #b0d3f2 0%, #ebf3fb 71%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8e1f6), color-stop(0%,#b0d3f2), color-stop(71%,#ebf3fb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c8e1f6 0%,#b0d3f2 0%,#ebf3fb 71%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c8e1f6 0%,#b0d3f2 0%,#ebf3fb 71%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c8e1f6 0%,#b0d3f2 0%,#ebf3fb 71%); /* IE10+ */
background: linear-gradient(to bottom,  #c8e1f6 0%,#b0d3f2 0%,#ebf3fb 71%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8e1f6', endColorstr='#ebf3fb',GradientType=0 ); /* IE6-9 */

}


#pdf {
width:115px;
height:165px;
margin:0px 5px 5px 0px;
display:inline-block;
float:left;
border:1px solid #F5EFFB;
background: #62ad28;

}

#pdf h5{
width:120px;
margin:10px 10px 5px 0px;
text-align:center;
color:#fff;
}

#pdf h6{
width:122px;

margin:0px 10px 10px 0px;
text-align:center;
font-size:10px;
color:#fff;
}

#pdf img{
width:75px;
height:75px;
margin:15px 10px 5px 16px;
border:solid 3px  #424242;
float:left;


	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;	
background:#000;	
		
}

	
		
		
#pdf img:hover{
border:solid 3px  #424242;
}





#bienvenidos2 {
	width:100%;
	max-width:960px;
	height:auto;
	
	padding:5px;
 background: #fff;
	margin:10px 0px 20px 0px;
	
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	
	box-shadow: 2px 5px 5px #000;
		-moz-box-shadow:2px 5px 5px #000;
	-webkit-box-shadow:2px 5px 5px #000;	
	
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}
	
#fecha{
	width:45%;
	height:auto;
		text-align:center;
	padding:5px;
	margin:40px 0px 5px 5px;
	background:#fff;
	color:#000;
font-family:Sans-serif, Arial ;
	font-size:19px;
	
}
	
	
#frasea{
	width:45%;
	height:auto;
	float:left;
font-family:'Tangerine', cursive;
	color:#000;
	font-size:20px;
	text-align:center;
	margin: 5px 0px 0px 10px;

	}


	



/*Fin cabecera*/


/*Esta es la parte de la intro*/


#intro{
width:100%;
max-width:960px;
height:auto;

border:1px solid #cccccc;
margin:5px 0px 30px 0px;
padding:10px;

background:#FFF;
border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	
	box-shadow: 1px 2px 2px #BFBFBF;
		-moz-box-shadow:1px 2px 2px #BFBFBF;
	-webkit-box-shadow:1px 2px 2px #BFBFBF;	
	

font-size:14px;
color:#000; 
font-family:Arial, Helvetica, Sans-serif;
overflow:hidden;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;

}

#intro h4{
width:100%;
font-size:24px;
margin:10px 0px 15px 0px;
text-align:center;
color:#000;
}

#introrecientes{
width:250px;


margin:26px 0px 5px 0px;

border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		
}



#introtexto{
width:375px;
margin:auto;
float:right;

}



#introtexto p{

font-size:14px;
margin:10px 0px 15px 0px;
text-align:center;
color:#000;
}






/*Esta es la sección de facebook*/

#redes{
max-width:960px;
height:268px;
margin:5px 0px 25px 12px;

}

#redes img{
margin:5px 0px 0px 5px;
width:250px;

height:257px;
}



	

/*Fin de la intro*/
	
	
	
#contenido{
	
width:100%;
max-width:960px;
height:auto;

border:1px solid #cccccc;
margin:5px 0px 30px 0px;
padding:10px;

background-color:#FFF;
border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	
	box-shadow: 1px 2px 2px #BFBFBF;
		-moz-box-shadow:1px 2px 2px #BFBFBF;
	-webkit-box-shadow:1px 2px 2px #BFBFBF;	
	

font-size:14px;
color:#000; 
font-family:Arial, Helvetica, Sans-serif;
overflow:hidden;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	
	
}


#contenido h3{
	font-size:40px;
	color:#fff;
	margin-left:15px;
	margin-top:5px;
	}	

	
	
/**volver a inicio**/	
	

#inicio{
	
width:100%;
max-width:960px;
height:auto;


margin:5px 0px 5px 0px;
padding:10px;

background-color:#FFF;
border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	
	

font-size:14px;
color:#000; 
font-family:Arial, Helvetica, Sans-serif;
overflow:hidden;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	
	
}


#inicio a{
width:30%;

text-align:center;

color:#fff;

border:1px solid;
font-size:25px;

background: #c5deea; /* Old browsers */
background: -moz-linear-gradient(top,  #c5deea 0%, #8abbd7 35%, #066dab 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5deea), color-stop(35%,#8abbd7), color-stop(100%,#066dab)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c5deea 0%,#8abbd7 35%,#066dab 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c5deea 0%,#8abbd7 35%,#066dab 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c5deea 0%,#8abbd7 35%,#066dab 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c5deea 0%,#8abbd7 35%,#066dab 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */

border-radius:4px;
-moz-border-radius:2px;
-webkit-border-radius:2px;

margin-bottom:50px;

     display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}

#inicio 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;
	
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}	
	
/**fin volver a inicio**/	
		
	

/*Esta es la parte del slider*/



#sl1 {

	width:185px;
	height:250px;
	
	margin:0px 0px 0px 10px;

}


#element1:checked ~ #slider-container #slider-box {
	margin-left:0%;
}

#element2:checked ~ #slider-container #slider-box {
	margin-left:-100%;
}

#element3:checked ~ #slider-container #slider-box {
	margin-left:-200%;
}

#element4:checked ~ #slider-container #slider-box {
	margin-left:-300%;
}

#element5:checked ~ #slider-container #slider-box {
	margin-left:-400%;
}

#element6:checked ~ #slider-container #slider-box {
	margin-left:-500%;
}



 #slider-container{
	width:100%;
	max-width:960px;
	height:210px;
	
	overflow:hidden;
	
	margin:10px 5px 5px 5px;
	
	border:5px solid #AAA;
	text-align:center;
}

 
#slider-box{
	width:600%;
	
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-ms-transition:all 0.75s ease;
	-o-transition:all 0.75s ease;
	transition:all 0.75s ease;
	
	text-align:center;
 }

 
 

#s1 {
	text-align:center;
}

#s1 img {
	margin:0px 30px 0px 0px;
	width:180px;
	height:210px;
}

	
.slider-element{
    float:left;
	width:16.666%;
}
 

#sliderimag {
	margin:0px 30px 0px 0px;
	width:200px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
text-align:center;
	}


#imag{
width:150px;
	height:150px;
	float:left;
	margin:0px 0px 10px 20px;
	
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
}





#article1{
	height:auto;
	width:100%;
	margin-bottom:70px;

	background:#FFF;
	border:1px solid #fff;
	border-left: 6px #A5D97D solid;
	
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
box-shadow: 1px 2px 2px #BFBFBF;
		-moz-box-shadow:1px 2px 2px #BFBFBF;
	-webkit-box-shadow:1px 2px 2px #BFBFBF;
		
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;	
		}

#article2{
	height:auto;
	width:100%;
	margin-bottom:70px;

	background:#FFF;
	border:1px solid #fff;
	border-left: 6px #A5D97D solid;
	
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
box-shadow: 1px 2px 2px #BFBFBF;
		-moz-box-shadow:1px 2px 2px #BFBFBF;
	-webkit-box-shadow:1px 2px 2px #BFBFBF;
		
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;	
		}

	
#article3{
height:auto;
	width:100%;
	margin-bottom:70px;

	background:#FFF;
	border:1px solid #fff;
	border-left: 6px #A5D97D solid;
	
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
box-shadow: 1px 2px 2px #BFBFBF;
		-moz-box-shadow:1px 2px 2px #BFBFBF;
	-webkit-box-shadow:1px 2px 2px #BFBFBF;
		
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;	
		}

	

#borde1{
width:100%;
max-width:950px;
height:65px;
float:left;

background: #fceabb;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


border-top-right-radius:0px; 	
border-top-left-radius:0px;	
border-bottom-right-radius:50px; 	
border-bottom-left-radius:0px; 

margin:2px 0px 0px 3px;
}



#borde2{
width:100%;
max-width:950px;
height:65px;
float:left;

background: #a8ff78;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #78ffd6, #a8ff78);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #78ffd6, #a8ff78); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


border-top-right-radius:0px; 
border-top-left-radius:0px;
border-bottom-right-radius:50px; 
border-bottom-left-radius:0px; 

margin:2px 0px 0px 3px;
}

#borde3{
width:100%;
max-width:950px;
height:65px;
float:left;

background: #f4c4f3;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #fc67fa, #f4c4f3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #fc67fa, #f4c4f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


border-top-right-radius:0px; 
border-top-left-radius:0px;
border-bottom-right-radius:50px; 
border-bottom-left-radius:0px; 

margin:2px 0px 0px 3px;
}


#contenido article .titulo{
	width:100%;
	max-width:960px;
	
	font-size:44px;
	font-family:Lora;
	color:#000;
	
	text-align:center;
 	margin-bottom:0px 0px 0px 25px;
	
}

	
#contenido .thumb {
width:150px;
height:150px;
margin-bottom:20px;

	}

#chicachico2{
width:100%;	
margin:30px 10px 30px 10px;	
justify-content:center;
text-align:center;
}	
	
#contenido .thumb1 {
width:130px;
height:140px;
border:5px solid #AAA;	
	
margin-bottom:15px;		
}




#index1{

width:100%;

font-size:15px;

text-align:left;

margin:0px;
display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}

#index1 ul li {
width:100%;	
margin-bottom:15px;

display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:left;
	
list-style-type: none;	
}


#index1 ul li a{
width:100%;

background: #fceabb;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


color:#000;
font-size:18px;
line-height:23px;
margin-bottom:15px;
float:left;
text-align:left;
display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:left;
	
list-style-type: none;	

}

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

	
	
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	

}



#index3{

width:100%;

font-size:15px;

text-align:left;

margin:0px;
display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}

#index3 ul li {
width:100%;	
margin-bottom:15px;

display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:left;
	
list-style-type: none;	
}


#index3 ul li a{
width:100%;

background: #f4c4f3;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #fc67fa, #f4c4f3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #fc67fa, #f4c4f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


color:#000;
font-size:18px;
line-height:23px;
margin-bottom:15px;
float:left;
text-align:left;
display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:left;
	
list-style-type: none;	

}

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

color:fff;
	
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	

}





#index2{

width:100%;

font-size:15px;

text-align:left;

margin:0px;
display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}

#index2 ul li {
width:100%;	
margin-bottom:15px;

display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:left;
	
list-style-type: none;	
}


#index2 ul li a{
width:100%;

background: #a8ff78;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #78ffd6, #a8ff78);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #78ffd6, #a8ff78); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



color:#000;
font-size:18px;
line-height:23px;
margin-bottom:15px;
float:left;
text-align:left;
display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:left;
	
list-style-type: none;	

}

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

	color:fff;
	
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	

}











