@charset "UTF-8";
.titulares {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	color: #E23F7B;
}
.textos {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3C2826;
	letter-spacing: 1px;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
}
.textos_tit {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #3C2826;
	letter-spacing: 1px;
	font-weight: 500;
}
.creditos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color : #DBDEC3;
	scrollbar-darkshadow-color : #555619;
	scrollbar-highlight-color : #FAFCEB;
	scrollbar-shadow-color : #7F835B;
	scrollbar-arrow-color : #22220A;
	scrollbar-face-color : #DBDEC3;
	scrollbar-track-color : #ECEEDE;
	background-image: url(../imagenes/interface/fondo_pagina.gif);
}
	
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #33A0DD;
	border: 1px solid #33A0DD;
}
.borde_cuadros {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.textos_creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C2826;
}
.textos_tit2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	letter-spacing: 1px;
	font-weight: bold;
}
.textos_formularios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 16px;
	text-decoration: none;
	text-align: justify;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	cursor: text;
}
.fondo_interface {
	background-image: url(../imagenes/interface/fondo_inter.jpg);
	background-repeat: repeat-x;
}
.botones {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3C2826;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.textosform {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3C2826;
	letter-spacing: 1px;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
	background-color: #FFFFFF;
	border: 1px outset #000000;
}
.textos_centrado {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3C2826;
	letter-spacing: 1px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
}

