@charset "UTF-8";
/* CSS Document */

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
	line-height: 1;
	background-color: #e2e0e0;
	background-image: url(../images/fnd_sombra_03.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 1px;
	overflow-x: hidden;

}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/* CSS font-face */

@font-face {
    font-family: 'MuseoSans500Regular';
    src: url('MuseoSans_500-webfont.eot');
    src: url('MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('MuseoSans_500-webfont.woff') format('woff'),
         url('MuseoSans_500-webfont.ttf') format('truetype'),
         url('MuseoSans_500-webfont.svg#MuseoSans500Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* CSS nuevos */


#contenedorTotal{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;}
#contenedorHeader{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	*padding-left:8px;
	}
#contenedorConten{
	width:961px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-right: 1px;
	}
#contene_footer{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#6c217f;
	padding:8px;
	text-align:center;}
h1{
	font-family:'MuseoSans500Regular';
	font-size:20px;
	color:#FFF;}
h2{
	font-family:'MuseoSans500Regular';
	font-size:18px;
	color:#6c2180;}
h3{
	font-family:'MuseoSans500Regular';
	font-size:15px;
	color:#FFF;}

.logo{
	width:931px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
	padding-left:30px;
	padding-bottom:8px;
	}
	
	
.menu_nav{
	width:961px;
	margin-left:auto;
	margin-right:auto;
	z-index:99999;
	display:block;
	}

.submenu_nav{
	width:961px;
	margin-left:auto;
	margin-right:auto;
	}
.clear{
	clear:both;}
.textFooter{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;}
	
.menu_nav ul li{
	float:left;
	list-style:none;
	margin-right:8px;
	margin-left:8px;
	font-family:'MuseoSans500Regular';
	font-size:15px;
	color:#666;
	text-decoration:none;
	}

.menu_nav ul li a:hover{
	background-image: url(../images/esq_izq_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#6c217f;
	padding-left:22px;
	font-family:'MuseoSans500Regular';
	font-size:15px;
	color:#FFF;
	text-decoration:none;
	}
.menu_nav ul li a{
	background-image:url(../images/esq_izq.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#C5C4C4;
	padding-left:22px;
	font-family:'MuseoSans500Regular';
	font-size:15px;
	color:#666;
	text-decoration:none;
	display:inline-block;
	line-height:24px;
}
.menu_nav ul li a span{
	background-image:url(../images/esq_der.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:22px;
	font-family:'MuseoSans500Regular';
	font-size:15px;
	color:#666;
	text-decoration:none;
	display:inline-block;
}

.menu_nav ul li a:hover span{
	background-image: url(../images/esq_der_over.gif);
	background-repeat: no-repeat;
	background-position:right top;
	padding-left:22px;
	text-align:center;
	width:5px;
}
.menu_nav ul li ul {
display:none;
position:absolute;
min-width:140px;
background-color:#d4d4d4;
z-index:99999;

}

.menu_nav li:hover > ul {
display:block;

}

.menu_nav li ul li {
position:relative;
clear:both;


}

.menu_nav li ul li ul {
right:-140px;
top:0;

}

.menu_nav li ul .submenu_nav {
	background-color:#d4d4d4;
	list-style:none;
	margin-right:2px;
	font-family:'MuseoSans500Regular';
	font-size:16px;
	color:#6c217f;
	text-decoration:none;
	width:255px;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;

}
	

.menu_nav li ul .submenu_nav a{
	background-image:none;
	background-color:transparent;
	padding-left:24px;
	font-family:'MuseoSans500Regular';
	font-size:16px;
	color:#6c217f;
	text-decoration:none;
	display:block;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
}
.menu_nav li ul .submenu_nav a:hover{
	background-color:#a07aa9;
	padding-left:24px;
	font-family:'MuseoSans500Regular';
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	}
	
.titMenuee{
	background-color:#6c217f;
	margin-left:1px;
	width:226px;
	text-align:left;
	padding-left:10px;
	padding-bottom:6px;}

.lst_Menuee{
	background-color:#e1e1e1;
	margin-left:1px;
	width:226px;
	text-align:left;
	padding-left:10px;
	padding-bottom:6px;}

/* galeria */
#container {
	width:961px;
	height:331px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:961px;
	height:331px;
	position:relative;
}

#ribbon {
	position:absolute;

	z-index:20;
}

#frame {
	position:absolute;
	z-index:0;
	width:961px;
	height:331px;
}

/*
	Slideshow
*/

#slides {
	/*position:absolute;*/
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:961px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:961px;
	height:331px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:331px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:640px;
}

/*
	Pagination
*/

.pagination {
	width:200px;
	margin-top: -20px;
	margin-left: 10px;
	position:relative;
	z-index:100;

}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


	Footer


#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}
.banner_cont {
	width:961px;
	height:331px;
	margin-left:auto;
	margin-right:auto;
	z-index:-99999;
}
.contenedor2cajas{
	width:961px;
	margin-left:auto;
	margin-right:auto;}
.caja_izq{
	width:238px;
	float:left;}
.caja_der{
	width:710px;
	float: left;
	margin-left:10px;
	}
	
.menuee_nav{
	font-family:'MuseoSans500Regular';
	font-size:14px;
	color:#6c217f;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding-left: 10px;
	text-decoration:none;
	padding-top:6px;
	padding-bottom:6px;
}
.menuee_nav a{
	font-family:'MuseoSans500Regular';
	font-size:14px;
	color:#6c217f;
	text-decoration:none;
}
.menuee_nav a:hover{
	color:#999999;
	text-decoration:none;
}
.menuee_nav1{
	font-family:'MuseoSans500Regular';
	font-size:14px;
	color:#666666;
	padding-left: 10px;
	text-decoration:none;
	padding-top:3px;
	padding-bottom:3px;
}
.menuee_nav1 a{
	font-family:'MuseoSans500Regular';
	font-size:14px;
	color:#666666;
	text-decoration:none;
}
.menuee_nav1 a:hover{
	color:#999999;
	text-decoration: underline;
}
.padd_top{
	padding-top:8px;}
.menuee_nav2{
	font-family:'MuseoSans500Regular';
	font-size:14px;
	color:#6c217f;
	padding-left: 10px;
	text-decoration:none;
	padding-top:6px;
	padding-bottom:3px;
}
.campoBox{
	width:180px;
	margin-left:15px;}

.text_olviClave{
	font-family:'MuseoSans500Regular';
	font-size:12px;
	color:#6c217f;
	padding-left: 10px;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:8px;
	font-style: italic;
}
.text_olviClave a{
	font-family:'MuseoSans500Regular';
	font-size:12px;
	color:#6c217f;
	font-style: italic;
	text-decoration:none;
}
.text_olviClave a:hover{
	color:#999999;
	font-style: italic;
	text-decoration:underline;
}
.caja_izq .inf img {
	float:left;
	padding-left:12px;
	padding-top:10px;}

.fnd_titContenido{
	background-image: url(../images/fnd_titulo_contenido.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top:26px;
	width:701px;
	height:40px;
	text-align:left;
}
.textTitShadow{
	text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
	padding-top:8px;
	padding-left:40px;}
.2cajasConte{
	width:701px;
	margin-left:auto;
	margin-left:auto;
	}
.caja1C{
	width:310px;
	float:left;
	padding-top:24px;
	}
.caja2C{
	width:365px;
	float:left;
	margin-left:10px;
	padding-top:40px;}

.text_Contenido{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	text-align:justify;
	line-height: 20px;
}

.text_ContenidoMor{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#6c217f;
	text-align:justify;
	line-height: 18px;
	font-weight: bold;
}
.ancho_mucText{
	width:680px;
	float:left;
	padding-top:24px;
	padding-bottom:20px;}

.esp_top_valores{
	margin-top:20px;
	margin-bottom:10px;
	background-image:url(../images/fnd_sec_valores.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:301px;
	background-position: center center;
}
.cajas_valores_izq{
	float:left;
	padding-left:70px;
	text-align:left;
	width:280px;
	}
.cajas_valores_der{
	float:left;
	padding-left:30px;
	text-align:left;
	width:270px;}
/*video*/	
	#video {
	background-color:#CCC;
	width:350px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:75px;
	min-height:300px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
	
}
/*fin video*/	
.texComValo{
	font-family:MuseoSans500Regular;
	font-size:16px;
	color:#FFF;
	padding-right:18px;
	line-height: 20px;
}
.texComValobOLD{font-family:'MuseoSans500Regular';
	font-size:14px;
	color:#FFF;
	font-weight:bold;}
.esp_top1Valores{
	padding-top:15px;}
.esp_top1ValoresText{
	padding-top:25px;}
.esp_top1Valores2{
	padding-top:62px;}
.esp_top1ValoresText2{
	padding-top:25px;}
.esp_top1Valores3{
	padding-top:82px;}
.paddin_text_import{ padding:20px;}

/*FORMATO CONTACTENOS*/

.boton-reset
{
background-image:url(../images/btn_limpiar.png);
border:0px;
width:150px;
height:32px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
margin-bottom:10px;
margin-right:5px;
color:#FFF;

}
.boton-enviar
{
	background-image:url(../images/btn_enviar.png);
	border:0px;
	width:85px;
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFF;
}
/*FIN FORMATO CONTACTENOS/
/*ACCIONES DE TABLA OFERTA*/
.texto_contenido_gris{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFF;	
	line-height:19px;
	text-align:left;
	margin-left:150px;
	
	}
.tabla_gris{
	background-color: #666666;
	
}
/*color de la tabla Ofertas*/
.titulo_tabla{
	width:55%;
	background-color:#6C217F;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	size:11px;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:30px;
	margin-right:45px;
	font-weight: bold;
	margin-bottom:3px;
	
	
	}
.texto_tablalink{
	width:22%;
	background-color:#F3F3F3;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top:3px;
	padding-bottom:5px;
	padding-right:35px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	margin-left:-10px;
	margin-right:-10px;
	
}
/*color del texto del link*/
.texto_tablalink a{
	font-family:Arial, Helvetica, sans-serif;
	color: #003e7c;
	text-align:left;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;

}
/*color del texto del link secundario*/
.texto_tablalink a:hover{
	color: #09C;
	text-decoration: underline;
}
/*color del texto de la tabla*/
.texto_tabla{
	width:16%;
	background-color:#F3F3F3;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: normal;
	font-size: 11px;
	border:#FFF;
	padding-right:20px;
	}
/*Fin Acciones de Ofertas*/

/*ACCINES DETALLE OFERTA*/
.detalle_text {
	border: thin none #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
    font-style: normal;
	font-weight: normal;
	line-height: 16px;
	padding-left:10px;
	text-align:left;
    padding-left:8px;
	
	
}
.detalle_titulo {
	border: thin none #ccc;
    color:#6C217F;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
	text-align:right;

}
.enviar {
	font-family:Arial, Helvetica, sans-serif;
	color:#6C217F;
	font-size: 14px;
	text-align: center;
	padding-top:15px;
	padding-bottom:8px;
	font-weight: bold;
}
/*FIN DETALLE OFERTA*/
