@charset "utf-8";
/* Autor: Abel Espinoza Herrera */
header, nav, section, article, aside, figure, footer{
	display:block;
}
.limpiar{
	clear:both;
}
a img{
	border:none;
}
body{
	background-image: url("imagenes/fondo-microsite-equidad-tratamientos-gepac.jpg");
	margin: 0;
    /* Safari 4-5, Chrome 1-9 */
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#810176), to(#690a85));*/
    /* Safari 5.1+, Chrome 10+ */
    /*background: -webkit-linear-gradient(top, #690a85, #810176);*/
    /* Firefox 3.6+ */
    /*background: -moz-linear-gradient(top, #690a85, #810176);*/
    /* Opera 11.10+ */
    /*background: -o-linear-background(top, #690a85, #810176);*/
    /* IE 10 */
    /*background: -ms-linear-background(top, #690a85, #810176);*/
    /* estándar */
    /*background: linear-background(top, #690a85, #810176);*/
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:6px;
}
h1{
	color: white;
}
#contenedor{
	max-width: 860px;
	margin: 0 auto;
}
#cabecera{
	max-width: 475px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
}
#contenedor-video iframe{
	-webkit-box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.2);
}
#rss{
	float: right;
	margin-right: 40px;
}
#logo-gepac{
	float: left;
	margin-left: 40px;
}
#footer{
	margin-top: 50px;
	margin-bottom: 40px;
}
#iconos-rss div{
	float: left;
}
#compartelo{
	margin-bottom: 15px;
}
#facebook{
	margin-right: 13px;
}

/******************************************/
/***    DISEÑO PARA TABLETAS           ****/
/******************************************/
@media only screen and (max-width:800px){

body{
	background-image: url("imagenes/fondo-768-tablet-equidad-tratamientos-gepac.jpg");
}
#cabecera{
	margin-top: 90px;
	margin-bottom: 90px;
}
#contenedor-video{
	width: 92%;
	margin: 0 auto;
}
#contenedor-video iframe{
	width: 100%;
	height: 405px;
}
#rss{
	margin-right: 70px;
}
#logo-gepac{
	margin-left: 70px;
}
#footer{
	margin-top: 140px;
}

}

/******************************************/
/***    DISEÑO PARA MOVILES 480        ****/
/******************************************/
@media only screen and (max-width:480px){
	
body{
	background-image: url("imagenes/fondo-480-equidad-tratamientos-gepac.png");
}
#cabecera{
	width: 70%;
	margin-top: 10px;
	margin-bottom: 35px;
}
#cabecera img{
	width: 100%;
}
#contenedor-video iframe{
	width: 100%;
	height: 190px !important;
}
#footer{
	margin-top: 40px;
}
#rss{
	margin: 0 auto;
	float: none;
	width: 238px;
}
#logo-gepac{
	margin: 0 auto;
	float: none;
	width: 200px;
	margin-top: 60px;
}

}

/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:329px){
	
body{
	background-image: url("imagenes/fondo-320-equidad-tratamientos-gepac.png");
}

}
/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){

}