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

body{
	font-family: Arial, sans-serif;
	color: #6699FF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-color: #000066;
}

a{
	color: #EAE8C8;
	text-decoration: none;
}

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

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

a:hover{
	color: #FFFFCC;
	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: #3399FF;
 margin: 0px;
 padding: 0px;
}

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

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

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;
}


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

#titulo{
	width: 100%;
	background-color: #C1C0BF;
}

#publiTitulo{
	position: absolute;
	left: 460px;
	top: 0px;
}

#barraTitulo{
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 24px;
	top: 86px;
	width: 100%;
	background:transparent url(images/all.gif) repeat-x scroll 0px -116px;
}

#barraTitulo1{
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 24px;
	top: 0px;
	overflow: hidden;
	vertical-align:top;
	line-height: 12px;
	font-size: 12px;
}

#barraTitulo2{
	position: absolute;
	top: 0px;
	left: 556px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	vertical-align:top;
	line-height: 12px;
	font-size: 12px;
}

#barraTitulo3{
	position: absolute;
	top: 2px;
	left: 740px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	vertical-align:top;
	line-height: 12px;
	font-size: 12px;
}

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

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

#contenido{
	position: relative;
	width: auto;
	margin-right: 170px;
	margin-left: 164px;
	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;
}


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

#barraArriba{
	color: #6699CC;
	text-align: center;
	height: 8px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6699CC;
	border-bottom-color: #6699CC;
	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: 24px;
}

#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: #999999;
	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: #EAE8C8;
	text-decoration: none;
}

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

.contenido a:hover{
	color: #FFFFCC;
	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: #6699CC;
}

.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: #6699CC;
	padding: 10px 0px 4px 0px;
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

#sitio a:hover{
	color: #6699CC;
	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 ***********/

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

#linksMenu ul li{
	margin:0px;
	padding:0px;
	border-top: 1px solid #666666;
}

#linksMenu ul li a{
	display: block;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 0px 0px;
	color:#006699;
	background:transparent url(images/all.gif) no-repeat scroll 0px 0px;
}

#publiMenu ul{
	position: relative;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	list-style-type: none;
	background-color: #C1C0BF;
}

#login h1{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#006699;
}

#login h2{
	margin:0px;
	padding:0px;
	color:#000000;
	font-weight:normal;
	font-size:10px;
}

#login h3{
	margin:0px;
	padding:0px;
	font-size:9px;
	color:#006699;
}

#login a{
	margin:0px 0px 0px 30px;
	padding:0px;
	font-size:12px;
	color:#006699;
	text-decoration:underline;
}

#login .ar{
	margin:0px 0px 0px 30px;
	padding:0px;
	font-size:9px;
	color:#006699;
	text-decoration:none;
}

.formlogin{
	font-family:Arial, Helvetica, sans-serif;
	margin:4px;
	padding:0px;
}

.formlogin .elemform{
	margin:0px;
	padding:0px;
}

.formlogin .elemform input{
	margin:0px 10px 1px 10px;
	padding:2px;
	font-size:10px;
}

.formlogin .elemform .edicion{
	border:#666666 solid 1px;
}

.formlogin .elemform .check{
	margin:0px 0px 0px 40px;
	padding:0px;
}

.formlogin .botonform{
	border:#666666 solid 1px;
}

#bfav{
	cursor:pointer;
	width:16px;
	height:16px;
	margin:2px 2px 0px 2px;
	display:inline-block;
	background:transparent url(images/all.gif) no-repeat scroll 0px -100px;
}

#bhome{
	cursor:pointer;
	width:16px;
	height:16px;
	margin:2px 2px 0px 2px;
	display:inline-block;
	background:transparent url(images/all.gif) no-repeat scroll -16px -100px;
}

#bfb{
	cursor:pointer;
	width:16px;
	height:16px;
	margin:2px 2px 0px 2px;
	display:inline-block;
	background:transparent url(images/all.gif) no-repeat scroll -32px -100px;
}

#btw{
	cursor:pointer;
	width:16px;
	height:16px;
	margin:2px 2px 0px 2px;
	display:inline-block;
	background:transparent url(images/all.gif) no-repeat scroll -48px -100px;
}

#brss{
	cursor:pointer;
	width:16px;
	height:16px;
	margin:2px 2px 0px 2px;
	display:inline-block;
	background:transparent url(images/all.gif) no-repeat scroll -64px -100px;
}

#search{
}

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

#search form input{
	font-size:9px;
	border:solid 1px #000000;
	margin:0px 0px 0px 0px;
}

#search form #sbox{
	width:100px;
	height:14px;
	padding:0px;
	margin:0px;
}

#search form #sbutton{
	width:50px;
	height:16px;
	padding:0px;
	margin:0px;
}
