<?php 
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: max-age=5000");
$offset = 5000;
$ExpStr = "Expires: " . 
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>

.hidden {
	display: none;
}

#code #columna_segunda{
padding:10px 11px 10px 23px;
width:658px;
}

#code #columna_segunda #titular{
background:#3E3E3E url(../img/fnd-titular-liga.jpg) repeat-x scroll center top;
margin-top:-118px;
width:611px;
display:block;

}
#code #titular h1{
color:#FFFFFF;
font-size:30px;
font-weight:normal;
line-height:104%;
margin:0pt 0pt 0pt 95px;
padding:16px 15px;
}

#code #columna_primera{
width:290px;
}
#code #columna_segunda h2{
font-size:14px;
background: #e8e8e8 url(../img/left-tit1.gif) left no-repeat;
padding:5px 15px;
}



/************************/
/* 		REGISTRARSE 	*/
/************************/
#registrarse {
	float:left;
	margin-bottom:20px;
	padding:20px 20px 0;
	width:956px;
}

#registrarse h1 {
	border-bottom:5px solid #AAA;
	color:#AAA;
	font-size:18px;
	margin:6px 0 0 0;
	padding:0 0 2px 0;
}

#registrarse form {
	margin:20px 0 0 0;
}

#registrar-arriba {
	background:url(../images/bg-registrarse-arriba.gif) left top no-repeat;
	font-size:0;
	height:0;
	line-height:0;
	padding-top:5px;
}

#registrar-medio {
	background:url(../images/bg-registrarse-medio.gif) left top repeat-y;
	padding:15px 20px 15px 20px;
}

#registrar-abajo {
	background:url(../images/bg-registrarse-abajo.gif) left bottom no-repeat;
	font-size:0;
	height:0;
	line-height:0;
	padding-bottom:5px;
}

.txt {
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:3px;
	width:200px;
}
.txt_selected {
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:3px;
	width:200px; 
	background-color:#FFFFCC;
}
.txt_error {
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:3px;
	width:200px;
	background-color:#FF9F9F;
}
.txt_ok {
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:3px;
	width:200px;
	background-color:#B8F5B1;
}

.vweak{
	background-color:#FF0000;
	border:solid 1px #FF0000;
	height:6px;
	width:40px;
}
.btn {
	background-color:#71c645;
	border:2px solid #333333;
	color:#ffffff;
	cursor:pointer;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:17px;
	padding:4px;
}

.error {
	color:#FF9F9F;
	padding-left:4px;
	font-size: 1em;
}

