﻿
/*header, article, aside, section, footer, nav{
	display: block;
}*/

* {
	padding: 0;
	margin: 0;
}

body{
	/*margin-top: 20px;*/
	/*margin-right: 50px;*/
	/*text-align: justify;*/
	background: #ffffff; /*blanco*/
    
	}
#menu{
	/*text-align: center;*/
	width: 100%;
	height: 25%;
	/*padding: 20px;*/
	background: #ffffff;/*yellowGreen*/
	background-image: url("imagenes/registros1.jpg");
	background-size: cover;
	
	/*font-size:16px;*/
	
}

.lideres {
	/*display: inline-block;*/
	float: right;
	margin: 3%;
	
	color: #FFD700;
	
	
}






#tamaño{
	/*position: absolute;*/
	width: 100%;
	max-width: 1300px;
    margin: 0 auto;
	/*top: 40px;*/
	left: 15%;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	/*overflow: hidden;*/
	background: white;
	box-sizing: border-box;
    z-index: 2;
}

#tamaño figure figcaption strong{
	
	display: inline-block;
margin-bottom: 20px;

}



#tamaño figure figcaption p{
	line-height: 30px;
}


figure{
	
     display: inline-block;
	 margin: 10px;
	 width: 400px;
	 height: 420px;
	 border: 1px solid #dddddd;
	/*float: left;*/
	/*margin-top: 20px;
	margin-left:55px;
	margin-right:10px;
	margin-bottom: 20px;*/
	
}

.marco{
  
	overflow: hidden;
	
}

figure img{
	
	
	-moz-transition: -moz-transform 0.5s ease-in-out 0.1s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0.1s;
}

figure figcaption{
	margin: 20px 20px;
}



figure img:hover{
	-moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
	  
	/*border-radius:50%;
-webkit-border-radius:50%;
box-shadow: 0px 0px 15px 15px #ec731e;
-webkit-box-shadow: 0px 0px 15px 15px #ec731e; /*circulo rojo*/


 /*filter: opacity(.5);/*opacidad*/

	
	
}


@media screen and (max-width: 500px){

.lideres h2{
	
	font-size: 15px;
	
}

}