@import url("reset.css");

/* ESTRUCTURA ***********/
body{
	background:url(../img/bg_body.gif);
}
.marco{
	width:950px;
	margin:auto;
}
/************************/

/* TEXTOS ***************/
p{
	font-size:1.1em;
	margin-bottom:10px;
}
p.destacado{
	color:#fff;
	font-weight:bold;
}
/************************/

/* TABLAS ***************/
table{
	background:#000;
	padding:0 10px;
	text-align:center;
}
td,th{
	padding:2px 5px;
	font-size:1.1em;
	color:#fff;
}
th{
	text-align:center;
	font-weight:bold;
	font-size:1.6em;
	padding:20px 5px;
	cursor:pointer;
}
td{
	border-bottom:1px solid #333;
}
tr.sin_borde td{
	border:none;
}
th img{
	margin-bottom:5px;
}
/************************/

/* CABECERA *************/
#cabecera{
	background:#fff;
	position:relative;
	width:100%;
}
#cabecera .marco{
	height:72px;
	background:#fff;
	position:relative;
	z-index:2;
}
#cabecera #bandera{
	float:left;
	position:relative;
	z-index:20;
}
#cabecera #bg{
	width:50%;
	height:72px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:50%;
	background:#266FB9;
	z-index:1;
}
#redes_sociales{
	background:url(../img/logo_la_roja.gif) right no-repeat;
	height:52px;
	padding-top:20px;
	padding-right:80px;
	text-align:right;
}
#redes_sociales a{
	margin-right:5px;
}

#columna2{
	float:left;
	width:210px;
	margin-right:20px;
	padding-top:12px;
}
.ads{
	padding:5px;
	background:#fff url(../img/bg_ultimos_tweets.gif) bottom left no-repeat;
	margin-bottom:10px;
}
#ultimos_tweets{
	padding:10px;
	background:#fff url(../img/bg_ultimos_tweets.gif) bottom left no-repeat;
}
#contenedor_ultimos_tweets{
	overflow:auto;
	height:670px;
}
#contenedor_ultimos_tweets .tweet{
	background:url(../img/linea_punteada.gif) bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;
	word-wrap:break-word;
}
#contenedor_ultimos_tweets .tweet.ultimo{
	margin:0;
	background:none;
}
#contenedor_ultimos_tweets .tweet .imagen{
	width:42px;
	height:42px;
	border:2px solid #000;
	overflow:hidden;
	float:left;
}
#contenedor_ultimos_tweets .tweet .imagen img{
	width:42px;
	height:42px;
}
#contenedor_ultimos_tweets .tweet .texto{
	float:right;
	width:120px;
	color:#666;
}
#contenedor_ultimos_tweets .tweet .texto .autor{
	color:#000;
}
#contenedor_ultimos_tweets .tweet .texto a{
	color:#000;
	text-decoration:none;
}
#contenedor_ultimos_tweets .tweet .texto a:hover{
	color:#E93C25;
}
#contenedor_ultimos_tweets .tweet .texto a.link_la_roja{
	color:#e93c25;
}
#contenedor_ultimos_tweets .tweet .texto a.link_la_roja:hover{
	text-decoration:underline;
}
#contenedor_ultimos_tweets .tweet .fecha{
	color:#E93C25;
	font-weight:bold;
}
/************************/

/* CUERPO ***************/
#contenido .marco{
	background:#e93c25 url(../img/bg_contenido.gif) center bottom no-repeat;
	padding:20px;
	padding-bottom:100px;
	width:910px;
}
#titulo{
	float:left;
	width:375px;
	height:137px;
	background:url(../img/titulo.gif) no-repeat;
}
#twitter_la_roja{
	float:right;
	width:490px;
	padding-top:30px;
}
#seguidores{
	background:url(../img/bg_seguidores.gif) no-repeat;
	width:180px;
	height:32px;
	text-align:center;
	color:#fff;
	line-height:26px;
	margin-bottom:3px;
}
#seguidores span{
	color:#e93c25;
}
#twitter_la_roja .tweet{
	background:url(../img/bg_twitter_la_roja.gif) no-repeat;
	height:41px;
}
#twitter_la_roja .tweet p{
	float:left;
	display:inline;
	width:370px;
	margin-left:32px;
	margin-top:8px;
}
#twitter_la_roja .tweet a{
	float:right;
	width:73px;
	height:41px;
	line-height:39px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
}

#proximo_partido{
	margin:20px 0 10px 0;
}
#columna1{
	float:left;
	width:375px;
	margin-right:30px;
}
#shoutbox{
	margin-top:5px;
	background:url(../img/bg_shoutbox.gif) top no-repeat;
	height:230px;
	padding:10px;
}
#contenedor_shoutbox{
	height:100%;
	overflow:auto;
	word-wrap:break-word;
}
#contenedor_shoutbox p{
	margin:0;
}
#contenedor_shoutbox strong, #contenedor_shoutbox a{
	color:#e93c25;
}
#contenedor_shoutbox a{
	text-decoration:underline;
}
#contenedor_shoutbox a:hover{
	text-decoration:none;
}
.bloque{
	height:30px;
}
label{
	width:75px;
	float:left;
	padding-top:3px;
}
.text{
	width:290px;
	background:#fff;
	border:none;
	padding:2px 5px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#666;
}
.submit{
	background:#000;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	border:0;
	padding:5px 10px;
	text-transform:uppercase;
	cursor:pointer;
}

#galeria{
	margin-top:5px;
}
#galeria .fotos{
	margin-top:5px;
}
#galeria .foto{
	float:left;
	background:url(../img/bg_foto_galeria.gif) no-repeat;
	width:112px;
	height:112px;
	padding:5px;
	margin-right:4px;
	margin-bottom:4px;
}
#galeria .foto.ultima{
	margin-right:0;
}
#galeria .foto a{
	width:112px;
	height:112px;
	display:block;
	overflow:hidden;
}
#galeria .foto img{
	width:102px;
	height:102px;
}

#columna3{
	width:266px;
	float:right;
}
#columna3 .modulo{
	margin-bottom:10px;
}
#wallpapers{
	height:64px;
	padding:10px 0 5px 0;
	background:url(../img/bg_wallpaper.gif) no-repeat;
	padding-left:105px;
}
#wallpapers ul{
	float:left;
	width:45%;
}
#wallpapers a{
	color:#e93c25;
	text-decoration:underline;
	font-weight:bold;
	font-size:1.1em;
}
#wallpapers a:hover{
	text-decoration:none;
}
#twibbon{
	display:block;
	height:79px;
	background:url(../img/banner_twibbon.gif) no-repeat;
}
#facebook{
	display:block;
	height:79px;
	background:url(../img/banner_facebook.gif) no-repeat;
}
#los_23_nominados{
	background:#000 url(../img/bg_los_23_nominados.gif) bottom left no-repeat;
	padding:10px;
}
#los_23_nominados ul{
	float:left;
	width:50%;
	color:#fff;
	font-size:1.1em;
}
#los_23_nominados strong{
	font-size:1.1em;
}
/************************/

/* PIE ******************/
#pie{
	background:#fff;
	text-align:center;
	padding:20px 0;
}
#pie p{
	margin-bottom:0;
}
.destacado{
	color:#e93c25;
	font-weight:bold;
}
#pie a{
	color:#666;
	text-decoration:none;
}
#pie a:hover{
	color:#333;
}
#copyright{
	color:#999;
}
/************************/
