/* CSS Document */
body{
	margin-top:0px;
	margin-left:10px;
	color : #333;
	background-color:#009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{
	color:#006634;
	text-decoration:none;
	font-weight:bold;
}

a:hover{	
	text-decoration:underline;
}


table.portada td.lat_izq{
	background-image:url('../img/portada/buscacampeon_07.jpg');
	background-repeat:repeat-y;
}

table.portada td.include{
	vertical-align:top;
	width:553px;
	padding: 0px 10px 5px 20px;
	background-color: #E5E5E5;
	text-indent:10px;
}

table.portada td.include img.titulo{
	display:block;
	margin: auto;
	
}

table.portada td.lat_der{
	background-image:url('../img/portada/buscacampeon_09.jpg');
	background-repeat:repeat-y;
	vertical-align:top;
	padding-left:30px;
}

table.portada td.lat_der img{
	border-style:none;
}

table.menu{
	position:absolute;
	top:160px;
	left:130px;
}
/****************************/
table.portada td.include table.documentos, table.portada td.include table.actividades{
}

table.portada td.include table.documentos, table.portada td.include table.actividades{
	width:500px;
	margin:20px auto;
	border-top-style:dotted;
	border-top-color:#000000;
	border-top-width:thin;
	border-bottom-style:dotted;
	border-bottom-color:#000000;
	border-bottom-width:thin;
}

table.portada td.include table.documentos tr:hover, table.portada td.include table.actividades tr:hover{
	background-color:#CCCCCC;
}

table.portada td.include table.documentos td.titulo, table.portada td.include table.actividades td.titulo{
	padding-left:10px;
	/*padding-top:5px;*/
	text-align:left;
	font-size:14px;
}

table.portada td.include table.documentos td.enlace, table.portada td.include table.actividades td.enlace{
	text-indent:5px;
	text-align:center;
}