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

a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

a:hover{	
	text-decoration:underline;
	color:red;
}

a.seleccionado{
	color:red;
}

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

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

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

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

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

table.menu{
	position:absolute;
	top:199px;
	left:225px;
}

/********************************/
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;
}
