/* LAYOUT */
body {
	background-color: #eeebe2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeebe2;
	SCROLLBAR-SHADOW-COLOR: #eeebe2;
	SCROLLBAR-3DLIGHT-COLOR: #eeebe2;
	SCROLLBAR-ARROW-COLOR: #a2571f;
	SCROLLBAR-TRACK-COLOR: #eeebe2;
	SCROLLBAR-FACE-COLOR: #dcd8cc;
	SCROLLBAR-DARKSHADOW-COLOR: #eeebe2;
}
.fondo-verde {
	background-color: #998d5b;
}
.fondo-beige 
{
	background-color: #dcd8cc;
}
.fondo-beige2 
{
	background-color: #c4b8a2;
}
.fondo-rojo 
{
	background-color: #A21510;
}

.linea-hor {
	background-color: #FFFFFF;
	background-image: url(images/blanco.gif);
	height: 1px;
}
.linea-ver {
	background-color: #FFFFFF;
	background-image: url(images/blanco.gif);
	width: 1px;
}
.footer {
	background-color: #dcd8cc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #3a2f29;
}.fondo-grad-izq {
	background-image: url(images/fondo-grad-izq.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.fondo-grad-der {

	background-image: url(images/fondo-grad-der.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu-html {
	width:254;
	height:300;
	background-color: #dcd8cc;
}
.header-html {
	width:766;
	height:180;
	background-color: #dcd8cc;
}
.borde-hor {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
}
.borde-img {
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
}
.pad
{
	padding: 15px;	
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #4d0304;
	background-color: #dcd8cc;
	padding: 2px;
	border: 1px solid #998d5b;
	height: 18px;
	width: 180px;
}
.button 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #dcd8cc;
	background-color: #998d5b;
	padding: 2px;
	border: 1px solid #dcd8cc;
	height: 22px;
	width: 60px;
	font-weight: bold;
}
textarea{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #4d0304;
	background-color: #dcd8cc;
	padding: 2px;
	border: 1px solid #998d5b;
	height: 100px;
	width: 180px;
}

/* TEXTOS */
p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4d0304;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4d0304;
}
.texto-gris {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3a2f29;
}
.texto-beige {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #eeebe2;
}
.texto10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #4d0304;
}
.texto11blanco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
}

.contacto_fondo-verde {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #eeebe2;
}
.contacto_fondo-beige {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4d0304;
}
.titulo-rojo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #a21510;
}
.titulo-verde {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #998d5b;
}
.titulo-oscuro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3a2f29;
}

.justify {
	text-align: justify;
}
 
/* LINKS */
a:link, a:active, a:visited 
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #a2571f;
text-decoration: none;
font-weight: bold;
}
a:hover {
	color: #4d0304;
	text-decoration: none;
}
a.titulo-beige:link, a.titulo-beige:active, a.titulo-beige:visited 
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #c4b8a2;
text-decoration: none;
}
a.titulo-beige:hover {
color: #eeebe2;
text-decoration: none;
}
a.link-color:link, a.link-color:active, a.link-color:visited 
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #a21510;
text-decoration: none;
}
a.link-color:hover {
color: #eeebe2;
text-decoration: none;
}
a.link-verde:link, a.link-verde:active, a.link-verde:visited 
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #3a2f29;
text-decoration: none;
}
a.link-verde:hover {
color: #998d5b;
text-decoration: none;

}
a.11:link, a.11:active, a.11:visited  
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #4d0304;
text-decoration: none;
font-weight: bold;
}
a.11:hover {
color: #a2571f;;
text-decoration: none;
}
.separador {
	background-image: url(images/seccion-sitios/separador.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.separador2 {
	background-image: url(images/separador2.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
