/* CSS Document */

/* ELEMENTOS COMUNES PARA TODAS LAS PAGINAS*/
h2 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	background-color: #75BFDB;
	margin-top: 16px;	
	/margin-top: 18px;
	margin-bottom: 25px;
	color: #FFFFFF;
	padding: 3px 4px 1px;
	text-align: right;
	margin-left: 0px;
	margin-right: 2px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #F33F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2CACA;
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 4px;
	padding-left: 4px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(css-img/h4-fondo.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	line-height: 18px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 18px;
	margin-bottom: 1px;
	margin-top: 3px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0D4886;
	padding-left: 18px;
	margin-top: 11px;



	/margin-top: 22px;	
	margin-right: 8px;
	background-image: url(css-img/h5-fondo.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	height: 14px;
	padding-top: 1px;
}
/* MENU*/

#navcontainer {
	clear: both;
	float: left;
	width: 100%;
}
#navcontainer a { text-decoration: none; }

#navcontainer ul
{
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}

#navcontainer li { display: inline; }
.navcontainerfondo{
	background-color: #66FF99;
	padding-right: 3px;
}

/*MENU 1st level elements*/
#navcontainer ul
{
	border-top: 3px solid #ffffff;
	margin-bottom: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 100%;
	background-image: url(css-img/men-fondo.gif);
	background-position: -5px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 4px;
}

#navcontainer li {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
{
	background-color: #0D4886;
	color: white;
	padding: 0px 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0D4886;
	border-bottom-color: #0D4886;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus
{
	background-color: #F33F00;
	color: #ffffff;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F33F00;
	border-bottom-color: #F33F00;
}

/*MENU current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; }
#navcontainerrest {
	background-image: url(css-img/men-fondo.gif);
	float: right;
	width: 42.5%;


	/height: 20px;
	height: 18px;
}
/* MENU estilo de botones */	
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#menuList, #menuList a:link{
	display: inline-block;
}


/*contendor*/
div#container{
	text-align:left;
	width:760px;
	margin:0 auto;
}


/* cabecera */
div#logo {
	height:75px;
	padding-left:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AABDBD;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 3px;
  }  
.logo {
	margin-top: 9px;
	float: left;
}
.idiomas {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	float: right;
	color: #AABDBD;
	margin-top: 63px;
	/margin-top: 65px;
	margin-right: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AABDBD;
	padding-left: 5px;
	list-style-type: none;
	margin-left: 0px;
	display:inline;
}
.idiomas_act {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	float: right;
	color: #D1DCDC;
	margin-top: 63px;
	/margin-top: 65px;
	margin-right: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AABDBD;
	padding-left: 5px;
	list-style-type: none;
	margin-left: 0px;
	display:inline;
}
.idiomas a:link, .idiomas a:visited {
	text-decoration: none;
	color: #AABDBD;
}
.idiomas_act a:link, .idiomas_act a:visited {
	text-decoration: none;
	color: #D1DCDC;
}
.idiomas a:hover {
	text-decoration: none;
	color: #F33F00;
}
.idiomas-separar {
	line-height: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #AABDBD;
	margin-right: 48px;
	margin-left: 0px;
	float: right;
	margin-top: 54px;
	/margin-top: 55px;
}
/*Login area privada*/
.loginform {
	font-size: 10px;
	float: right;
	text-align: right;
	color: #6B6B6B;
	margin-top: 4px;
	margin-right: 10px;
}
.loginTIT {
	color: #D7D7D7;
	margin-right: 62px;
	/margin-right: 61px;
}
.loginuser {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	border: 1px solid #AABDBD;
	color: #6B6B6B;
	margin-right: 48px;
	margin-bottom: 2px;
	margin-top: 3px;
}

.loginclave {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	border: 1px solid #AABDBD;
	color: #6B6B6B;
}
.loginboton {
	background-color: #00B6ED;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 16px;
	line-height: 11px;
	font-size: 9px;
	width: 45px;
}


.loginolvido {
	margin-right: 11px;
	line-height: 20px;
	visibility: hidden;
}

/* ticker */
.news_vertodas {
	background-color: #E9F4F2;
	margin-left: 30px;
}
/* flash */
#header{
	line-height:80px;
	margin:0;
	background: #EEE;
	color: #79B30B;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 550px;
	float: left;
	height: 119px;
}
#header2{
	float: right;
	clear: right;
	width: 191px;



	/margin-top: 4px;
	height: 58px;
	margin-right: 4px;

/margin-right: 3px;	
	background-image: url(css-img/fondo-frase.gif);
	text-align: center;
	padding-top: 60px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #5BA8A8;
	margin-left: 5px;
	
}
#headerportada{
	line-height:80px;
	margin:0;
	background: #EEE;
	color: #79B30B;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 550px;
	float: left;
	height: 160px;
}
#header2portada{
	float: right;
	clear: right;
	width: 180px;

	/margin-top: 4px;
	height: 99px;
	margin-right: 4px;

	/margin-right: 3px;	
	background-image: url(css-img/fondo-frase.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 60px;
	padding-right: 11px;
	padding-left: 11px;
	color: #5BA8A8;
	font-size: 14px;
	margin-left: 3px;
	font-weight: bold;	
}

/* migas */
#path {
	color: #FFFFFF;
}



/*footer*/	
#footer{
	clear:both;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	color: #AABDBD;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AABDBD;
	background-image: url(css-img/fondo-log_calidad.gif);
	background-repeat: no-repeat;
	height: 100px;
}
.footer-right{
	float:right;
	margin-right: 0px;
	color: #000000;
	margin-top: 2px;
	text-align: center;
}
.footer-right-portada {
	float:right;

	color: #000000;
	margin-top: 2px;
	text-align: center;
}
.footer-right li, .footer-right-portada li {
	display:inline;
	list-style:none;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 3px;
margin-left:0px;
margin-right:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F33F00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F33F00;
}
.footer-right ul, .footer-right-portada ul{
	margin: 0px;	
}
.footer-right a:link, .footer-right a:active, .footer-right a:visited, .footer-right-portada a:link,  .footer-right-portada  a:active, .footer-right-portada  a:visited{
	font:normal 10px Arial, Helvetica, sans-serif;
}
.footer-right a:hover, .footer-right-portada  a:hover{
	font:normal 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* fondo */
#fondo-news{
	width: 100%;
	height: 100%;
	float: left;
	background-image: url(css-img/fondopag-news_fx.gif);
	/background-image: url(css-img/fondopag-news_ie.gif);
	background-repeat: repeat-y;
}
#fondo-interior{
	width: 100%;
	height: 100%;
	float: left;
	background-image: url(css-img/fondopag-interiro_fx.gif);
	/background-image: url(css-img/fondopag-interiro_ie.gif);
	background-repeat: repeat-y;
}
#fondo-portada{
	width: 100%;
	height: 100%;
	float: left;
	background-image: url(css-img/fondopag-portada_fx.gif);

	/background-image: url(css-img/fondopag-portada_ie.gif);
	background-repeat: repeat-y;
}
