body{
	background: #fff; /*836503*/
	margin:0 auto;
	font-family: "Trebuchet MS" ;
	font-size: 10pt;
}
.centrado{
	display:block;
	margin:0 auto;
}
h2[class="centrado"]{
	margin-top: 10px;
	margin-left:10px;
}
#contenedor{
	width:100%;
	height:750px;
	margin:0 auto;
	background: #787746;
}
#header{
	width:100%;
	height:230px;
	background: #C8DEF6;	
}
#header img{
	display:block;
	margin:0 auto;
}
#contenido{	
	width:100%;
	height:780px;
	background: #fff;
	padding-top:24px;
	min-width:960px;
}
#contenido #texto,.content{
	float:left;
	background: #fff;/*#F0E9C0;*/
	width:70%;
	height:1250px;
	padding:0 5px;
}
.content{
	height:100%;
}
#contenido #publicidad{
	float:right;
	background: #fff;
	width:20%;
	min-width:249px;
	height:97.8%;
}
p{
	text-align:justify;
}
#contenedor-descripcion{
	height:250px;
	width:100%;
	background: url('../images/cuerno2.gif') no-repeat left;
	margin-bottom:10px;
}
#descripcion-tauroutrera{
	padding:80px 0 0 100px;
	/*width:49%;*/
	float:left;
}
#aficionado-mes{
	float:right;
	width:35%;
	min-width:200px;
	height:100%;
}
#texto #ultima-noticia{
	float:left;
	width:100%;
	height:300px;
	margin-bottom: 30px;
	margin-top:50px;
} 
#texto #ultima-noticia img{
	float:left;
}
#texto #ultima-noticia #proxima-visualizacion{
	float:left;
	width:45%;
}
#texto #ultima-noticia #proxima-visualizacion img{
	margin-right:10px;
}
#texto #ultima-noticia #proxima-visualizacion p{
	margin-top:40px;
	text-align:left;
}
#texto #ultima-noticia #proxima-visualizacion h2{
	margin:0;
	margin-bottom:5px;
}
#texto #ultima-noticia #noticia-destacada{
	float:right;
	width:54%;
	text-align:justify;
}
#wrapper-contenido{
	clear:both;
	width:100%;
	height:300px;
	background: url('../images/barra-horizontal.gif') no-repeat top;
	margin-top:330px;
}
#contenido-izquierda{
	float:left;
	clear:both;
	width:44%;
	margin-right: 1%;
	margin-left: 1%;
	height:100%;
	background: url('../images/barra-vertical.gif') no-repeat right;
}
#contenido-derecha{
	float:right;
	width:54%;
	min-width: 370px;
	height:200px;
	padding-top: 30px;
}
#contenido-derecha img{
	float:right;
}
/*
	Menu Horizontal
*/
#menuh {
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	min-width:960px;
	background: #F0F7FC;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
	width:100%;
}

#menuh li {
	float: left;
	width:12.83%;
}
#menuh li#ultimo{
	width:10%;
	min-width:95px;
}
#menuh a {
	text-decoration: none;
	color: #3366CC;
	background: #F0F7FC;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #ACCFE8;
	border-width: 1px 1px 1px 0;
}

#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}

#menuh a:hover {
	background: #DBEBF6;
}
#menuh li:hover .descripcion-menu{
	visibility:visible;
}
.descripcion-menu{
	display:block;
	width:349px;
	border-left:1px solid #ACCFE8;
	border-right:1px solid #ACCFE8;
	border-bottom:1px solid #ACCFE8;
	padding-left:5px;
	padding-right:1px;
	margin-left:-1px;
	visibility:hidden;
	overflow:hidden;
	background: #F0F7FC;
}
.descripcion-primera{
	margin:0;
	padding-right:0;
}
.descripcion-penultimo{
	margin-left:-119px;
}
.descripcion-final{
	margin-left:-238px;
}


/* NOTICIAS */
.noticia{
	width:100%;
}
.noticia h3{
	border:1px solid #ACCFE8;
	background: #F0F7FC;
	padding: 1px 0 1px 5px;
}
.noticia img{
	display:block;
	float:left;
	width:100px;
	padding:0 1px;
	border-left:1px solid #ACCFE8;
	border-bottom:1px solid #ACCFE8;
	border-top:1px solid #ACCFE8;
	background: #F0F7FC;

}
.noticia .texto-noticia{
	float:right;
	width:648px;
	padding:0 5px;
	text-align: justify;
	border-top:1px solid #ACCFE8;
	border-left:1px solid #ACCFE8;
	border-right:1px solid #ACCFE8;
	background: #F0F7FC;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	
}
.noticia span{
	clear:right;
	float:right;
	background: #F0F7FC;
	display:block;
	width:648px;
	padding:0 5px;
	border-left:1px solid #ACCFE8;
	border-right:1px solid #ACCFE8;
	border-bottom:1px solid #ACCFE8;
	text-align:right;
}

/* LOGIN */
.publicidad{
	width:85%;
	padding-left:5%;
	background:#656636 url('../images/fondo-login.gif') repeat-y;
	border:2px solid #000;
	margin:0 auto;
	margin-bottom: 10px;	
}
#login{
	height:150px;
	padding-top: 2px;
}
.publicidad:hover{
	background: #656636 url('../images/fondo-login-activo.gif') repeat-y;
}
#publicidad h2, #publicidad h3,.publicidad h3{
	margin:0 0 20px 5px;
	color:#fff;
}
#login label{
	display:block;
	width:100%;	
}
#login h2{
	background: url('../images/lock-trans.png') no-repeat;
	padding:5px 0 0 40px;
	height:35px;
	margin-bottom:10px;
}
#login input[type="text"],#login input[type="password"]{
	width:100px;
	font-size:9pt;
}
#login input#usuario{
	margin-left:22px;
}
#publicidad input{
	background: #836503;
	border:1px solid #000;
	color:#fff;
	padding-left:2px;
}
#publicidad input[type="submit"]{
	margin:10px 0 0 5px;
}
#publicidad input[type="radio"]{
	background:#656636;
	border:0;
}

/* SERVICIOS: ENCUESTA Y ADIVINA EL PERSONAJE */
#servicios{
	height:290px;
	color:#fff;
}
#servicios #elegirServicio{
	float:right;
	font-size:9pt;
	color:#fff;
	margin-right:2px;
	margin-bottom:2px;
}
#servicios h3{
	clear:both;
	font-size:10pt;
}
#form-encuesta{
	background: url('../images/T.gif') no-repeat right;
	width: 90%;
}
#form-encuesta label{
	width:100%;
}


.activo{
	color:#000;
}
.noActivo:hover{
	text-decoration: underline;
	cursor:pointer;
}

#a{
	color:#000;/*68391D*/
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18pt;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:26px;
	text-align:center;
	width:100%;
}
#datos-profesionales span,#datos-aficionado span{
	display:block;
}
#datos-profesionales span.titulo,#datos-aficionado{
	font-weight: bold;	
	margin-top:5px;
}
h2.centrado{
	margin-bottom:10px;
}
/* BUSCADOR */
#buscador{
	float:right;
	width:23.8%;
	height:30px;
	margin-top: 5px;
	padding-right:1.2%;
	
}
#buscador label{
	float:left;
	width:80%;
}
#buscador label span{
	float:left;
}
#buscador input{
	background: #836503;
	border:1px solid #000;
	color:#fff;	
}
#buscador input[type="text"]{
	font-size:0.8em;
	padding-left:2px;
	width:60%;
	
}
#buscador input[type="submit"]{
	font-size:0.8em;
	height:20px;
	width:10%;
}

#foto-profesional,#foto-aficionado{
	margin-right:5px;
	float:left;
	height:150px;
	
}
#foto-profesional{
	height:200px;
	border:1px solid #000;
}
#info-profesional,.agreybox{
	width:200px;
	display:block;
	margin-top:10px;
	color:#00f;
}
#info-profesional:hover,.agreybox{
	text-decoration:underline;
	cursor:pointer;
}
#foto-aficionado img{
	display:block;
	border:1px solid #000;
}
#leer-entrevista{
	color:#00f;
}
#leer-entrevista:hover{
	text-decoration:underline;
	cursor:pointer;
}


/* ADMIN */
#panel-administrador{
	height:250px;
	
}
#panel-administrador li a{
	color:#000;
	text-decoration:none;
}
#panel-administrador li a:hover{
	color:#fff;
	text-decoration:underline;
}
#panel-administrador ul{
	padding-left:5px;
}
#gracias-votar{
	color:#f00;
	font-weight: bold;
}

#acceso-socio{
	color:#fff;
	float:right;
	margin-right:5px;
}

#TICKER{
	float:left;
	overflow:hidden;
	width:75%;
}

/* PIE DE PAGINA */
#pie{
	clear:both;
	width:100%;
	height:150px;
	background:#656636 url('../images/fondo-pie.gif') top repeat-x;
	text-align:center;
	color:#fff;
}
#pie div{
	padding-top:20px;
}

#conocer-socios{
	width:100%;
	display:block;
	margin:0 auto;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
#conocer-socios:hover{
	text-decoration:underline;
}


#hazteSocio{
	text-align: center;
}

/* Noticia Destacada */
#pn{
	background:url('../images/divisa-trans.png') no-repeat right 20px;
	width:100%;
	height:75px;
	padding-left:5px;
	padding-bottom:10px;
	position:relative;
	z-index:2;
}
#pn h1{
	margin-top:0;
}
#titular-noticia-destacada{
	border:1px solid #3a78df;
	background:#75a3f0;
	position:relative;
	z-index:1;
	margin-top:-50px;
}
#titular-noticia-destacada h2{
	margin:0;
	padding-left: 5px;
	font-family: "Trebuchet MS";
	font-size:10pt;
	width:75%;
	text-align:left;
}
#texto-noticia-destacada{
	border: 1px solid #3a78df;
	border-top: 0;
	padding:5px;
	padding-right:45px;
	margin:0;
	background:#a4c1f2;
}

.pregunta{
	font-weight:bold;
}

.fotito{
	width:250px;
	float:left;
	margin-right:10px;
	border:1px solid #000;
	padding:1px;
}
.primera-fotito{
	margin-left:10px;
}
.linea{
	display:block;
	width:803px;
}
.linea img{
	
}
.baja{
	height:200px;
}
.alta{
	height:350px;
}

.negrita{
	font-weight:bold;
	width:120px;
	display:block;
	float:left;
}
.identado{
	width:400px;
	margin-left: 190px;
}
#form-personaje label{
	color: #fff;
}