html,body{
	margin: 0;
	padding: 0;
	/*background: #f6f6f6 url(../Images/fondo_cabecera.jpg) repeat-x;*/
	background: #f6f6f6;
}

#cabecera_Wrapper{
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	height: 59px;
	margin-bottom: 1px;
	background: #a10d59;
	border-bottom: solid 1px #810a47;
	color: #fff;
}
#cabecera{
	position: relative;
	width: 1035px;
	height: 59px;
	margin: 0 auto;
}

#cabecera #logo{
	float: left;
	margin-top: 10px;
}

#login_clientes_Wrapper{
	float: right;
	margin-top: 10px;
}
#login_clientes_Wrapper span {
	display: block;
	font-size: 13px;
}
#login_clientes_Wrapper h3{
	float: left;
	margin-top: 14px;
	margin-right: 10px;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 1px;
}

#login_clientes_Wrapper input[type="text"],
#login_clientes_Wrapper input[type="password"]{
	float: left;
	height: 20px;
	margin-top: 6px;
	margin-right: 5px;
	border: none;
	background: #f1f1f1;
	color: #333;
	padding: 5px 15px;
	font-size: 10pt;
}
#login_clientes_Wrapper input[type="text"]:focus,
#login_clientes_Wrapper input[type="password"]:focus,
#login_clientes_Wrapper input[type="text"]:hover,
#login_clientes_Wrapper input[type="password"]:hover{
	position: relative;
	float: left;
	margin-top: 6px;
	background: #fff;
}
#login_clientes_Wrapper a#b_submit_login{
	float: left;
	width: 28px;
	height: 28px;
	border: 1px solid white;
	margin-right: 0;
	margin-top: 6px;
	overflow: hidden;
}
#login_clientes_Wrapper a#b_submit_login img{
	margin-top: 0;
}
#login_clientes_Wrapper a#b_submit_login:hover img{
	margin-top: -20px;
}
#login_clientes_Wrapper a#b_submit_login i {
	color: white;
	text-align: center;
	display: block;
	font-size: 24px;
	margin: 1px 0 0 2px;
}
#login_clientes_Wrapper a#b_submit_login:hover {
	background: #333;
}


#menuNav_Wrapper{
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	height: 102px;
	background: #f6f6f6;
	border-top: solid 1px #d9d9d9;
	color: #434343;

}

#slogan{
	position: relative;
	/*width: 1025px;*/
	/*margin: 0 auto;*/
	/*text-align: right;*/
	/*padding: 25px 0;*/
	padding-right: 0;
	font-family: georgia;
	font-style: italic;
	color: #333;
	font-size: 15pt;
}

#menuNav{
	position: relative;
	width: 1035px;
	height: 38px;
	margin: 0 auto;
}
#menuNav li{
	position: relative;
	float: left;
	margin-left: 7px;
	padding-bottom: 30px;
}
#menuNav li:first-child{
	margin-left: 0;
}

#menuNav li a{
	float: left;
	padding: 3px 4px;
	font-family: helvetica, arial;
	font-weight: normal;
	font-size: 12.29pt;
	letter-spacing: 0.1px;
	color: #a10d59;
	text-decoration: none;
}
#menuNav li a:hover{
	color: #000;
}
#menuNav li a.sel{
	background: #a10d59;
	color: #fff;
}
#menuNav li a.sel:hover{
	background: #555;
}

#menuNav li div.submenu{
	position: absolute;
	z-index: 1000;
	height: 40px;
	top: 22px;
	left: 0;
	display: none;
}
#menuNav li:hover div.submenu{
	display: block;
}

#menuNav li div.submenu a{
	float: left;
	clear: left;
	margin-bottom: 1px;
	padding: 2px 5px;
	color: #a10d59;
}
#menuNav li div.submenu a:hover,
#menuNav li div.submenu a.sel{
	background: #a10d59;
	color: #fff;
}

#contenido_Wrapper{
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	margin-top: 5px;
}
@media screen and(-webkit-min-device-pixel-ratio:0){
	margin-top: 15px;
}

#redes{
	position: relative;
	/*width: 1035px;*/
	margin: 0 auto;
	text-align: right;
	z-index: 100;
}
.redes-slogan {
	padding: 25px 0;
	width: 1025px;
	margin: 0 auto;
}

#menu_redes{
	float: right;
	margin-right: 0;
}

#menu_redes li{
	float: left;
	margin-left: 5px;
	border-left: 1px solid #a10d59;
	padding-left: 5px;
}
#menu_redes li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

#menu_redes li img {
	width: 22px;
	vertical-align: middle;
}
#menu_redes li a {
	font-size: 18px;
}

#pie_Wrapper{
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	color: #fff;
}

#contenido{
	position: relative;
	width: 1035px;
	margin: 0 auto;
	margin-top: 26px;
}

#pie{
	position: relative;
	width: 1035px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 5px 0;
	border-top: solid 1px #b2b2b2;
	text-align: center;
	font-size: 10pt;
	color: #333;
}
#pie a {
	font-size: 10pt;
}

#firma{
	position: relative;
	width: 1035px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 5px 0;
	text-align: center;
	font-size: 10pt;
	color: #aaa;
}

#firma img{
	width: 85px;
	margin-left: 8px;
	margin-bottom: -2px;
	opacity: .7;
}

#main_izq{
	position: relative;
	float: left;
	clear: right;
	width: 720px;
	padding-bottom: 1px;
}

#main_der{
	/*
	position: relative;
	float: right;
	*/
	position: absolute;
	width: 295px;
	right: 0;
	top: 0;
}

.columna_principal{
	position: relative;
	float: left;
	clear: left;
	width: 470px;
	margin-top: 10px;
	padding-bottom: 1px;
}

.columna_secundaria{
	position: relative;
	float: right;
	width: 230px;
	margin-top: 10px;
	margin-left: 20px;
	padding-bottom: 1px;
}

.columna_ancho_total{
	position: relative;
	float: left;
	clear: both;
	width: 1015px;
	padding: 10px;
	margin-top: 110px;
	background: #fff;
}

/*#######################################*/

a{
	text-decoration: none;
	color: #a10d59;
}

a:link{
	color: #a10d59;
}

a:visited{
	color: #a10d59;
}

a:hover{
	color: #000;
}

a:active{
	color: #a10d59;
}

a.boton_form{
	float: right;
	padding: 3px 8px 1px 8px;
	color: #fff;
	background: #a10d59;
	font-size: 10pt;
}
a.boton_form:hover{
	background: #000;
}
/*################## OLD #####################*/
.b_sombra {

	float: left;
	margin: 0;
	margin-bottom: 12px;
	padding: 5px 10px;
	background: #b5b5b5;

	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-shadow: #888 1px 1px;

	cursor: pointer;
}
a.b_sombra {
	color: #fff;
}

.b_sombra_2 {

	float: right;
	margin-top: 12px;
	padding: 5px 10px;
	background: #aaa;

	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-shadow: #888 1px 1px;

	cursor: pointer;
}
.b_sombra:hover, .b_sombra_2:hover {
	background: #a10d59;
	text-shadow: #000 1px 1px;
}
th {
	font-size: 8pt;
}


th.cab_tabla, th.cab_tabla3 {
	padding: 4px;
	background: #a10d59;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
th.cab_tabla3 {
	cursor: default;
}

th.cab_tabla2 {
	padding: 4px;
	background: black;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

th.cab_tabla:hover {
	background: #444444;
}

.obra_titulo {
	float: left;
	clear: left;
	margin-top: 20px;
	font-size: 20pt;
	font-weight: bold;
	color: #A10D59;
}

.obra_subtitulo {
	float: left;
	clear: left;
	margin-top: 14px;
	font-size: 11pt;
}
/*#######################################*/
a.boton_volver{
	float: left;
	clear: both;
	padding: 3px 5px;
	color: #f5f5f5;
	background: #c3c3c3;
	font-size: 11pt;
}

a.boton_volver:hover{
	background: #434343;
}


a.boton_cabecera{
	float: right;
	margin-top: 14px;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	border-left: solid 1px #fff;
}

a.boton_cabecera:hover{
	text-decoration: underline;
}

a.boton_cabecera:last-child{
	border-left: none;
}

a#b_idioma{
	float: right;
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 10pt;
	color: #555;
}

.contador_comentarios_Wrapper{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}
.contador_comentarios{
	display: none;
	float: right;
	background: #a10d59;
	color: #fff;
	padding: 3px 5px 2px 5px;
	font-size: 8pt;
}
.contador_comentarios a{
	color: #fff;
	text-decoration: none;
}
.contador_comentarios a:hover{
	text-decoration: underline;
}
.flecha_comentarios{
	position: absolute;
	bottom: -5px;
	left: 5px;
}


.slide_menu{
	float: left;
	clear: left;
	width: 280px;
	margin-left: 10px;
	padding-top: 7px;
	text-align: center;
	border-top: solid 1px #f6f6f6;
}

.slide_menu ul{
	float: left;
}

.slide_menu ul li{
	position: relative;
	float: left;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	background: #ddd;
	border-radius: 4px;
}
.slide_menu ul li.sel{
	background: #a10d59;
}
.slide_menu ul li a{
	text-decoration: none;
}

.msj{
	display: block;
	padding: 30px 0;
	border: solid 1px #ddd;
	font-family: georgia;
	font-style: italic;
	font-size: 12pt;
	color: #999;
	text-align: center;
	background: #fff;
}

.caja{
	position: relative;
	float: left;
	clear: left;
	background: #fff;

	margin-bottom: 15px;
}

.caja#ficha{
	width: 450px;
	padding: 10px;
}

.texto_intro{
	float: left;
	clear: left;
	width: 680px;
	padding: 20px;
	margin-bottom: 20px;

	background: #fff;
	color: #999;
	font-size: 12pt;
	font-family: georgia;
	font-style: italic;
	line-height: 14pt;
}
.texto_intro h1{
	margin-bottom: 10px;
	font-family: georgia;
	font-style: italic;
	font-size: 14pt;
	color: #a10d59;
}

#paginacion_semanas{
	float: left;
	clear: both;
	width: 720px;
	margin-top: 20px;
	border-top: solid 1px #ddd;
}

#select_semanas_Wrapper{
	float: left;
	clear: both;
	width: 720px;
	margin-top: 20px;
	text-align: center;
}

#select_semanas{
	height: 22px;
	font-size: 9pt;
	color: #555;
}
#select_semanas option{
	padding: 5px;
	border-bottom: solid 1px #ddd;
	font-size: 9pt;
	color: #777;
}

/*######### CONTACTO�###########*/
#form_contacto{
	float: left;
	padding: 20px;
	padding-left: 30px;
	font-size: 10pt;
	color: #fff;

	border-radius: 10px;
}
#form_contacto td.col_titulo{
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
	padding-top: 15px;
	color: #444;
	font-weight: bold;
}
#form_contacto td.col_input{
	padding: 5px;
}

#form_contacto input[type="text"], #mensaje{
	width: 380px;
	height: 20px;
	padding: 5px;
	margin-left: 1px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	font-family: Helvetica, Arial;
	font-size: 10pt;
	color: #888;
	border-radius: 3px;
	box-shadow: inset 1px 1px 3px #ddd;
}

#contacto_info_Wrapper{
	position: relative;
	float: left;
	width: 100%;
	height: 570px;
	text-align: center;

}

#contacto_info_Wrapper p{
	color: #666;
	font-size: 10pt;
	line-height: 12pt;
	margin-top: 20px;
}

#mensaje {
	width: 310px;
	height: 80px;
}

.mensaje_error{
	position: relative;
	float: left;
	padding: 20px 30px;
	margin: 10px;
	width: 930px;
	background: #f8cccc;
	border: solid 1px #cb7777;
	color: #af5e5f;
	text-align: center;
	margin-bottom: 20px;
}


.mensaje_exito, .mensaje_exito_cerrar{
	position: relative;
	float: left;
	padding: 20px 30px;
	margin: 10px;
	width: 930px;
	background: #b2efbe;
	border: solid 1px #4c905c;
	color: #4c905c;
	text-align: center;
	margin-bottom: 20px;
}

.mensaje_exito_cerrar .mensaje_exito_cerrar_cruz{
	position: absolute;
	right: 0;
	top: 0;

	margin-top: 10px;
	margin-right: 10px;

	cursor: pointer;
}


.nota{
	font-size: 8pt;
	font-style: italic;
	color: #999;
	margin-bottom: 10px;
	line-height: 12pt;
}
#lopd_Wrapper {
	float: left;
	clear: left;
	padding: 10px 0;
	display: none;
	color: #888;
	line-height: 13pt;
	text-align: left;
}

a#b_submit_contacto {
	float: left;
	padding: 5px 10px;
	background: #a10d59;
	color: #fff;
	cursor: pointer;
}

a#b_submit_contacto:hover {
	background: #000;
}
a#b_reset_contacto {
	float: left;
	padding: 5px 10px;
	background: #777;
	margin-left: 10px;
	color: #fff;
	cursor: pointer;
}

a#b_reset_contacto:hover {
	background: #000;
}

/*######### PAGINACI�N ############*/
#paginacion_Wrapper{
	position: relative;
	float: left;
	clear: left;
	width: 720px;
	text-align: center;
	font-size: 12pt;
	color: #b5b5b5;
	font-weight: bold;
}

#paginacion_Wrapper a{
	font-size: 12pt;
	color: #b5b5b5;
	font-weight: bold;
}
#paginacion_Wrapper a.sel,
#paginacion_Wrapper a:hover{
	color: #a10d59;
}
#paginacion_Wrapper a.b_pag_izq,
#paginacion_Wrapper a.b_pag_der{
	margin: 0 10px;
}

.en{
	display: none;
}
