@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF; 
	background-image: url(imagenes/degradado.jpg); 
	background-repeat:repeat-x;
}
table {
	width:760px; 
	border:thin solid; 
	margin:0 auto; 
	background-color: #FFFFFF;
}
.footer {
	border-top:thin solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold; 
	text-align: center; 
	background-color:#CCCCCC;
}
.menu {
	width:165px; 
	height:402px; 
	vertical-align:top; 
	border-right:thin solid;
	background-color: #0066FF;
	font-size:16px; 
	font-weight:bold; 
	
}

.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	width:595px; 
	vertical-align:top;
}

.titulo {
	font:Arial, Helvetica, sans-serif; color: #0088FF;
	font-size: 24px; 
	font-weight:bold;
}
.cuerpo {
	text-align:justify; 
}

.ul {
	list-style-type: square;
	color: #FFFFFF;
	left:auto;
	
}
a:link {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	font-size: 18px;
	text-decoration: none;
}


.ol {
	list-style-type: disc;
	color: #000000;
	left:auto;
	
}
a:link {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}


