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

body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: center;
}

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

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

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

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

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	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{
	left: 414px;
	top: 4px;
	position: absolute;
	z-index: 100;
}

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

#menu{
	width: 150px;
	margin: 0px;
	padding: 0px;
	position: relative;
	color: #000000;
	font-size: 11px;
	font-weight:bold;
	left: 6px;
	float: left;
	top: 6px;
}

#barraDerecha{
	width: 300px;
	position: relative;
	top: 12px;
	right: 6px;
	float: right;
	margin-bottom: 6px;
	overflow: hidden;
}

#bloqueDerecha{
	margin-bottom:6px;
	background-color:#FFFFE6;
	border: solid #C0C0C0 1px;
}

#publiDerecha{

}

#menuDerecha{
	width: 280px;
	margin: 0px;
	padding: 10px;
}

#menuDerecha ul{
	margin:0px;
	padding:5px;
	font-size:12px;
}

#menuDerecha ul li{
	padding-bottom:4px;
}

#contenido{
	position: relative;
	top: 12px;
	width: 454px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	float: left;
	left: 5px;
	margin-left: 8px;
}

#playerinfo{
	position: relative;
	left: 4px;
	top: 4px;
	width: 460px;
}

#player{
	position: relative;
	left: 3px;
	top: 5px;
	width: 397px;
}

#playeroptions{
	position: relative;
	left: 400px;
	top: 4px;
	width: 120px;
}

#playerstatus{
	position: relative;
	left: 4px;
	top: 10px;
	width: 595px;
}

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

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

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

#publiArriba{
	position: relative;
	height: 90px;
	width: 760px;
	background-color: #FFFFE6;
	top: 6px;
	float: right;
	margin-right: 6px;
}

#video{
	position:static;
	margin:20px;
}


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

#barraArriba{
	text-align: right;
	height: 10px;
	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;
	position: relative;
	left: 6px;
	width: 918px;
	color: #000000;
	background-color: #FFFFE6;
	top: 6px;
	margin-bottom: 6px;
}

#barraArriba img{
 display: block;
}


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

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

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: #000000;
}

.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 a:link{
	color: #000000;
	text-decoration: none;
}

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

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

.marcocontenido{
	border:solid #C0C0C0 1px;
}

.titulocontenido{
	border-bottom: solid #666666 1px;
	padding-bottom: 2px;
	background-color: #FCE8A3;
}

.titulocontenido2{
	width: 50%;
	border-bottom: solid #C0C0C0 1px;
	border-right: solid #C0C0C0 1px;
	padding-bottom: 2px;
	background: url(images/BARRA1.GIF) no-repeat;
	background-color: #8CB0FF;
}

.titulocontenido h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 4px;
	font-weight: bold;
}

.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: 0px;
	overflow: hidden;
	background-color: #FFFFE6;
	padding: 10px 0px 10px 0px;
}

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

.datoscontenido .search{
	margin:10px 0px 10px 0px;
	padding-left:20px;
}

.datoscontenido .search ul li{
	padding-bottom:5px;
	font-size:12px;
}


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

#links{
	font-size: 12px;
	font-family: Tahoma;
	font-style: normal;
	color: #CCCCCC;
	padding: 10px 0px 4px 0px;
	text-align: center;
	position: relative;
	width: 930px;
	clear: both;
	height: 20px;
}

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

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

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

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

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

#sitio{
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	font-family: Tahoma;
	font-style: normal;
	color: #CCCCCC;
	text-align: center;
	width: 930px;
	position: relative;
	height: 20px;
	clear: both;
	padding-bottom: 10px;
}

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

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

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

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

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


/*********** #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-top: 1px solid #000066;}*/

/* 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: 13px;
	width: 148px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFE6;
	border: solid #C0C0C0 1px;
}

#linksMenu a {
	display: block;
	padding: 0px;
	margin: 0px;
	color:#003366;
}

#linksMenu a:hover{
}

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

#linksMenu ul li {
	list-style-type: none;
	margin:0px;
	padding:4px;
}


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

#publiMenu ul li{
	padding-bottom:5px;
}

#publiMenu a{
	margin: 2px 0px 2px 0px;
	padding:0px;
}

#pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #333333;
	width: 930px;
	position: relative;
	top: 0px;
	margin-bottom:20px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 100%;
}

#arriba {
	height: 80px;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}

#fichas {
	position: relative;
	margin: 0px;
	padding: 0px;
	left: -1px;
}

#opciones {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 474px;
	top: 38px;
	width: 140px;
	height: 399px;
}

/*****************************************************************/

.entrada{
	margin:5px 5px 10px 5px;
	background-color:#CCCCCC;
	border:solid 1px #999999;
}

.entrada .titent h1{
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	padding-left:4px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.entrada .titent h1 a{
	text-decoration:none;
}

.entrada .ent{
	width:100%;
	overflow:hidden;
}

.entrada .ent .supent{
	width:100%;
	overflow:hidden;
}

.entrada .ent .supent .imgent{
	float:left;
	text-align:center;
}

.entrada .ent .supent .imgent img{
	margin:2px;
	padding:1px;
	border:solid 1px #666666;
}

.entrada .ent .supent .datent{
	width:90px;
	padding-left:10px;
	line-height:24px;
	float: right;
}

.entrada .ent .supent .datent form select{
	margin:0px;
}

.entrada .ent .infent{
	width:100%;
	padding:10px;
}

.puntuacion{
	background-color:#E6F0FF;
	border:solid 1px #777777;
	font-weight: bold;
	padding: 0px 4px 0px 5px;
	color: #333333;
}

.categ{
	background-color:#BEDAE7;
	border:1px solid #000000;
	float:left;
	width:210px;
	margin:5px;
	padding:6px;
}

#contenido .categ ul{
	margin:0px;
	padding:0px 0px 0px 4px;
	width:200px;
	overflow:hidden;
}

#contenido .categ li{
	margin:0px;
	padding:4px 0px 0px 0px;
	white-space:nowrap;
	cursor:pointer;
}

/***************************************/

.formt h2{
	color:#000000;
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:12px;
}

.formt .elemform{
	margin:4px;
}

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

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

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

/***************************************/

.comentario{
	font-family:Microsoft Sans Serif,sans-serif, Arial, Helvetica;
	width: 100%;
}

.comentario .foto{
	float:left;
	clear: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.comentario .datos{
	clear: none;
}

.infocomentario{
	display:block;
	padding-top: 24px;
	margin-bottom: 10px;
}

.infocomentario .nombre{
	font-family:Microsoft Sans Serif,sans-serif, Arial, Helvetica;
	font-size:13px;
	color:#669900;
	margin-left:20px;
	float:left;
	height: 14px;
}

.infocomentario .nombre a{
	color:#669900;
}

.comentario .datos .texto p{
	font-size:13px;
	text-indent:30px;
	margin:16px 10px 0px 10px;
	line-height:normal;
	color:#000000;
	display: block;
}

.minibotones
{
}

.miniboton
{
	float:left;
	cursor:hand;
	cursor:pointer;
	width:12px;
	height:14px;
	margin-left:10px;
}

.minibotones .info
{
	float:left;
	margin:0px 0px 0px 4px;
	height:14px;
	padding:1px 0px 0px 0px;
	border:0px;
	white-space: nowrap;
}

.minibotones .info a
{
	color:#77AADD;
	font-size:10px;
	text-decoration:none;
	vertical-align:top;
	line-height:14px;
}

.miniboton .up a, .miniboton .up a:link, .miniboton .up a:visited
{
	width:12px;
	height:14px;
	display:block;
	text-decoration:none;
	background:transparent url(images/all.gif) no-repeat scroll 0px 0px;
}

.miniboton .up a:hover
{
	background:transparent url(images/all.gif) no-repeat scroll 0px -14px;
}

.miniboton .down a, .miniboton .down a:link, .miniboton .down a:visited
{
	width:12px;
	height:14px;
	display:block;
	text-decoration:none;
	background:transparent url(images/all.gif) no-repeat scroll -62px 0px;
}

.miniboton .down a:hover
{
	background:transparent url(images/all.gif) no-repeat scroll -62px -14px;
}

.miniboton .alert a, .miniboton .alert a:link, .miniboton .alert a:visited
{
	width:12px;
	height:14px;
	display:block;
	text-decoration:none;
	background:transparent url(images/all.gif) no-repeat scroll -120px 0px;
}

.miniboton .alert a:hover
{
	background:transparent url(images/all.gif) no-repeat scroll -120px -14px;
}

.miniboton .new a, .miniboton .ew a:link, .miniboton .new a:visited
{
	width:12px;
	height:14px;
	display:block;
	text-decoration:none;
	background:transparent url(images/all.gif) no-repeat scroll 0px -28px;
}

.miniboton .new a:hover
{
	background:transparent url(images/all.gif) no-repeat scroll 0px -42px;
}

.miniboton .reply a, .miniboton .reply a:link, .miniboton .reply a:visited
{
	width:12px;
	height:14px;
	display:block;
	text-decoration:none;
	background:transparent url(images/all.gif) no-repeat scroll -120px -28px;
}

.miniboton .reply a:hover
{
	background:transparent url(images/all.gif) no-repeat scroll -120px -42px;
}
