body {
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #004A77;
	padding-top: 37px;
}
.frase_inicio {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}

a:link {
	color: #004A77;
	text-decoration: underline;
}
a:visited {
	color: #458AB3;
	text-decoration: underline;
}
a:hover {
	color: #004A77;
	text-decoration: none;
}
.imagenes {
	margin: 2px;
	padding: 2px;
	border: 1px solid #E0EBF1;
}

.tabla_contenedora {
	width: 785px;
}
.tabla_menu {
	background-color: #EBF2F7;
	width: 241px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.tabla_menuIN {

	background-color: #EBF2F7;
	width: 241px;
}
.contenido {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #427B9D;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 55px;
}
.Titulo {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #004671;
}
.txtAbajo {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #B3C9D6;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #EBF2F7;
}


.Subtitulo {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #00639D;
}
.tabla_top {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #83B0CD;
}
