﻿@charset "UTF-8";
/* CSS Document */

body {
	margin:0px 0;
	padding:0;
	background-color: #F3F3F3;
}

div#body_container {
	margin:0 auto;
	width:1004px;
	overflow:hidden;
}

div#top_container {
	position:relative;
}

div#site_header {
	clear:both;
	position:relative;
}

a.logo_link {
	position:absolute;
	top:40px;
	left:20px;
	display:inline-block;
	height:80px;
	width:1000px;
}

h1.site_slogan {
	position:absolute;
	top:70px;
	left:20px;
	display:inline-block;
	margin:0;
	padding:0;
}

div#panel_container {
	margin:10px 0 16px 0;
}

div.search_container {
	float:left;
	padding:0 0 0 4px;
}

#mod_search_searchword {
	width:150px;
	margin:0;
}

#search_button {
	margin:0px 6px 0 6px;
}

div.breadcrumb_container {
	margin:0 0 0 197px;
	padding:3px 0 0 0;
}

div#mainarea {
	clear:both;
}

div#left_colm {
	width:218px;
	float:left;
	margin-right: 5px;
}

div#right_colm {
	width:234px;
	float: left;
	margin-left: 5px;
}

div.message_container {
	width:612px;
}

div#content_area.home {
/*	margin:0px 190px 0 195px; */
	width: 480px;
	float: left;
}

div#content_area {
/*	margin:0px 190px 0 195px; */
	width: 719px;
	float: left;
}


/* Modulo de noticias. */
div.modulenoticias div.mainmod_title {
	background-image:url(../images/titulo_noticias_peque.jpg);
	background-position:left;
	width:236px;
	height: 16px;
}

div.modulenoticias div.mainmod_top {
	background-image:url(../images/caja_noticias_top.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	width: 236px;
	height:15px;
    overflow:hidden;
}

div.modulenoticias div.mainmod_content_container {
	background-image:url(../images/caja_noticias_fondo.png);
	background-position:left;
	background-repeat:repeat-y;
	width: 236px;
	overflow:hidden;
}

div.modulenoticias div.mainmod_content {
	padding:1px 2px 1px 2px;
}


div.modulenoticias div.mainmod_bottom {
	background-image:url(../images/caja_noticias_bot.png);
	background-position:left top;
	background-repeat:no-repeat;
	width: 236px;
	height:23px;
	overflow:hidden;
}

div.modulenoticias a {
	color: #000;
	font-weight: bold;
}



/* Estos posiblemente me los tenga que cargar. */
div.mainmod_top {
	background-image:url(../images/mainmod_top.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:36px;
       overflow:hidden;
}

div.mainmod_top h3 {
	margin:12px 10px 0 0px;
}

div.mainmod_content_container {
	background-image:url(../images/mainmod_bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	overflow:hidden;
}

div.mainmod_content {
	padding:1px 8px 1px 5px;
}

div.modulepastilla_home div.mainmod_content {
	position: relative;
}

div.mainmod_bottom {
	background-image:url(../images/mainmod_bottom.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:23px;
	overflow:hidden;
}
/* --- */


/* Módulos de la izquierda. */
div.leftmodule_content {
	padding:1px 8px 1px 0px;
	overflow:hidden;
}


div.banneritembanners {
	margin-bottom: 10px;
}

/* --- La caja de contenido central --- */

div.content_top {
	background-image:url(../images/caja_grande_top.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
	width:730px;
	height:13px;
}

div#content_main {
	background-image:url(../images/caja_grande_fondo.png);
	background-repeat:repeat-y;
	background-position:left;
	overflow:hidden;
	width:730px;
}

div.content_main {
	padding:0px 15px 12px 15px;
}

div.content_bottom {
	background-image:url(../images/caja_grande_bot.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	width:730px;
	height:13px;
}


/* --- La caja de contenido central de la home --- */


.home div.content_top {
	background-image:url(../images/caja_peque_top.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
	width:479px;
	height:15px;
}

.home div#content_main {
	background-image:url(../images/caja_peque_fondo.png);
	background-repeat:repeat-y;
	background-position:left;
	overflow:hidden;
	width:479px;
}

.home div.content_main {
	padding:8px 15px 12px 15px;
}

.home div.content_bottom {
	background-image:url(../images/caja_peque_bot.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	width:479px;
	height:15px;
}



div.content_title_home {
	background-image:url(../images/titulo_agenda_peque.jpg);
	background-position:left;
	width:476px;
	height: 16px;
}

div.content_title_agenda {
	background-image:url(../images/titulo_agenda.jpg);
	background-position:left;
	width:719px;
	height: 16px;
}

div.content_title_noticias {
	background-image:url(../images/titulo_noticias.jpg);
	background-position:left;
	width:719px;
	height: 16px;
}

div.content_title_lasala {
	background-image:url(../images/titulo_lasala.jpg);
	background-position:left;
	width:719px;
	height: 16px;
}

div.content_title_servicios {
	background-image:url(../images/titulo_servicios.jpg);
	background-position:left;
	width:719px;
	height: 16px;
}

div.content_title_media {
	background-image:url(../images/titulo_media.jpg);
	background-position:left;
	width:719px;
	height: 16px;
}

div.content_title_contacto {
	background-image:url(../images/titulo_contacto.jpg);
	background-position:left;
	width:719px;
	height: 16px;
}


div.bottommod_top {
	background-image:url(../images/bottommod_top.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
	width:612px;
	height:8px;
}

div.bottommod_content {
	background-image:url(../images/bottommod_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	overflow:hidden;
	width:612px;
}

div.bottommod_bottom {
	background-image:url(../images/bottommod_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	width:612px;
	height:20px;
}

h3.bottommodule_title {
	margin:20px 3px 10px 1px;
	padding:5px 0 5px 40px;
         background:#ccc;
}

div.bottommod_left {
	float:left;
	width:305px;
}

div.bottommod_right {
	margin-left:305px;
}

div.bottommod_left h3.bottommodule_title {
	margin:20px 0 10px 1px;
}

div.bottommod_right h3.bottommodule_title {
	margin:20px 3px 10px 0;
}

.content_main a {
	color: inherit;
	text-decoration: none;
}

.content_main a:link {
	color: inherit;
	text-decoration: none;
}

div.clear {
	clear:both;
}

div#bottom2 {
	margin:0 auto;
	width:1004px;
	padding:30px 4px 0 4px;
	overflow:hidden;
	
}

/* -- Suscribirse al newsletter. */
div.modns {
	font-size:9px;
	position: absolute;
	top: 142px;
	left: 640px;
	width: 320px;
	z-index: 5;
}

.modns .formulario {
	padding-top: 6px;
}

.modns .inputbox {
	width: 234px;
	height: 21px;
	background-color: #FFF;
	color: #000;
	position: relative;
	top: -10px;
	border: none;
	margin-left: 2px;
}

.modns .button {
	float: right;
	margin-top: -6px;
	margin-right: 2px;
}

.modns .error {
	z-index: 6;
	position: absolute;
	left: 30px;
	top: 115px;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.modns .ok {
	z-index: 6;
	position: absolute;
	left: 30px;
	top: 115px;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

div.linkcats {
	font-size:9px;
	position: absolute;
	top: 11px;
	left: 639px;
	width: 317px;
	z-index: 5;
}


