/*///////////// GENERAL//////////////*/

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

/* //////// LINKS ////////*/
a:link {
	color: #004382;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	text-decoration: underline;
	color: #004382;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
	color: #5F97C4;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a:active {
	text-decoration: underline;
	color: #004382;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a.link_simple {
	color: #725B3D;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a.link_simple:visited {
	text-decoration: none;
	color: #725B3D;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a.link_simple:hover {
	text-decoration: none;
	color: #725B3D;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a.link_simple:active {
	text-decoration: none;
	color: #725B3D;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a.link_menu{
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

a.link_menu:over{
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

a.link_menu:visited{
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

/*///////////// TEXTOS //////////////*/

.Texto_titulo {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #004382;
}
.Texto_seccion{
	font-family: Helvetica, sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: normal;
	color: #4476a3;
}
.Texto_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #687f94;
}
.Texto_fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #e87246;
}

.campo_documento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

.campo_documento_dato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.Texto_imagen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #979797;
}
.Texto_publicidad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.Texto_mensajes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #e87246;
}

/*///////////// TABLAS//////////////*/

.tabla_footer {
	background-image: url(/images/imagenes_body/6.jpg);
	background-repeat: repeat-x;
}
.tabla_menu {
	background-image: url(/images/imagenes_body/13.jpg);
	background-repeat: repeat-x;
}

/*///////////// FORMULARIOS//////////////*/

INPUT, TEXTAREA,SELECT {
	font-size: 12px;
	font-family: Arial;
	color:#687f94;
	border: thin solid #687f94;
	padding: 5px;
	background-color: #E5EBFF;
}

