/*
Reset universal
--------------------------------------------------------------------------------------------*/
*{
	font-size:100%;
	margin:0;
	padding:0;
}
/*
HTML y Body
----------------------------------------------------------------------------------------------*/
html{
	min-width:780px;
}
body{
	font:75%/150% Verdana, sans-serif, Arial, Helvetica;
	color:#666;
	background:#FFF;
}

/*
Links
----------------------------------------------------------------------------------------------*/
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/* Links internos  */

.a-especial a:hover{
	text-decoration: none!important;
	color: #DF6C01;
}
.a-especial a{
	text-decoration: underline!important;
	color:#DF6C01!important;
}
.centro-home{
	text-align: right;
	margin:0;
	margin-bottom: 5px; 
	margin-top: -10px;
}

.sup_noticia{
	color: #AAA;
	font-size: 12px;
	font-style:normal;
}

/*
Container
----------------------------------------------------------------------------------------------*/
#container{
	width: 780px;
	text-align:left;
	margin: 0;
}

/*
Layout general
----------------------------------------------------------------------------------------------*/
h1{
	font-size: 28px;
	letter-spacing: -1px;
	font-style: italic;
	color: #CCC;
	padding-top: 10px;
	margin-top: -25px;/*corrige en winIE */
}
#header{
	height: 43px;	
	border-bottom:solid #DF6C01 5px;
	position:relative;
}

#logo{
	border-width:0;
}

#menu-sitios{
	width: 253px;
	margin:1px black solid;
	position:absolute;
	top:4px;
	right:0;
	font-weight: bold;
	padding-left:10px;
	font-size: 10px;
}
#menu-sitios li{
	display:block;
	background:url(flechatermino_.gif) top left no-repeat;
	padding:1px 0 0 25px;
	list-style: none;
	height: 19px;
}
#nav li{
	float:right;
	display:inline;
	font-size:11px;
	padding:0 5px 0 5px;
	height:23px;
	background:url(nav_fondo.gif)top repeat-x;
	list-style: none;
}

#main{
	position:relative;
	height:1px;/* corrige posición de menu1 si main no tiene altura */
	min-height: 600px;
	height: auto;
}
/* para Internet Explorer */
/*\*/
* html #main{
	height: 600px;
}
/**/

#centrar{
top: 0;
}

#content{
	margin:0 170px 0 178px;
}

#texto{
	margin-top:3em;
	padding-top:0;
	border:solid 1px #FFFFFF;
	/*min-height:120px;*/
}


h3{
	color:#DF6C01;
	font-style: italic;
	border-bottom:solid #CCC 1px;
	border-top: solid #CCC 1px;
	font-size: 120%;
	padding: 5px 0 5px 90px;
}

h4{
	font-size:12px;
	color: #000;
	font-weight: bolder;
	margin:0;
}
p{
	font-size: 10px;
	color: #666;
	line-height: 14px;
	padding:0;
	
}

.tabla{
	font-size: 10px;
}

/*
--------------------------------------------------------------------------------*/

#menu1 h4{
	background: transparent url(fondo_menu.gif) no-repeat left top;
	padding: 3px 0 0 0;
	color: #DF6C01;
	font-weight: bolder;
	font-style: italic;
	margin: 0;
	text-align: center;
	height: 25px;
	font-size: 12px;
	letter-spacing: -1px;
}
#menu1{
	/*top:120px;*/
	width:170px;
	float:left;
}
#menu1 ul{
	list-style:none;
}
#menu1 li{
	background:url(bullet_flecha.gif) no-repeat 15px 5px;
	padding:0 0 5px 25px;
	font-size: 11px;
	line-height: 13px;
}
#menu1 a:link, #menu1 a:visited, #menu1 a:active{
	text-decoration: none;
	color:#000;
}
#menu1 a:hover{
	color:#CC0000;
	text-decoration: underline;
}
#info {
	padding: 20px 10px 10px;
	text-align: center;
	width: inherit;
}

h5.bullet_arrow
{
	background-image:url(bullet_flecha.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding:0 0 0 1em;
	margin:0.5em 0 0.25em 0;
	font-size: 10px;
}
ul.bullet_square
{
	background-image:url(bullet_serviestado.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding:0 0 0 1em;
	margin:0.5em 0 0.25em 0;
	font-size: 10px;
	list-style: none;
}


ul.bullet{
	list-style-image:url(bullet_circle_se.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding:0 0 0 2.0em;

	font-size: 10px;
	line-height: 14px;
}

#footer{
	width: 100%;
	border-top:solid #CCC 1px;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}

#navcontainer ul{
	float: right;
	/*width:700px;*/
	background: white url(nav_fondo.gif) 70px top no-repeat;
	font-size:11px;
	height: 23px;
}
#navcontainer ul li{
	display: inline;
	list-style: none;
}
#navcontainer ul li a{
	padding: 3px 6px 0 6px;
	float: right;
	border-right: 1px solid #CCC;
}
#navcontainer ul li a:hover{
	text-decoration: underline;
	color: #DF6C01;
}
#buscador{
	float: right;
	padding: 1px 6px 0 6px;
}
#buscador button{
   font-family: sans-serif;
   font-size: 9px;
   height: 20px;
   width: 20px;
   border-width: 0;cursor:pointer;padding-left:-1000em;
   background: transparent url(btn_input.gif) no-repeat;
}
input.text{
	font-family:sans-serif;
	font-size:9pt;
	border-color:999;
	border-style:inset;
	border-width:1px;
	width: 60px;
	color: #DF6C01;
}

/*
Hacks, clearfix
-----------------------------------------------------*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */