body{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	background-image: url(../images/fondo-general.gif);
	background-repeat: repeat;
}
.texto_pequeno{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.texto_direccion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding-left: 30px;
}
.titulo_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #76010A;
	text-decoration: none;
	font-weight: bold;
}
.subtitulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.subtitulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.link {
	color: #390;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.link:hover {
	color: #5B4D1E;
	text-decoration: underline;
}
.link_contacto {
	color: #FFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
}
.link_contacto:hover {
	color: #FFF;
	text-decoration: underline;
}
.borde_fotos {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #712D00;
	border-right-color: #712D00;
	border-bottom-color: #712D00;
	border-left-color: #712D00;
}
.fondo_contacto {
	background-color: #999;
}
.fondo_blanco {
	background-color: #FFF;
}
.fondo_medio{
	background-color: #FFF;
	background-image: url(../images/fondo-interna.jpg);
	background-repeat: repeat-x;
}
.fondo_abajo{
	background-image: url(../images/fondo-abajo.gif);
	background-repeat: no-repeat;
}
