#content {
	padding-top: 40px; /* ajuste de padding superior en div de content*/
}

#headerStartPage {
	height: 225px;
	width: 852px; /* TAMAŅO DEL CONTAINER + 1 PX POR CADA LADO */
	margin: 0px;
	padding: 0px;
}
#startPage {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding-top: 50px;
	padding-bottom: 50px;
	top: 0px;
	margin: 0px;
	left: 0px;
	font-size: 0.88em;
}



/************************************ CARTELERA Y TITULARES *********************************************************/



#cartelera, #titulares, #infotexto, #publicidad {
	background-color: #FFFFFF;
	width: 780px;
	margin-left: 35px;
	clear:both;/**/
	float:none;/**/
}

/* CARTELERA */

#cartelera {
	min-height:260px;
	*height: 260px;
}
#cartelera img{
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 780px;
	border-width: 0px;
	border-style:none;
}

/* TITULARES */

#titulares {
	min-height:140px;
	*height:140px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#titulares img {
	height: 140px;
	float: left;
	border-width: 0px;
	border-style:none;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#titulares .final {
	margin: 0px;
}
.anuncios_doble img {
	width: 384px; 
}
.anuncios_triple img {
	width: 252px; 
}
.anuncios_cuadruple img {
	width: 186px; 
}

/************************************ INFOTEXTOS *********************************************************/


#infotexto {
	display:table;
	min-height:140px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 30px;
	font-size: 0.82em;
	line-height: 1.6em;
}

#infotexto .columna {
	float: left;
	margin: 0 12px 0 0;
	padding: 0px;
}
#infotexto .columnafinal {
	float: left;
	margin: 0px;
}
#infotexto p, #infotexto h1, #infotexto h2, #infotexto h3 {
	margin: 0px;
	padding: 0 10px 1em 0;
}
#infotexto ul, #infotexto ol {
	margin: 0px;
	padding: 0 0 0 18px;
	font-size: 1em;
}

#infotexto h1 {	font-size: 16px;}
#infotexto h2 {	font-size: 14px;}
#infotexto h3 {	font-size: 12px;}

#infotexto img {
	float: left;
	margin: 0 8px 8px 0;
	padding: 0px;
	border-width: 0px;
	border-style:none;
}

#infotexto .imgDerecha {
	float: right;
	margin: 0 4px 8px 4px;
	padding: 0px;
	border-width: 0px;
	border-style:none;
}

.modulos_2col div{
	width: 384px;
}
.modulos_3col div{
	width: 252px;
}
.modulos_4col div{
	width: 186px;
}


/************************************ PUBLICIDAD  *********************************************************/

#publicidad {
	display:table;
	min-height:100px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
}

#publicidad .columna {
	float: left;
	margin: 0 12px 0 0;
	padding: 0px;
}
#publicidad .columnafinal {
	float: left;
	margin: 0px;
}
#publicidad p, #publicidad h1, #publicidad h2, #publicidad h3 {
	margin: 0px;
	padding: 0 10px 1em 0;
}
#publicidad h1 {	font-size: 16px;}
#publicidad h2 {	font-size: 14px;}
#publicidad h3 {	font-size: 12px;}

#publicidad img {
	float: left;
	margin: 0 8px 2px 0;
	padding: 0px;
	border-width: 0px;
	border-style:none;
}

#publicidad .imgDerecha {
	float: right;
	margin: 0 4px 2px 4px;
	padding: 0px;
	border-width: 0px;
	border-style:none;
}

.modulos_2col div{
	width: 384px;
}
.modulos_3col div{
	width: 252px;
}
.modulos_4col div{
	width: 186px;
}
/************************************ DIV START PAGE *********************************************************/


#startPage p {
	padding-left: 350px;
	padding-right: 50px;
}
#startPage img {
	margin-left: 350px;
}






/************************************ POPUP inside page *********************************************************/

#popup, #popupENG {
	position: absolute;
	border: 1px solid #666666;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#333333;
	width:442px;
	height:204px;
	margin-top: -220px;
	margin-left:120px;
	padding: 30px;
}
#popup {
	background-image:url(../img/popup.jpg);
}
#popupENG {
	background-image:url(../img/popup-ENG.jpg);
}
#popup p, #popup img, #popupENG p, #popupENG img {
	margin:0;
	padding:0;
}

#popup a, #popupENG a  { 
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
	background-color:#333333;
	margin-right: 10px;
	padding: 8px;
}
#popup a:link, #popup a:visited, #popupENG a:link, #popupENG a:visited { color: #0099CC; }

#popup a:hover, #popup a:active, #popupENG a:hover, #popupENG a:active { color: #FFFFFF; background-color:#000000; }
