/*
	COLORES:
		FONDO WEB: #BEA68E
		MARRON: #7B4C21
*/
BODY {
scrollbar-face-color:#893436;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#E0E0E0;
background-color:#DBB292;
}


input{
	BORDER: rgb(128,128,128) 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana; BACKGROUND-COLOR: rgb(233,233,233);
}

#fondoFrame {
/*	background-image: url(imagenes/sectores_04.gif);
	background-repeat: repeat-y;
  	background-position: right top;
*/
		background-color:#EEDACA;
}

#fondoSubmenu {
	background-image: url(imagenes/sectores_03.gif);
	background-repeat: repeat-y;
  	background-position: right top;
}

/* TEXTO NEGRO TAMAŅO 11PX */
.texto01 {
	color:#000000;
	font-size : 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* TEXTO NEGRO TAMAŅO 9PX */
.texto02 {
	color:#000000;
	font-size : 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	
}

/* TEXTO NEGRO TAMAŅO 11PX */
.texto03 {
	color:#000000;
	font-size : 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.titulo01 {
	color:#FFFFFF;
	font-size : 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.titulo02 {
	color:#FFFFFF;
	font-size : 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.enlace01 {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;
}
a.enlace01:hover {
	color : #000000;
	text-decoration:underline;
}

.enlace02 {
	color : #893436;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;
}
a.enlace02:hover {
	color : #893436;
	text-decoration:underline;
}

.enlace03 {
	color : #893436;
	font-size : 9px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;
}
a.enlace03:hover {
	color : #893436;
	text-decoration:underline;
}

.enlace04 {
	color:#990000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;
}
a.enlace04:hover {
	color : #990000;
	text-decoration:underline;
}

.ContactoEtiquetaFormulario {
	color : #7B4C21;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight : bold;
}

.ContactoTextoFormulario {
	color : #4A4A5A;
	font-size : 10px;
	font-family : Tahoma,Verdana,Arial;
}






