/* CSS Document */

*{
	padding:0px;
	margin:0px;
}

a{ text-decoration:none; color:#FFFFFF;}
a:hover{text-decoration:underline; color:#FFFFFF;}

#contenedor-especial{
	padding:0 auto;
	margin:0 auto;
}

#contenedor-iphone{
	margin:0 auto;
	width:580px;
	height:auto;
	clear:both;
}
#contenedor-iphone #pie-iphone{
	width:580px;
	height:150px;
	background-image:url(../img/fin-iphone.jpg);
	background-repeat:no-repeat;	
}
#contenedor-iphone #cabecera-iphone{
	width:580px;
	height:210px;
	background-image:url(../img/inicio-iphone.jpg);
	background-repeat:no-repeat;
}
#contenedor-iphone #cabecera-iphone h1{
	background-color:inherit;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	padding-top: 160px;
}
#contenedor-iphone #contenido-iphone{
	width:580px;
	height:auto;
	background-image:url(../img/fondo-iphone.jpg);
	background-repeat:repeat-y;	
}
#contenedor-iphone #contenido-iphone .modulo-iphone{
	margin-left:38px;
	margin-right:32px;
	background-color:inherit;
	color:#FFFFFF;
	padding: 10px 10px 10px 10px;
}

#contenedor-iphone #contenido-iphone .modulo-iphone .titulo-modulo{
	float:left;
	width:80px;
	height:100px;
	background-color:inherit;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:capitalize;
	text-align:center;
	line-height:14px;
}

#contenedor-iphone #contenido-iphone .modulo-iphone .contenido-modulo{
	float:left;
	background-color:inherit;
	color:#FFFFFF;
	margin-left: 20px;
	height: auto;
	width: 390px;
	padding-bottom: 10px;
}

#contenedor-iphone #contenido-iphone .modulo-iphone .noticia{
	float:left;
	background-color:inherit;
	color:#FFFFFF;
	padding-bottom: 10px;
}

#contenedor-iphone #contenido-iphone .modulo-iphone .contenido-modulo .imagen-actualidad{
	float:left;
	width:80px;
	height:80px;
	background-color:inherit;
	color:#999999;
}

#contenedor-iphone #contenido-iphone .modulo-iphone .contenido-modulo .contenido-actualidad{
	float:left;
	background-color:inherit;
	color:#999999;
	margin-left: 20px;
	height: 80px;
	width: 270px;
}

#contenedor-iphone #contenido-iphone .modulo-iphone .contenido-modulo .contenido-actualidad h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:inherit;
}

#contenedor-iphone #contenido-iphone .modulo-iphone .contenido-modulo .contenido-actualidad .txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:inherit;
	line-height:16px;
}

#contenedor-iphone #contenido-iphone .modulo-iphone .contenido-modulo .fotos{
	float:left;
	width:80px;
	height:80px;
	background-color:inherit;
	color:#999999;
	margin-right: 15px;
	margin-bottom: 10px;
}

.link-mas{
	float:left;
	background-color:inherit;
	color:#FFFFFF;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	clear: both;
	width: 250px;
}

.limpiar-iphone{
	clear:both;
	border-bottom:1px solid #233040;
}

.limpiar-noticia{
	clear:both;
}

#popup_ajax {
	DISPLAY: none;
	Z-INDEX: 200;
	LEFT: 0px;
	WIDTH: auto;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: auto;
	float: left;
	background-image: url(../img/loading2.gif);
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}

#contenedor-especial #contenedor-iphone #contenido-iphone .modulo-iphone .contenido-modulo h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#contenedor-especial #contenedor-iphone #contenido-iphone .volver{
	background-image:url(../img/fondo-volver.jpg);
	background-repeat:repeat-x;
	height:40px;
	margin-left: 34px;
	margin-right: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: inherit;
	color: #FFFFFF;
	text-align: right;
	padding-right: 55px;
	padding-top: 20px;
}

