/* estructura básica */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #334474;
	height:100%;
	text-align:center;
	font-family:Arial;
}
#top {
	width:780px;
	height:24px;
	margin: auto;
	background-image:url(img/top.png);
	background-repeat:no-repeat;
	background-position:top;
}
#banner {
	width:780px;
	height:152px;
	margin: auto;
}
#menu_principal {
	width:780px;
	height:48px;
	margin:auto;
}
#pie {
	width:780px;
	height:57px;
	margin:auto;
}
h1 {
	position:absolute;
	font-family:Arial;
	font-size:16px;
	margin-left:25px;
	margin-top:14px;
	color:#FFF;
	padding:0px;
}

h2 {
	font-family:Arial;
	font-size:14px;
	color:#036;
	padding:0px;
	margin:0px;
}

hr.lista {
	height:0.06em; 
	color:#CCC;
}

strong.tituloAzul {
	font-size:14px; 
	color:#036;
}

strong.tituloNaranja {
	font-size:12px; 
	color:#F90;
}

.link {
	text-decoration:none;
	color:#000;
}

.link_notcias {
	text-decoration:none;
	color:#036;
}
.txt11pxN {
	font-family:Arial;
	font-size:11px;
	color:#000;
}
.campos {
	font-family:Arial;
	font-size:11px;
	color:#000;
	width:450px;
}
#foto {
	margin: 0px;
	padding: 0px;
	display: block;
}
.foto {
	margin: 0px;
	padding: 0px;
	display: block;
}
#div_foto {
	float: right;
	margin: 5px 5px 15px 15px;
	padding: 0;
	width:250px;
	display:block;
	
}
.div_foto_areas {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0;
	width:85px;
	display:block;
	height: 63px;
	overflow: hidden;
}
/* home */
#contenido {
	width:778px;
	height:462px;
	text-align:left;
	margin:auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#contenido_izq {
	position:absolute;
	width:328px;
	height:462px;
}
#izq_top{
	width:328px;
	height:59px;
	background-image:url(img/bienvenidos_larueca.png);
	background-repeat:no-repeat;
	background-position:top;
}
#izq_cont{
	width:328px;
	height:403px;
	background-image:url(img/fdo_bienvenida.png);
	background-position:top;
	background-repeat:repeat-x;
}
#izq_cont_txt {
	font-size:11px;
	margin-right:0px;
	margin-left:auto;
	padding-right:15px;
	width:293px;
	height:403px;
	background-image:url(img/sombra_bienvendidos.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#centro {
	position:absolute;
	margin-left:328px;
	width:228px;
	height:462px;
	top: 234px;
}
#contenido_der{
	position:absolute;
	margin-left:556px;
	width:222px;
	height:462px;
}
#der_top{
	position:relative;
	width:222px;
	height:59px;
	background-image:url(img/ultimas_noticias.png)
}
#der_cont{
	width:222px;
	height:403px;
	background-image:url(img/fdo_bienvenida.png);
	background-position:top;
	background-repeat:repeat-x;
}
#der_cont_noticias {
	font-size:11px;
	margin-left:0px;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	width:auto;
	height:199px;
	background-image:url(img/sombra_noticias.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#der_top_agenda {
	position:relative;
	width:222px;
	height:61px;
	background-image:url(img/agenda_eventos.png)
}
#der_cont_agenda {
	font-size:11px;
	margin-left:0px;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	width:auto;
	height:143px;
	background-image:url(img/sombra_agenda.png);
	background-repeat:no-repeat;
	background-position:top left;
}

/* Internas */
#int_contenido {
	width:778px;
	height:505px;
	text-align:left;
	margin:auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#int_menu{
	position:absolute;
	margin-top:44px;
	margin-left:551px;
	width:227px;
	height:460px;
	display: block;
}
#int_izq_top{
	position:absolute;
	width:551px;
	height:59px;
	background-image:url(img/contenidos_fdo_titulo.png);
	background-repeat:no-repeat;
	background-position:top;
}
#int_izq_top_right{
	position:absolute;
	margin-left:550px;
	width:228px;
	height:44px;
	background-image:url(img/contenidos_top_right.png);
	background-repeat:no-repeat;
	background-position:top;
}
#int_contenido_izq {
	position:absolute;
	margin-top:59px;
	width:550px;
	height:450px;
}
#int_izq_cont{
	position:absolute;
	margin-top:59px;
	width:551px;
	height:446px;
	background-image:url(img/fdo_bienvenida.png);
	background-position:top;
	background-repeat:repeat-x;
}
#int_izq_cont_txt {
	position:relative;
	font-size:11px;
	padding-left:20px;
	width:531px;
	height:446px;
	background-image:url(img/contenidos_sombra.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#int_texto {
	margin-right:14px;
	padding-right:15px;
	text-align:justify;
	height:435px;
	overflow:auto;
}

