@charset "utf-8";
/* CSS Document */

body {
	background-color: #f6f6f6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/fondo_cuerpo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

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


a {
	color:#635d29;
}

textarea {
	margin: 0px;
	padding: 0px;
	border: 1px solid #393939;
	font-family: arial;
	font-size: 9px;
}

h1 {
	font-family:Times;
	font-size: 18px;
	color: #635d29;
	font-weight:normal;
	font-variant: small-caps;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-family:Times;
	font-size: 18px;
	color: #3a4e83;
	font-weight:normal;
	font-variant: small-caps;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	font-family:arial;
	font-size: 11px;
	color: #393939;
	padding: 0px;
	margin: 0px;
}
h4 a {
	color: #64729a;
	text-decoration: none;
}

.color_azul {
	color: #64729a;
}

p {
	font-family:arial;
	font-size: 11px;
	color: #393939;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}

td {
	font-family:arial;
	font-size: 12px;
	color: #393939;
}

p a {
	color: #393939;
}
#pie p {
	font-family:arial;
	font-size: 9px;
	color: #393939;
	padding: 0px;
	margin: 0px;
}
#pie p a {
	color: #393939;
}
.color {
	color: #635d29;
}

#contenedor {
	background-image: url(imagenes/fondo_contenido.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
}
#cabecera {
	background-image: url(imagenes/fondo_cabecera.jpg);
	background-repeat: repeat-x;
	height: 107px;
	width: 100%;
}
#cabecera_int {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imagenes/fondo_login.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 107px;
}
#logo {
	width: 178px;
	padding-left: 360px;
	padding-top: 10px;
	float: left;
}
#direccion_cabecera {
	float: right;
	font-family: Times;
	font-size: 11px;
	color: #3a4e83;
	text-align: right;
	padding-top: 70px;
	padding-right: 10px;
}

#total {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#contenido {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(imagenes/fondo_texto.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 10px;
}

#menu {
	width: 880px;
	margin-right: 10px;
	margin-left: 10px;
	height: 20px;
	background-image: url(imagenes/fondo_menu.jpg);
	background-repeat: repeat-x;
}

#cuerpo {
	width: 880px;
	margin-right: 10px;
	margin-left: 10px;
}

#pie {
	width: 880px;
	background-image: url(imagenes/fondo_pie.jpg);
	height: 258px;
	padding-right: 10px;
	padding-left: 10px;
}

.grande {
	font-size:14px;
}

/****menu*****/

#menu * {margin:0; padding:0}
ul,li {list-style-type:none;}

.wrapper {
	width:880px;
	margin:auto;
	float: right;
}

.menuholder {
	height:20px;
	background-color: #9AA6BC;
	background-image: url(imagenes/menu.jpg);
}
.menuholder li {float:left;}
.menuholder a {
	display:block;
	text-indent:-9000%;
	height:20px;
	background-image: url(imagenes/menu.jpg);
}

.menu_home a { width:59px; }
.menu_azafatos a { width:110px; background-position:-59px 0px;}
.menu_galeria a { width:153px; background-position:-169px 0px;}
.menu_congresur a { width:115px;  background-position:-322px 0px;}
.menu_trabajos a { width:163px;  background-position:-437px 0px;}
.menu_servicios a { width:102px;  background-position:-600px 0px;}
.menu_noticias a { width:91px;  background-position:-702px 0px;}
.menu_contacto a { width:87px;  background-position:-793px 0px;}

.menu_home a:hover { background-position:0px -20px; }
.menu_azafatos a:hover { background-position:-59px -20px;}
.menu_galeria a:hover { background-position:-169px -20px;}
.menu_congresur a:hover { background-position:-322px -20px;}
.menu_trabajos a:hover { background-position:-437px -20px;}
.menu_servicios a:hover {  background-position:-600px -20px;}
.menu_noticias a:hover { background-position:-702px -20px;}
.menu_contacto a:hover { background-position:-793px -20px;}

.menu_home a.visited { background-position:0px -40px; }
.menu_azafatos a.visited { background-position:-59px -40px;}
.menu_galeria a.visited { background-position:-169px -40px;}
.menu_congresur a.visited { background-position:-322px -40px;}
.menu_trabajos a.visited { background-position:-437px -40px;}
.menu_servicios a.visited {  background-position:-600px -40px;}
.menu_noticias a.visited { background-position:-702px -40px;}
.menu_contacto a.visited { background-position:-793px -40px;}




/**************/



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#home_izq {
	float: left;
	width: 290px;
	margin-left: 10px;
}

#home_der {
	float: right;
	width: 570px;
}

#contacto_der {
	float: right;
	width: 470px;
}

/* Sub menu */

ul#submenu-v {
	border: 0 none;
	list-style-image: url(imagenes/vineta.jpg);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0;
}

/* Root Menu */
ul#submenu-v a {
	display: block;
	color: #393939;
	text-decoration: none;
	height: 20px !important;
	height: 1%;
	font-family: arial;
	font-size: 11px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin: 0px;
	width: 223px;
}

.fondo_submenu {
	background-image: url(imagenes/fondo_submenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

ul#submenu-v a:hover {
	display: block;
	color: #FFF;
	background-color:#393939;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	line-height: 20px;
}

.columna_pie {
	width:196px;
	float: left;
	margin-top: 25px;
	margin-right: 12px;
	margin-left: 11px;
}
.azafatas {
	width:725px;
	height: 130px;
	margin-bottom: 20px;
}
.texto_azafatas {
	width:610px;
	float: right;
	height: 130px;
	vertical-align: text-bottom;
	display: table-cell;
}

.foto_der {
	float: right;
	padding: 10px;
}
.servicios {
	float: left;
	width: 250px;
}
/* Acordeon */
.accordion2 {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion2 h3 {
	margin: 0;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 100%;
	font-weight: bold;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #393939;
	text-decoration: underline;
}
.accordion2 h3:hover {
	background-color: #A7AEC8;
}
.accordion2 h3.active {
	background-position: right 5px;
}
.accordion2 p {
	margin: 0;
	padding: 10px 15px 20px;
	display: none;
}
.sangrado {
	margin-left: 20px;
}

.evento {
	float: left;
	height: 160px;
	width: 173px;
	margin-top: 1px;
	margin-right: 55px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.evento-izq, .eventohome-izq {
	float: left;
	height: 160px;
	width: 173px;
}
.evento_imagen {
	padding: 2px;
	border: 1px solid #7C89AC;
}
.eventohome {
	float: left;
	height: 160px;
	width: 173px;
	margin-top: 1px;
	margin-right: 22px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.error {
	font-weight: bold;
	color: #F00;
	font-size: 10px;
}
#banners {
	height: 330px;
	width: 880px;
	background-image: url(imagenes/flash_home.jpg);
	padding-top: 20px;
}
#capa_izq {
	float:left;
	width:430px;
}
#capa_der {
	float:right;
	width:400px;
}