/*
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;
}

#info {
	padding: 20px 10px 10px;
	text-align: center;
	width: inherit;
}

#logo {
	border-width:0;
}

#menu-sitios {
	width: 253px;
	position:absolute;
	top:2px;
	right:0;
	font-weight: bold;
	padding-left:10px;
	font-size: 10px;
}
#menu-sitios li{
	display:block;
	background:url(FlechaTerminoSession_.gif) top left no-repeat;
	padding:1px 0 0 25px;
	list-style: none;
	height: 20px;
}

#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.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;
}


h5.bullet_arrow
{
	background-image:url(bullet.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding:0 0 0 1em;
	margin:0.5em 0 0.25em 0;
	font-size: 10px;
}
ul.bullet_square
{
	background-image:url(bullet_square.gif);
	background-repeat:no-repeat;
	background-position:left 7px;
	padding:0 0 0 1em;
	margin:0 0 0.25em 0;
	font-size: 10px;
	list-style: none;
}


ul.bullet
{
	list-style-image:url(bullet_circle.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding:0 0 0 1.5em;
	font-size: 10px;
	line-height: 14px;
	
}

#footer{
	width: 100%;
	border-top:solid #CCC 1px;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}



/*
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 */
