/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

a{
	color: #0072A8;
	text-decoration: none;
}

a:link{
	color: #0072A8;
	text-decoration: none;
}

a:visited{
	color: #0072A8;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

h4{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #0000CC;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: none;
}

ul ul{
	list-style-type: none;
}

ul ul ul{
	list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.boton{
	font-style: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #006699;
	background-color:#CCCCCC;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 3px;
	margin: 6px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#titulo{
	width: 100%;
}

#publiTitulo{
	position: absolute;
	left: 410px;
	top: 20px;
}

#barraTitulo{
	position: absolute;
	left: 60px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	top: 84px;
}

#menu{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	background-color: #FFB164;
}

#publiDerecha{
	float:right;
	width: 160px;
	height: 600px;
	position: absolute;
	top: 221px;
	right: 1px;
}

#contenido{
	position: relative;
	width: auto;
	margin-right: 170px;
	margin-left: 124px;
	margin-top: 96px;
	height: auto;
}

#columna{
	float: left;
	width: 100%;
}

#columna1{
	float: left;
	width: 50%;
}

#columna2{
	float: right;
	width: 49%;
}

#publiArriba{
	position: absolute;
	left: 166px;
	height: 94px;
	top: 126px;
}

#apartado{
	overflow: hidden;
	border: 0px;
	padding: 0px;
	margin: 0px;
	clear: right;
}

#foto{
	border: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.menuderecha{
	float: right;
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	position: static;
	border-left: solid #FFCC00 1px;
	margin-left: 20px;
	right: 0px;
	top: 0px;
	padding: 0px;
	text-align: left;
}


#barra{
	float:left;
	height:30px;
	width:100%;
	padding:3px;
	margin-left:20px;
	margin-right:20px;
	margin-top:2px;
	margin-bottom:2px;
	overflow:hidden;
}


#barra img{
	padding:0px;
	margin:2px;
	border:0px;
	width:22px;
}


#audienciabarra{
	position:relative;
	left:10px;
	top:4px;
	height:10px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	margin-right:82px;
	border:0px;
	font-size:14px;
	font-weight: bold;
	display:inline-table;
}


#nombrebarra{
	position:relative;
	left:10px;
	top:4px;
	width:300px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	border:0px;
	font-size:10px;
	display:inline-table;
}


#sharebarra{
	position:relative;
	left:10px;
	top:2px;
	height:10px;
	overflow:hidden;
	padding:0px;
	margin-right:82px;
	border:0px;
	font-size:14px;
	font-weight: bold;
	display:inline-table;
}


#datoaudienciabarra{
	float:right;
	width:60px;
	overflow:hidden;
	padding:0px;
	margin-right:24px;
	border:0px;
	font-size:10px;
}


#datosharebarra{
	float:right;
	width:60px;
	overflow:hidden;
	padding:0px;
	margin-right:24px;
	border:0px;
	font-size:10px;
}


/************* estilos #barraArriba **************/

#barraArriba{
	color: #079D50;
	text-align: center;
	height: 12px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #079D50;
	border-bottom-color: #079D50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 20px;
}

#barraArriba img{
 display: block;
}

#barraArriba a {
	font-size: 9px;
	padding: 0 4px 0 0;
	text-align: center;
}


/************** estilos .contenido ***************/

.contenido{
	font-size: 14px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: auto;
	/*min-width: 600px;
	width:expression(document.body.clientWidth < 700 ? "600px" : "100%" );*/
}

html .contenido{
	font-size: 14px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: auto;
	height: 1%;
}

.contenido h1{
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 16px;
	color: #EAE8C8;
}

.contenido h2{
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 16px;
	color: #000000;
	margin: 0px;
}

.contenido p{
	padding: 5px 0px 0px 10px;
}

.contenido img{
	float: left;
	border: 0px;
	margin: 10px 0px 10px 10px;
	padding: 10px 0px 10px 10px;
}

.contenido a:link{
	color: #006699;
	text-decoration: none;
}

.contenido a:visited{
	color: #006699;
	text-decoration: none;
}

.contenido a:hover{
	color: #000000;
	text-decoration: underline;
}

.contenido table{
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}


.contenido table p{
	padding: 0px;
	margin: 0px;
}

.menuderecha table{
	width: auto;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.articulo{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-left: 10px;
	width: inherit;
}

.articulo p{
	padding: 0px 0px 0px 0px;
}

.titulocontenido{
	width: 50%;
	background-color: #079D50;
}

.titulocontenido2{
	width: 100%;
	background-color: #079D50;
}

.encabezadocontenido{
	width: 100%;
	text-align: justify;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}

.encabezadocontenido p{
	padding: 0px;
	margin: 0px;
}

.datoscontenido{
	width: 100%;
	text-align: justify;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}

.datoscontenido p{
	padding: 6px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.ficha{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-left: 10px;
	display: block;
}

.ficha table{
	width: 100%;
}

#foto img{
	border: 0px;
	margin: 4px;
	padding: 0px;
	height: 48px;
}

#foto p{
	font-size: 9px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.album #foto{
	margin: 10px 15px 10px 15px;
	padding: 0px;
}

	
/************** .poster styles *****************/

.poster{
	float: left;
}

.poster img{
	border: 0px;
	margin: 4px;
	padding: 0px;
}

/************* estilos #abajo ***************/

#links{
	font-size: 12px;
	font-family: Tahoma;
	font-style: normal;
	color: #000000;
	padding: 10px 0px 4px 0px;
	clear: both;
}

#links img{
	padding: 0 0 0 0;
	vertical-align: middle;
}

#links a{
	color: #000000;
	text-decoration: none;
}

#links a:link{
	color: #000000;
	text-decoration: none;
}

#links a:visited{
	color: #000000;
	text-decoration: none;
}

#links a:hover{
	color: #666666;
	text-decoration: underline;
}

#sitio{
	clear: both;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	font-family: Tahoma;
	font-style: normal;
	color: #000000;
}

#sitio img{
	padding: 0 0 0 0;
	vertical-align: middle;
}

#sitio a{
	color: #000000;
	text-decoration: none;
}

#sitio a:link{
	color: #000000;
	text-decoration: none;
}

#sitio a:visited{
	color: #000000;
	text-decoration: none;
}

#sitio a:hover{
	color: #000000;
	text-decoration: underline;
}


/************* #estilos busqueda ***************/

#busqueda{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#busqueda form{
 margin: 0px;
 padding: 0px;
}

#busqueda label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #estilos menu ***********/

#menu ul a:link, #menu ul a:visited {display: block;}
#menu ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#menu li {border-bottom: 1px solid #FFB164;}

/* fix for browsers that don't need the hack */
/*html>body #menu li {border-bottom: none;}*/


/*********** #estilos menu ***********/

#linksMenu{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

#linksMenu a {
	display: block;
	padding: 2px 0px 0px 10px;
	height: 16px;
}

#linksMenu a:hover{
}

#linksMenu ul{
	list-style-type: none;
}

#linksMenu ul li{
	border:1px solid #666666;
	background-color:#E1F4C6;
	height:18px;
	margin-top:2px;
}

#publiMenu{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

