@charset "utf-8";
body  {
	font: 100% "Trebuchet MS",Arial,Helvetica,sans-serif;
	background-image:url(../images/fondo-pagina.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #979580;
	background-repeat: repeat-x;
}

body,td,th {
	color: #333;
}

h1,h2,h3,h4 {
	color: #6A6957;
}

img {
	border:none;
}

strong {
	color: #173784;
}

a {
	color: #173784;
}

a:hover {
	color: #FDE600;
}

.twoColFixRtHdr #container { 
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none; /*1px solid #000000*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	position: relative; /*para poder posicionar absoluto los menús del header*/
	background: #173784;
	background-image:url(../images/fondo-header.jpg);
	color: #FFF;
	height: 100px;
	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div - FALLA EN IE6 */
}

#header h1{
	position: absolute;
	margin: 0;
	top: 20px;
	left: 25px;
/* 	width: 314px;
	height: 136px; */
}

#header h1 a{
	height: 60px;
	width: 200px;
	/*position: absolute;    quitado porque en ie8 ,chrome y safari desaparecia el logo*/
}

/*h1.imgRepl {
	position:relative;
	top: 20px;
	left: 25px;
   width: 200px;
   height: 60px;
   background: url(../images/logo-vaseco.gif);
   background-repeat: no-repeat;
   text-indent: -9999px;
}*/

/* Menu idioma */
/* usando sólo una imagen para todo (los 3 estados y el sliding doors) */

#menuIdioma {
	position: absolute;
	top: 3px;
	right: 10px;
	/*margin: 0px -239px;*/
}

#menuIdioma ul {
	margin: 0;
	list-style: none;
	padding: 0;
	float:left;
}

#menuIdioma li {
	/*display: inline; /*For ignore double margin in IE6*/
	float: left;
	margin-right: 3px;
}

#menuIdioma a {
	/*position: relative;*/
	display: block;
	float: left;
	/*padding: 0px 10px 0px 0px;*/
	margin: 0px 5px 0px 0px;
	padding: 0 0 0 5px;
	background:url(../images/tabs-idioma.gif) no-repeat top left;
	/*left: -39px;*/
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}

#menuIdioma a span{
    padding: 0px 5px 0px 0px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    float:left;
	background:url(../images/tabs-idioma.gif) no-repeat top right;
}

#menuIdioma a:hover {
	/*text-decoration: underline;*/
	background:url(../images/tabs-idioma.gif) no-repeat center left;
	color: #173784;
}

#menuIdioma a:hover span {
	background:url(../images/tabs-idioma.gif) no-repeat center right;
}

#menuIdioma .current a {
	/*text-decoration:overline;*/
	color: #173784;
	background:url(../images/tabs-idioma.gif) no-repeat bottom left;
}

#menuIdioma .current a span{
	/*text-decoration:overline;*/
	background:url(../images/tabs-idioma.gif) no-repeat bottom right;
}


/* Menu principal */
/* usando sólo una imagen para los 3 estados */

#menuPrincipal {
	position: absolute;
	bottom: 0px;
	right: 0px;
	/*margin: 0px -239px;*/
}

#menuPrincipal ul {
	margin: 0;
	list-style: none;
	padding: 0;
	float:left;
}

#menuPrincipal li {
	/*display: inline; /*For ignore double margin in IE6*/
	float: left;
	margin-right: 25px;
}

#menuPrincipal a {
	/*position: relative;*/
	display: block;
	float: left;
	/*padding: 0px 10px 0px 0px;*/
	margin: 0px 5px 0px 0px;
	padding: 26px 0px 6px 0px;
	/*background:url(../images/prueba.gif) no-repeat top center;*/
	/*left: -39px;*/
	text-decoration: none;
	/*text-transform: uppercase;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
}


#menuPrincipal a:hover {
	text-decoration: underline;
	color: #FFD760;
}

#menuPrincipal .current a {
	color: #FDE600;
}

#menuPrincipal #icono-empr {
	background:url(../images/icono-empr.gif) no-repeat top center;
}
#menuPrincipal #icono-empr:hover {
	background:url(../images/icono-empr.gif) no-repeat center center;
}
#menuPrincipal .current #icono-empr {
	background:url(../images/icono-empr.gif) no-repeat bottom center;
}

#menuPrincipal #icono-tipo {
	background:url(../images/icono-tipo.gif) no-repeat top center;
}
#menuPrincipal #icono-tipo:hover {
	background:url(../images/icono-tipo.gif) no-repeat center center;
}
#menuPrincipal .current #icono-tipo {
	background:url(../images/icono-tipo.gif) no-repeat bottom center;
}

#menuPrincipal #icono-tecn {
	background:url(../images/icono-tecn.gif) no-repeat top center;
}
#menuPrincipal #icono-tecn:hover {
	background:url(../images/icono-tecn.gif) no-repeat center center;
}
#menuPrincipal .current #icono-tecn {
	background:url(../images/icono-tecn.gif) no-repeat bottom center;
}

#menuPrincipal #icono-cont {
	background:url(../images/icono-cont.gif) no-repeat top center;
}
#menuPrincipal #icono-cont:hover {
	background:url(../images/icono-cont.gif) no-repeat center center;
}
#menuPrincipal .current #icono-cont {
	background:url(../images/icono-cont.gif) no-repeat bottom center;
}

.twoColFixRtHdr #submenubar {
	background: #FDE600;
	height: 22px;
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size:13px;
	font-weight:bold;
	line-height: 19px;
} 

#submenubar ul {
	list-style: none;
	float:right;
	margin: 0;
}

#submenubar li {
	/*display: inline; /*For ignore double margin in IE6*/
	float: left;
	margin-left: 20px;
}

#submenubar a {
	color:#173784;
	text-decoration:none;
}

#submenubar a:hover {
	text-decoration: underline;
	color:#0F2353;
}

#submenubar .current a {
	color:#EF6C00;
}
	
#fotomain { /*poner solo para fotos en flash - con jpgs se ve una linea gris debajo de la imagen en IE6*/
	background-color:#333;
	height: 200px;
}

#fotomainGrande { /*poner solo para fotos en flash - con jpgs se ve una linea gris debajo de la imagen en IE6*/
	background-color:#333;
	height: 300px;
}

object {
	outline:none;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size:11px;
	border-left:#CCC solid thin;
}

*:first-child+html .twoColFixRtHdr #sidebar1 { /*hack para ie7*/
	border-left:none; /*eliminamos la linea porque queda separada de la otra*/
	}

* html .twoColFixRtHdr #sidebar1 { /*hack * html para ie6 e inferiores*/
	padding: 0px 19px;
	border-left:none; /*eliminamos la linea porque queda separada de la otra*/
}

.twoColFixRtHdr #sidebar1 h3{
	font-size:13px; /*para que ie7 e inferiores no hagan la letra muy grande*/
}

#sidebar1 img {
	margin: 0;
}

.twoColFixRtHdr #mainContent {
	margin: 0 280px 13px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. - Los 13px de abajo son para que ie6 y ie7 dejen margen entre el ultimo parrafo y el footer. */
	padding: 0 15px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 13px;
	border-right:#CCC solid thin;
}

#MCunacolumna {
	margin: 0 0px 0 0;
	padding: 0 15px 0 20px;
	font-size: 13px;
	border-right:#CCC solid thin;
}

.twoColFixRtHdr #mainContent h1, #MCunacolumna h1 {
	margin: 20px 0;
	font-size:19px;
}

.twoColFixRtHdr #mainContent h2, #MCunacolumna h2 {
	font-size:16px;
	margin: 20px 0 10px 0;
}




.twoColFixRtHdr #footer {
	padding: 10px 20px 0px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	border-top: #FDE600 4px solid;

	background: url(../images/fondo-footer.gif) bottom no-repeat;
	background-color: #173784;
	color: #FFF;
	font-size:13px;
} 

*:first-child+html .twoColFixRtHdr #footer {padding: 10px 20px 15px;} /*hack para ie7*/
* html .twoColFixRtHdr #footer {padding: 10px 20px 15px;} /*hack para ie6*/
.twoColFixRtHdr #footer {padding: 10px 20px 0px\0/;} /*hack para ie8*/

#footer ul {
	list-style: none;
	/*float:left;*/
	margin: 0px 0;
	padding: 0 0;
}

#footer li {
	display: inline; /*For ignore double margin in IE6*/
	float: left;
	margin-right: 25px;
}

#footer li.primero a{
	color: #FDE600;
	font-weight: bold;
}

#footer a {
	text-decoration:none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
	color:#FFF;
}

hr {
	height:0px;/*solo queremos borde*/
	border-top:0px;/*quita el grosor extra de Opera y FFox*/
	border-bottom:#fff solid 1px;
	margin: 7px 0px 6px;
}

#datos-pie  {
	position:relative;
	bottom: 4px;
	float: left;
	font-size:11px;
	font-weight: bold;
}

#webmail  {
	position:relative;
	bottom: 3px;
	float: right;
	background:url(../images/candado7x8.gif) no-repeat center left;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
}

#avisolegal  {
	position:relative;
	bottom: 3px;
	float: right;
	padding-right: 56px;
	font-size: 10px;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.center {
	display: block;
	margin: auto;
}

#fuera-container {
	margin: 8px 0;
	font-size:11px;
	font-weight: bold;
	color:#494949;
}

.w450 {
	width: 450px;
	text-align: center;
}

/*
FORMULARIOS -----------------------------------------------
*/

form {
/* margin: 0;
padding: 0; */
}

fieldset {
	margin: 0;
	padding: 0 2em; 
	border : 1px solid #173784;
	background: #f8f8f8;
}
legend {
	font-size:13px;
	/*font-weight: bold;*/
	color: #173784;
}
fieldset input {
	width: 410px;
	background-color: #ffffff;
	border: 1px solid #FDE600;
}

fieldset textarea {
	width: 410px;
	height: 100px;
	background-color: #ffffff;
	border: 1px solid #FDE600;
}

label {
float: left;
width: 8em;
}

#botones-form {
	text-align: right;
}

/*FIN FORMULARIOS*/

.NotaPrensa {

}

.NotaPrensa h3 {
	color:#DDC700;
	margin-bottom:2px;
}

#carta {
	display: block;
	padding: 0 20px 188px;
	/*line-height: 18px;*/
	background:url(../images/carta-director.jpg) no-repeat bottom center;
}

#catalogo {
	display: block;
	padding: 0 20px 188px;
	/*line-height: 18px;*/
	background:url(../images/catalogo-h180.jpg) no-repeat bottom center;
}

.bordeazul {
	border-color: #163585;
	border-style:solid;
	border-width: 1px;
}

.BannerSidebar {
	width: 250px;
	text-align:center;
	border:#173784 1px solid;
	margin: 20px 0 0;
	padding: 0px 0;
	background-color:#FFC;
}

.BannerSidebar h3 {
	font-size: 13px;
	color: #173784;
	margin: 10px 0 10px;
}

.BannerSidebar a {
	text-decoration:none;
}

.BannerSidebar a:hover {
	color:#F30;
}

.BannerSidebar a:hover h3{
	color:#F30;
}

.BannerSidebar a:hover strong{
	color:#F30;
}


