
/* CSS Document */

.seccion {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	float: left;
	text-align: left;
}

/*  TEXTOS   */

.seccion h1 {
	font-size: 25px;
	font-weight: normal;
	color: #A52A2A;
}

.seccion h2 {
	font-size: 15px;
	font-weight: normal;
	color: #A52A2A;
}

.titulo {
	border-bottom: #ccc 1px solid;
}

.campo {
	font-size: 12px;
	font-weight: bold;
}

.texto13 {
	font-size: 12px;
}

.texto12 {
	font-size: 12px;
}

#mensaje {
	margin: 1px;
	width: 720px;
	height: 135px;
	margin-right: 2px;
	float: left;
	text-align: center;
	display: none;
}

.enlaceforo a, .enlaceforo a:hover, a:link .enlaceforo, a:visited .enlaceforo, .enlaceforo a:active {
	color: #666666;
}
.enlaceforo {
	font-size: 9px;
	margin-left:-5px;
	color: #666666;
}

.tdActriz {
	background: url('/img/pk-loader.gif') no-repeat 50% 50%;
}

.imgActriz {
	opacity: 0.0;
	-moz-opacity:0.0; 
	filter:alpha(opacity=0);
}

.caja {
	margin: 1px;
	width: 180px;
	height: 135px;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	float: left;
	background: url('/img/pk-loader.gif') 50% 50% no-repeat;
}

.caja a:link    {color: #111111; text-decoration: underline; font-weight: bold;}
.caja a:visited {color: #000000; text-decoration: underline; font-weight: bold;}
.caja a:active  {color: #111111; text-decoration: none; font-weight: bold;}
.caja a:hover   {color: #111111; text-decoration: none; font-weight: bold;}
.caja a.thumb:hover img {border: 1px solid red;}
.caja a.thumb img {
	border: 1px dotted red;
	opacity: 0.0;
	-moz-opacity:0.0; 
	filter:alpha(opacity=0);
}

.caja .opciones {
	width: 1px;
	height: 1px;
	float: right;
	position: absolute;
	background-color: yellow;
	z-index: 1;
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter:alpha(opacity=70);
}

.caja .tableopciones {
	font-weight: bold;
}

.tablaPuntos {
	width: 150px;
}
.tablaPuntos td {
	text-align: center;
}
.tablaPuntos a:link, .tablaPuntos a:hover, .tablaPuntos a:visited  {
	text-decoration: none;
	padding: 3px;
}
.puntos0 {
	background-color: #00ff00;
}
.puntos1 {
	background-color: #33ff00;
}
.puntos2 {
	background-color: #66ff00;
}
.puntos3 {
	background-color: #99ff00;
}
.puntos4 {
	background-color: #ccff00;
}
.puntos5 {
	background-color: #ffff00;
}
.puntos6 {
	background-color: #ffcc00;
}
.puntos7 {
	background-color: #ff9900;
}
.puntos8 {
	background-color: #ff6600;
}
.puntos9 {
	background-color: #ff3300;
}
.puntos10 {
	background-color: #ff0000;
}

