@charset "utf-8";

/* CSS Document */
@import url(reset.css);

@import url(SpryAccordion.css);
@import url(composicion.css);

h1 {
	font-size: 2.3em;
	font-weight: normal;
	background-image:url(../images/bach-h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	min-height: 40px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	color:#3B79DA;
}
h1 a {
	float: right;
	margin: 10px;
	font-size: 12px;
}
h1.normal {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #68686A;
}
h2 {
	background-image:url(../images/back-h2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:1.5em;
	font-weight:normal;
	height:42px;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:60px;
}

h3 {
	color: #666;
	background-image: url(../images/back-h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 309px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h3 a {
    float: right;
    padding-right: 20px;
    font-weight: normal;
    color: #FFF;
}
h3.red {
	background-image: url(../images/back-h3-red.gif);
	color: #FFF;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
}
table{
	margin-left: 50px;
	}
td{
	text-align: left;
	vertical-align: top;	
	}
input{
	background-color: #ececec;
	border: 1px solid #dfdfdf;
	}
input.textfield{
	width: 250px;	
	}
input.textfield-color{
	width: 250px;
	background-color: #D15B2B;
	color: #FFF;
	}
	
.checkbox, .checkbox input {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.login {
	width: 630px;
	float: right;
	height: 20px;
	font-size: 11px;
}
.login li {
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-right: 5px;
}
.login li a {
	text-decoration: none;
	color: #118bbe;
	margin-right: 5px;
}
.login li a img{
	float: left;
	margin-right: 5px;
}

#login {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	display:table;
}
#login form {
	width: 290px;
	padding-right: 15px;
	padding-left: 15px;
	height: 95px;
}

#login input {
	color: #666;
	border: 1px solid #CCC;
	background-color: #ececec;
}

#login label {
	height: 20px;
	margin-top:10px;
	margin-bottom:10px;
	width: 300px;
}
label img {
	margin-top: 3px;
	float: right;
}

.label {
	width: 300px;
	display: block;
}
.input-selector {
	width: 250px;
	background-color: #ECECEC;
	border: 1px solid #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
}

form {
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	color: #d15b2b;
	text-decoration: underline;
	}
p {
	line-height: 18px;
}
strong {
	font-weight: bold;	
	}
/*cabecera*/
#logo {
	height: 75px;
	width: 260px;
	text-indent: -9999px;
	float: left;
	margin-top:10px;
}
#logo a {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 75px;
	width: 260px;
	font-size: 10px;
	color: #88abb6;
}
.tugrupo {
	color: #118BBE;
	font-weight: bold;
}

#top-menu {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88ABB6;
}
.left li {
	float: left;
	padding-right: 10px;
}
.left li a {
	text-decoration: none;
	color: #88abb6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #88abb6;
	padding-right: 5px;
	font-size: 11px;
}

#menu {
	background-repeat: no-repeat;
	background-position: right top;
	height: 38px;
	background-color: #ECECEC;
	text-align: left;
	margin-bottom: 10px;
}
#rightMenu {
	float: right;
	background-image: url(../images/back-menu-02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 15px;
	width:150px;
	
}
#rightMenu li {
	float: left;
	padding-right: 10px;
	list-style-type: none;
	width:50px;
}
#rightMenu li a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

#menu ul {
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	background-image: url(../images/back-menu.gif);
	padding-left: 26px;
	
}

#menu ul li {
	float: left;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 10px;
	margin-top: 10px;
}
#menu ul li a {
	font-size: 16px;
	text-decoration: none;
	color: #666;
}
#migas ul {
	height: 20px;
}
#migas li {
	float: left;
	margin-right: 5px;
	font-size: 11px;
}
#migas ul li a {
	padding-left: 10px;
	color: #333;
	text-decoration: none;
	background-image: url(../images/arrow-migas.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	display: block;
}

#footer ul {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	height: 15px;
}
#footer ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	font-size: 11px;
}
#footer a {
	color: #666;
	text-decoration: none;
}

.block-mid {
	background-image: url(../images/shadow-mid.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 625px;
	padding-bottom: 20px;
	display: table;
}
.block-mid p {
	margin-left: 50px;
	margin-bottom:15px;
	margin-right:10px;
}
.block-full {
	background-image: url(../images/shadow-full.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	padding-bottom: 80px;
	display: table;
	clear: both;
}
.video-box {
	width: 390px;
	margin-left: 10px;
}
#video-copy {
	float: right;
	width: 210px;
}
#video-copy p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.compartir {
	background-image: url(../images/icon-comparte.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 20px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
}
a.rss {
	background-image: url(../images/icon-rss.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 20px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
}
.reelY {
	background-image:url(../images/ico_h_amarillo.gif);
}
.reelB {
	background-image:url(../images/ico_h_azul1.gif);
}
.reelR {
	background-image:url(../images/ico_h_rojo.gif);
}
.reelG {
	background-image:url(../images/ico_h_verde.gif);
}



.faq {
	background-image: url(../images/icon-faq.gif);
}
.info {
	background-image: url(../images/icon-info.gif);
}
.finanza {
	background-image: url(../images/icon-finanza.gif);
}
.bajas {
	background-image: url(../images/bajas.gif);
}
.gracias {
	background-image: url(../images/gracias.gif);
}

.quienes {
	background-image: url(../images/icon-quienes.gif);
}


.video {
	background-image: url(../images/icon-video.gif);
}
.recomendar {
	background-image: url(../images/icon-recomendar.gif);
}

.solicitar {
	background-image: url(../images/icon-solicitar.gif);
}

.registro {
	background-image: url(../images/icon-registro.gif);
}

.ballon {
	background-image: url(../images/ballon_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 9px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ballon p {
	background-color:#FFCB76;
	background-image:url(../images/ballon_02.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#AA0000;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding-bottom:25px;
	padding-left:10px;
	padding-right:10px;
	width:573px;
}
#buscador {
	padding-right: 15px;
	padding-left: 15px;
}
#buscador select {
	width: 180px;
	margin-right: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
#buscador p {
	margin: 0px;
}
.boton {
	float: right;
	background-image: url(../images/boton_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	padding-left: 30px;
	background-color: #3A79D9;
	margin-left: 10px;
	width:80px;
}
.boton a {
	background-image: url(../images/boton_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 22px;
	padding-right: 30px;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
}
ul.trumbail {
	padding-right: 20px;
	padding-left: 40px;
	clear:both;
}
ul.trumbail li {
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	min-height:190px;
}
.trumbail li .pict {
	height: 110px;
	background-color: #f1eee9;
	padding: 5px;
	text-align: center;
}

.trumbail li p {
	line-height: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.trumbail li p a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}

.trumbail li img {
	max-height: 100px;
	max-width:110px;
}




.right {
	text-align: right;
	padding-right: 10px;
}
.search {
	background-image: url(../images/icon-search.gif);
}
.ayuda {
	background-image: url(../images/icon-ayuda.gif);
}
.enviar {
	background-image: url(../images/icon-enviar.gif);
}

.home {
	background-image: url(../images/icon-home.gif);
}
#top-menu .left {
	float: left;
	width: 320px;
	height: 20px;
}
img.left{
	float:left;
	margin-right: 10px;	
	clear:both;
	display:table;
	}



.tit {
	display:block;
	float:left;
	height:20px;
	width:80px;
	padding-top:3px;
}



.dot-botton {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image:url(../images/fin-dot-lateral.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
}
.dot-botton p {
	margin-right: 5px;
	margin-left: 5px;
}
.news {
	margin-bottom: 10px;
}
.news p {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.news a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.news p .right {
	float: right;
}
.box-brown {
	background-image: url(../images/box-brown.gif);
	background-position: left bottom;
	padding-bottom: 10px;
	background-color: #B9CFF1;
	background-repeat: no-repeat;
	width: 319px;
}
.box-brown p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
.block-mid .bullets {
	list-style-type: disc;
	padding-left: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.bullets {
	list-style-type: disc;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 16px;
}
.bullets li{
	margin-bottom: 5px;
}
.pict-right {
	float: right;
	border: 10px solid #E7E7E7;
}
.mitad {
	width: 480px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 20px;
}
.fichas {
	text-decoration: none;
	background-image: url(../images/tabb-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.pict-left {
	width: 380px;
	float: left;
	padding: 10px;
	background-color: #ededed;
	text-align: center;
}
.pict-left img {
	width:380px;	
}

.tabbContent {
	float: right;
	width: 500px;
}
.tabbContent p {
	font-size: 14px;
	margin-bottom: 10px;
}
.resumen {
	position: relative;
	top: 70px;
	background-image: url(../images/back-resumen.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 70px;
	padding: 5px;
}
.resumen ul li {
	float: left;
	width: 20%;
	margin-left: 10px;
	height: 70px;
	padding-left: 10px;
	line-height: 16px;
}
.resumen img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.resumen ul li+li {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
}
.pict-album {
	float: right;
	width: 500px;
}
.pict-album ul.trumbail {
	margin: 0px;
	padding: 0px;
}
.pict-album ul.trumbail li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mapa {
	float: left;
	width: 655px;
	background-color: #ededed;
	padding: 10px;
}
.mapa-info {
	float: right;
	width: 230px;
}
.pdf {
	background-image: url(../images/icon-pdf.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	display: block;
	height: 20px;
	margin-bottom: 5px;
	padding-top: 3px;
	color: #808080;
	text-decoration: none;
	font-size: 14px;
}
.listados-title ul{
	background-color: #666;
	height: 35px;
	color: #FFF;
}
.listado-white {

	background-color:#fff;
	padding-top: 5px;
	padding-bottom: 5px;
	display:table;
	clear:both;
}
.listado-gray {

	background-color:#f0f0f0;
	padding-top: 5px;
	padding-bottom: 5px;
	display:table;
	clear:both;
}
.listados-title ul li, .listado-white ul li, .listado-gray ul li {
	float: left;
	width: 90px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-right:5px;

}
.listados-title ul li a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/arrow-order.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	padding-left: 10px;
}

.listados-title ul li.long, .listado-white ul li.long, .listado-gray ul li.long {
	width: 250px;

}
.listados-title ul li.big, .listado-white ul li.big, .listado-gray ul li.big {
	width: 400px;

}
.listados-title ul li.mid, .listado-white ul li.mid, .listado-gray ul li.mid {
	width: 30px;
}
.listados-title ul li.foto, .listado-white ul li.foto, .listado-gray ul li.foto {
	width: 110px;
	display:table;
}
.listados-title ul li.foto-activa, .listado-white ul li.foto-activa, .listado-gray ul li.foto-activa {
	width: 110px;
	background-image: url(../images/activa.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
.listados-title ul li.foto-activa img, .listado-white ul li.foto-activa img, .listado-gray ul li.foto-activa img {
}
.listados-title ul li.foto-activa img, .listado-white ul li.foto-activa img, .listado-gray ul li.foto-activa img {
	width:109px;
}
.paginador {
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-bottom-color: #333;
	line-height: 16px;
	padding-left: 10px;
	clear: both;
}
.paginador ul li {
	float: left;
	width: 24%;
	/*padding-left: 3%;*/
}
.paginador ul li a {
	text-decoration: none;
}

.derecha {
	text-align: right;
}
.alert {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	background-color: #C00;
	color: #FFF;
}
.acciones {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	background-color: #ECECEC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	height: 20px;
	vertical-align: middle;
	font-size: 14px;
}
.acciones li {
	float: left;
	margin-right: 10px;
}

.promos {
	clear: both;
}
.color {
	color: #D15B2B;
}
.alertForm {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	background-color: #C00;
	color: #FFF;
	width: 230px;
	border: 1px solid #C00;
}
.news-line {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
}
.new-right {
	float:left;
	margin-left:10px;
	padding:0;
	width:515px;
	
}
.new-right img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	padding: 5px;
}

.new-right p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.new-right a {
	text-decoration: none;
}

.new-left img {
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 2;
}

.new-left {
	float:left;
	font-size:10px;
	width:95px;
}
.activa {
	background-color: #ff4a00;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #FFF;
}
.activahome {
	background-color:#FF4A00;
color:#FFFFFF;
font-size:9px;
font-weight:bold;
margin-left:5px;
padding-bottom:3px;
padding-left:5px;
padding-top:3px;
width:95px;

}
.AccordionPanelContent .bullets {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 16px;
	margin:0px;
}
input.imagen{
	border-top-style: none;
	border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.webmap {
	margin-left: 50px;
}
.webmap ul {
	padding-left: 20px;
	padding-top:3px;
}
.webmap li {
	padding-left: 10px;
	background-image: url(../images/bullet-grey.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom: 3px;
}
.webmap li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #333;
}
/*  Clases para TOOLTIPS */

.cajaToolTips{
	width:200px;
	position:absolute;
	border:1px solid #F1EEE9;
	background-color:#D9D2AA;
	padding:5px;
	top:20px;
	left:-225px;
	color:#545454;
	display:none;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}
.toolTips{
	cursor:pointer;
}

/*  Clases para IE6 */

#mainMenu{
	width:700px;	
}
.rojoSubrallado{
	color:#F00 !important;
	text-decoration:underline !important;	
}

p.parrafoGrande{
	font-size:16px;
	line-height:23px;
	
}
.parrafoGrande{
	font-size:16px;
	
	
}
.parrafoMini{
	color:#888888;
	font-size:11px;
	
}
li.pvpFinan{
	padding-top:0px;
	padding-bottom:0px;
	height:30px;
	line-height:13px;
	
}
.btnLargo{
	width:150px;	
}
.Pentre{
	font-weight:bold !important;
	color:#C73844 !important;	
}
.Pgrupos{
	font-weight:bold !important;
	color:#3B79DA !important;	
}
.Pcom{
	font-weight:bold !important;
	color:#C73844 !important;	
}
.alarga{
	clear:both;
	height:1px;
}
.bannerHeader{
	width:640px;
	height:120px;
	float:left;
	margin-left:60px;
	
}
.videoBanner{
	width:211px;
	height:120px;
	float:left;
	
}
                
.textoBanner{
	width:280px;
	height:115px;
	float:left;	
	padding-top:5px;
}
.textoBanner h3{
	background-image:none;
	height:auto;
	margin:5px 0;
	padding:0;
	text-align:center;
	width:100%;	
	
}
.textoBanner h3 a{
	color:#3A79D9;
	text-decoration:none;
	font-size:18px;
	float:none;
	padding-right:0px;
}
.textoBanner p{
	height:auto;
	margin:5px 0;
	padding:0;
	text-align:center;
	width:100%;	
}
.textoBanner p a{
	color:#3A79D9;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;	
}
.imagenBanner{
	width:149px;
	height:120px;
	float:left;	
}
#copy {
	margin-right: 20px;
	float: right;
	margin-top: 10px;
}