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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(../images/fondo.jpg);*/
	background-repeat: repeat;
	background-color: #FFD200;
}

a:link , a:visited, a:active {
	color:#4a3e05;
	text-decoration:underline;
}
a:hover {
	color:#F60;
	text-decoration:none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a3e05;
}
a:link.footer , a:visited.footer, a:active.footer {
	color:#4a3e05;
	text-decoration:underline;
}
a:hover.footer {
	color:#4a3e05;
	text-decoration:none;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4a3e05;
}
.texto_conten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a:link.submenu, a:visited.submenu, a:active.submenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4a3e05;
}
a:hover.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4a3e05;
}
.texto_contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.texto_contenidoblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.texto_contenidoblancoNobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a:link.texto_contenidoblancoNobold, a:active.texto_contenidoblancoNobold, a:visited.texto_contenidoblancoNobold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a:hover.texto_contenidoblancoNobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color:#F00;
	text-decoration: none;
}

