/* CSS Document */

body {  
	background-color: #FFA953;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none
}

a:visited {
	color: #000000;
	text-decoration: none
}

a:active {
	color: #000000;
	text-decoration: none
}

a:hover {
	color: #CCCCCC;
	text-decoration: none
}

a.enlace:link {
	color: #003869;
	text-decoration: none
}

a.enlace:visited {
	color: #003869;
	text-decoration: none
}

a.enlace:active {
	color: #003869;
	text-decoration: none
}

a.enlace:hover {
	color: #666666;
	text-decoration: none
}

.menu {
	font-size: 14px;
	text-align: center;
	color: #000000
}

.pie_pagina {
	font-size: 9px;
	text-align: center;
	color: #FFFFFF
}

.texto {
	font-size: 14px;
	text-align: justify;
	color: #000000
}

.encabezado {
	font-size: 14px;
	text-align: center;
	color: #000000
}

