﻿/* CSS Document */

body {
	margin:0;
	padding:0;
	font: 12px/1.2em Verdana;
	background-color:#ffffff;
	color: #666666;
}
img {
	border: none; 
}
a {
	text-decoration:none;
	color:#8A8AE6;
}
a:hover {
	text-decoration:none;
	background-color: #FFFF33;
}

ul {
	list-style: none;
	list-style-type: circle;
	margin: 10px;
}
ol {
	list-style: none;
	list-style-type: decimal;
}
h1 {
	font-weight:normal;
	color:#555555;
	margin-top: 2px;
	margin-bottom: 8px;
	font-family: Verdana;
	font-size: 24px;
	line-height: 1.1em;
	}
p {
	margin: 2px;
}

h2 {
	font-weight:normal;
	color:#3679DD;
	margin-bottom: 2px;
	font-family: Verdana;
	font-size: 18px;
	line-height: 1em;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
}

#contenido {
	border: 1px solid #BCD2E6;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding: 5px;
	}

#contenido_titular {
	padding: 6px;
	background-color: #ECE9D8;
	padding-bottom: 8px;
	border: 1px solid #CCCCCC;
	}

#contenido_titular img {
		border:solid #666666 1px;
		margin:5px;
	}
#contenido_titular a {
		font-size: 16px;
		text-decoration:none;
		color: #619DE0;
		font-weight:bold;
	}
#contenido_titular a:hover {
	}
.TBTitulos {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	letter-spacing: normal;
	color: #3679DD;
	background-image: url(../img/fondo_titulares.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
#submenu {
	color:#666666;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	line-height: 1.2em;
}

#submenu a {
	color:#FF9900;
}
#submenu a:hover {
	background-color: #FFFF66;
	text-decoration: none;
	}

#publicaciones table {
	border: 1px solid #E0E0E0;
	padding: 2px;
	margin-bottom: 10px;
}

#publicaciones img {
	text-align:right;
	border: 1px solid #888888;
	margin-left:5px;
}
.TDContadorFut{
	background-color:#E0EBFC;
}
.TDContadorPas{
	background-color: #FCC2C2
}
.TDContadorPres{
	background-color: #DCFBCE
}

.TDDatosFut{
	background-image: url(../img/tit_fut.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
.TDDatosPres{
	background-image: url(../img/tit_pre.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.TDDatosPas{
	background-image: url(../img/tit_pas.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
