BODY {
	margin: 0px 0px 20px;
	background-color: #DA5B03;
}
/*fondos*/
.bg_cuerpo {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #DA5B03;
	background-image: url(img/css_bg_cuerpo.jpg);
}
.bg_capturas {
	border: 3px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}
.borde_foto {
	border: 3px solid #FFFFFF;
}
.borde_foto_fino {
	border: 1px solid #FFFFFF;
}
.borde_naranja {
	border: 1px solid #F0A85C;
}
.bg_foto {
	background-repeat: no-repeat;
	background-position: center center;
}
.bg_titulo_caja {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFCC99;
	text-decoration: none;
	background-image: url(img/css_bg_titulo_caja.jpg);
	background-repeat: repeat-x;
	background-color: #E5691F;
	background-position: center top;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	letter-spacing: 1px;
}
.bg_celda_boton {
	background-image: url(img/css_bg_titulo_caja.jpg);
	background-repeat: repeat-x;
	background-color: #E5691F;
	background-position: center top;
}

/*textos*/
.pie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #47271D;
	text-decoration: none;
}
.pie:hover {
	color: #F0A85C;
}

.titulo {
	font-family: Times New Roman, AmeriGarmnd BT, serif;
	font-size: 28px;
	color: #FFCC99;
	text-decoration: none;
	letter-spacing: 1px;
	font-style: italic;

}
.texto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFCC99;
	text-decoration: none;
	line-height: 20px;

}
.fecha {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.texto_naranja {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFAC58;
	text-decoration: none;
}
.bt_vermas {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.bt_vermas:hover {
	color: #FFAC58;
}
.sumario {
	font-family: Times New Roman, AmeriGarmnd BT, serif;
	font-size: 11px;
	color: #FFAC58;
	text-decoration: none;
}
/*links*/
}
A.texto:link {
	color: #F0A85C;
	text-decoration: none;
}
A.texto:hover {
	color: #F0A85C;
	text-decoration: none;
	font-weight: bold;
}
.link_mapa {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFCC99;
	text-decoration: none;
	line-height: 20px;

}
A.link_mapa:link {
	color: #F0A85C;
	text-decoration: none;
}
A.link_mapa:hover {
	color: #F0A85C;
	text-decoration: none;
	font-weight: bold;
}