* {
	padding: 0;
	margin: 0;
}

/*body.home{
	background:url(barco.jpg) no-repeat center center fixed;
	
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 1px;

}*/
#quienes,#mision,#vision,#objetivos p{
	/*margin-top: 20px;*/
	line-height: 30px;
}

.tamaño{
	
	width: 100%;
	max-width: 1200px;
    margin: 0 auto;
	overflow: hidden;/*encierra todo dentro*/
	
	/*background:yellow;*/
	/*box-sizing: border-box; calcula ancho y alto y ajusta las dimensiones*/
}


h3{
	margin: 50px;
	padding-bottom: 10px;
}
h2{
	margin-left:100px;
	padding-bottom: 10px;
}

#objetivos ul{
	margin-left: 50px;
}
#quienes h2{
	margin-top: 70px;
}


#quienes{
	  
	    padding-right: 20px;
       	background: #F5F5F5;/*WhiteSmoke*/	
	    /*position: relative;*/
	    box-sizing: border-box;
		overflow: auto;
	    font-size: 16px;
	    font-family: "Sans Serif", Georgia;
		text-align: justify;
	  }

#quienes img{
	margin-right: 20px;
	float:left;
}	


#ceo
{
	/*background: #F5F5F5;*/
	background: #C0C0C0;/*Silver*/
	
	width: 100%;
	height: 150px;
	
	
}

#ceo1
{
	text-align: center;
    position: relative;
    top: 50%;
	
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


#mision{
        /*margin-top: 40px;*/
		padding: 20px;
       	background: #FFFAFA;/*Snow*/	
	    position: relative;
	    box-sizing: border-box;
		overflow: auto;
	    font-size: 16px;
	    font-family: "Sans Serif", Georgia;
        text-align: justify;
}

#mision img{
	float:left;
    padding: 10px;
	margin-right: 20px;
}
#vision{
        /*margin-top: 40px;*/
		padding: 20px;
       	background: #FFFAFA;/*Snow*/	
	    position: relative;
	    box-sizing: border-box;
		overflow: auto;
	    font-size: 16px;
	    font-family: "Sans Serif", Georgia;
        text-align: justify;
}

#vision img{
	float:left;
	margin-right: 20px;
}

#objetivos{
        /*margin-top: 40px;*/
		padding: 20px;
		background: #FFFAFA;/*Snow*/
       	/*background: #C0C0C0;Silver*/	
	    position: relative;
	    box-sizing: border-box;
	    font-size: 16px;
	    font-family: "Sans Serif", Georgia;

}

#objetivos li{
	list-style-image: url(imagenes/paloma.png);
}





@media screen and (max-width: 500px){
	#quienes img{
		width:420px;
		height: 280px;
	
}	
}