/* ESTILOS DE CONTENIDOS, TEXTOS ETC  */

BODY {
	font-family: trebuchet MS, calibri, Arial, sans-serif;
	font-size: 12px;
	}


/* CONTENIDOS */

.menu_top {
	font-family: trebuchet MS, calibri, arial, arial, sans-serif;
	font-size: 13px; 
	color: #b7993c; 
	font-weight: bold;
	text-align: center;
}

.menu_top a, .menu_top a:link, .menu_top a:visited, .menu_top a:active { 
	color: #b7993c; 
	font-weight: bold;
	text-decoration: none;
	}
	
.menu_top a:hover {
	color: #6b300d; 
	}
	
.menu_txt {
	font-family: trebuchet MS, calibri, arial, arial, sans-serif;
	font-size: 11px; 
	color: #6b300d; 
	font-weight: bold;
	text-align: center;
}

.menu_txt a, .menu_txt a:link, .menu_txt a:visited, .menu_txt a:active { 
	color: #6b300d; 
	font-weight: bold;
	text-decoration: none;
	}
	
.menu_txt a:hover {
	color: #b7993c; 
	}

.titulo_txt1 {
	font-family: georgia, garamond, arial, sans-serif;
	/*font-weight:bold;*/
	font-size: 35px; 
	color: #000000; 
}


.titulo_txt2 {
	font-family: georgia, garamond, calibri, arial, sans-serif;
	font-weight:bold;
	font-size: 17px; 
	color: #6b300d; 
}


.titulo_txt2 a, .titulo_txt2 a:link, .titulo_txt2 a:visited, .titulo_txt2 a:active { 
	color: #ff6600; 
	font-weight: bold;
	text-decoration: none;
	}
	
.titulo_txt2 a:hover {
	color: #ff3300; 
	}



.txt_normal {
	font-family: arial, verdana, sans-serif;
	font-size: 12px; 
	color: #444444; 
}

a, a:link, a:visited, a:active { 
	color: #4ea276; 
	text-decoration: none;
	}
	
a:hover {
	text-decoration:underline;
	}
		

.txt_resaltado {
	font-family: trebuchet MS, calibri, arial, sans-serif;
	font-size: 20px; 
	font-weight: normal;
	color: #ff6600; 
}

.txt_resaltado a, .txt_resaltado a:link, .txt_resaltado a:visited, .txt_resaltado a:active {
	text-decoration: underline;
	}
	
.txt_resaltado a:hover {
	color: #333333; 
	}
	
.txt_cita {
	font-family: trebuchet MS, calibri, arial, sans-serif;
	font-size: 20px; 
	font-weight: normal;
	color: #fffffff; 
}

.txt_cita a, .txt_cita a:link, .txt_cita a:visited, .txt_cita a:active {
	text-decoration: underline;
	}
	
.txt_cita a:hover {
	color: #333333; 
	}
	
.txt_cita1 {
	font-family: georgia, times new roman, calibri, arial, sans-serif;
	font-size: 15px; 
	font-weight: normal;
	color: #22743f; 
}

.txt_cita1 a, .txt_cita1 a:link, .txt_cita1 a:visited, .txt_cita1 a:active {
	text-decoration: underline;
	}
	
.txt_cita a:hover {
	color: #333333; 
	}	

.txt_chico {
	font-family: trebuchet MS, sans-serif;
	font-size: 10px; 
	color: #000000; 
}

.txt_chico a, .txt_chico a:link, .txt_chico a:visited, .txt_chico a:active {
	color: #7777777; 
	font-weight:bold;
	text-decoration: none;
	}
	
.txt_chico a:hover {
	text-decoration:underline;
	}


/* LISTADOS */

.listado { 
}

.listado a, .listado a:link, .listado a:visited, .listado a:active {
	font-size: 10px; 
	color: #ffffff; 
	text-decoration: none;
	}
	
.listado a:hover {
	text-decoration:underline;
	}

/* CONTACTO */

input {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	background: #fff; 
	height: 16px;
	padding: 1px;
	width: 180px;
	color: #999; 
	border: 1px solid #bbb;
	}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
	background: #fff; 
	border: 1px solid #bbb;
	height: 50px;
	padding: 2px;
	width: 178px;
	color: #999; 
	}

#submit {
	font-family: georgia, verdana, sans-serif;
	font-size: 15px; 
	background: #ece26c; 
	border: 0px solid #fff;
	height: 30px;
	padding: 1px;
	width: 184px;
	color: #72873f; 
	font-weight: bold;
	}


/* FOOTER */

.footer_txt  {
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
	color: #866644; 
	}
	
.footer_txt a, .footer_txt a:link, .footer_txt a:visited, .footer_txt a:active {
	color: #866644; 
	font-weight: bold;
	text-decoration: none;
	}
	
.footer_txt a:hover {
	text-decoration:underline;
	}

.copy  {
	font-family: arial, verdana, sans-serif;
	font-size: 10px; 
	color: #b7993c; 
	}
	
.copy a, .copy a:link, .copy a:visited, .copy a:active {
	color: #b7993c; 
	text-decoration: none;
	}
	
.copy a:hover {
	text-decoration:underline;
	}
	
