﻿
/*header, article, aside, section, footer, nav{
	display: block;
}*/

* {
	padding: 0;
	margin: 0;
}

body{
	/*margin-top: 20px;*/
	/*margin-right: 50px;*/
	/*text-align: justify;*/
	background:white; /*blanco*/
    
	}
	
#menu{
	
	/*text-align: center;*/
	width: 100%;
	height: 25%;
	/*padding: 20px;*/
	background: #9ACD32;/*yellowGreen*/
	background-image: url("imagenes/registros1.jpg");
	background-size: cover;
	
	/*font-size:16px;*/
	
}

.espe{
	display: inline-block;
	float: right;
	margin: 3%;
	color: #FFD700;
	
	
}

/*#menu a{
	text-decoration: none;
	margin-left:20px;
	color: yellow;
}
#menu a:hover{
	color: #FFA500;
}*/

#tamaño{
	/*position: absolute;*/
	width: 100%;
	max-width: 1000px;
    margin: 0 auto;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	/*overflow: hidden;*/
	background: white;
	box-sizing: border-box;
	box-shadow: 2px 2px 10px 5px #DCDCDC;/*sombra*/
	border-radius: 5px;
}


#tamaño img{
	/*float: left;*/
	margin-top: 20px;
	margin-left:55px;
	margin-right:10px;
	margin-bottom: 20px;
	
}
#tamaño ul{
	margin-left: 100px;
	margin-bottom: 20px;
	margin-right: 55px;
}

#tamaño li {
	list-style-image: url(imagenes/paloma.png);
	line-height: 30px;/*separacion entre lineas*/
	text-align: justify;
	font-size:16px;
}



#tamaño0{
	/*position: absolute;*/
	
	width: 100%;
	height: 57px;
	max-width: 1000px;
    margin: 5px auto;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	/*overflow: hidden;*/
	background: #4682B4;
	box-sizing: border-box;
	box-shadow: 2px 2px 10px 5px #DCDCDC;/*sombra*/
	border-radius: 5px;
}
#tamaño0 img{
	/*float: left;*/
	/*margin-top: 5px;
	margin-left:55px;
	margin-right:5px;*/
	border-radius: 50%;
}



#tamaño1{
	/*position: absolute;*/
	width: 100%;
	height: auto;
	max-width: 1000px;
    margin: 0 auto;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	/*overflow: hidden;*/
	background: white;
	box-sizing: border-box;
	box-shadow: 2px 2px 10px 5px #DCDCDC;/*sombra*/
	border-radius: 5px;
	clear: both;
}



#tamaño1 ul{
	margin-left: 100px;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-right: 55px;
}

#tamaño1 li {
	list-style-image: url(imagenes/button.png);
	line-height: 30px;/*separacion entre lineas*/
	text-align: justify;
	font-size:16px;
	
}





#consultor{
	background: white;
	/*width: 100%;*/
	max-width: 1000px;
	margin-top: 100px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	text-align: justify;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
}	

#consultor img{
	float: left;
	
	margin-left: 20px;

	padding-right: 20px;
	margin-right: 10px;
}
	
#consultor li{
	margin-left: 30px;
	padding: 5px;
	list-style-image: url(imagenes/cir_azul.png);
}

#consultor  ul {
	margin-left: 20px;
	padding: 5px;
	
}

#consultor h3{
	
	/*margin-right: 55px;
	margin-left: 50px;*/
	padding: 20px;
	margin-bottom: 20px;
    line-height: 30px;
	color:#267B26;
}
#consultor p{
	padding: 10px;
    
}




#consultor h2{
	margin-top: 50px;
	padding: 20px;
	
}