
body {
	font-family: Comic sans, sans-serif;
	border: 0px solid Black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

td.colortitulo{
	color: white;
	font-weight: bold;
	text-align: center;
	font-size:12px;
	padding-top: 	1px;
	padding-bottom: 1px;
	padding-left: 	1px;
	padding-right: 	1px;
}

td.colorsubtitulo{
	color: #009ee0;
	text-align: center;
	font-weight: bold;
	font-size:9px;
	padding-top: 	1px;
	padding-bottom: 1px;
	padding-left: 	1px;
	padding-right: 	1px;
}

.titulo{
	color: #0064a6;
	font-weight: bold;
}

.subtitulo{
	color: #0064a6;
	font-weight: bold;
	font-size:13px;
	padding-left: 20px;
	padding-right: 20px;
}

.tabla_principal{
	padding-top: 40px;
	padding-bottom: 40px;
}
.ppal_izquierda{
	padding-left: 20px;
}
.ppal_dcha{
	padding-left: 20px;
	padding-right: 20px;
}

p.texto{
	color: #a59d94;
	padding-left: 20px;
	padding-right: 20px;
	font-size:13px;
	text-align: justify;
}
ul.texto{
	color: #a59d94;
	padding-left: 60px;
	padding-right: 20px;
	font-size:13px;
	text-align: justify;
}

td.separador{
	background: url(../img/separador.png) repeat;
	color: red;
}

.pie{
	color: #a59d94;
	font-weight: bold;
	font-size:12px;
}

a{
	font-family: Comic sans, sans-serif;
	text-decoration: none;	
	color: #74706b;
}

a.menu{
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;	
}


a.menu a:hover{
	text-decoration: underline;	
}


a.submenu{
	text-decoration: none;
	color: #009ee0;
}

a.menu a:hover{
	text-decoration: underline;	
}

a.texto a:hover {
	color: black;
	text-decoration: underline;	
}

a.texto{
	color: black;
	text-decoration: none;	
}

a.texto a:hover, .selected {
	background-color: inherit;
	text-decoration: underline;	
}
