body{
	background: #E9E6D8 url(../imgs/fondo3.png);
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14.4px;
	color: #444;
}
a{
	color: #555;
	text-decoration: none;
	font-size: 1.1em;
}
a:hover{
	color: #000;
	text-decoration: none;
}
img{
	border: 0px;
	outline: none;
}
.clear{
	clear: both;
}
.form{
	margin: 0px;
	padding: 0px;
}
.header{
	height: 300px;
	background: #F7F4E6 url(../imgs/header.gif) repeat-x bottom;
}
.cont{
	width: 845px;
	margin: -240px auto 0 auto;
}
.borde_blanco1{
	height: 419px;
	background: #fff url(../imgs/bordes/bordeI.gif) no-repeat;
	padding-top: 10px;
}
.borde_footer{
	height: 61px;
	background: url(../imgs/bordes/bordeD.gif) no-repeat bottom right;
}
.borde_blanco2{
	width: 760px;
	height: 61px;
	background: #fff;
}
.borde_beige1{
	background: #ECDFBE;
	margin: 0 10px 0 85px;
	height: 51px;
	width: 750px;
}
.borde_beige2{
	background: #F1E8CF;
	height: 338px;
	margin: 0 10px 0 11px;
}
.borde_beige3{
	background: #F1E8CF;
	height: 51px;
	margin-left: 11px;
}
.borde_beige4{
	background: #ECDFBE;
	height: 75px;
	margin: 0 10px 0 11px;
}
.cont_body{
	position: absolute;
	width: 824px;
	height: 353px;
	margin: 125px 0 0 10px;
}
/* logo */
.logo img{
	width: 275px;
	height: 140px;
	margin-top: 20px;
}
.logo_cont{
	position: absolute;
	width: 100%;
}
.logo{
	text-align: center;
	width: 845px;
	margin: 0 auto;
}
/* contenido */
.cont_div{
	background: url(../imgs/bordeTop.jpg);
	height: 18px;
	margin: 0 -1px 0 1px;
}
.cont_BLeft{
	width: 140px;
	padding-top: 30px;
	float: left;
}
.cont_BLeft a{
	padding: 15px 15px 15px 40px;
	float: left;
	width: 140px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-bottom: -1px;
	font-size: 17.6px;
	background: #F7F4E6;
	color: #666;
} 
.cont_BLeft a:hover{
	color: #000;
	background: #f9f9f9;
}
#cont_BRight{
	float: right;
	width: 620px;
}
/* inicio */
.inicio_left{
	float: left;
	width: 398px;
}
.inicio_right{
	float: left;
	width: 205px;
	padding: 29px 0 0 7px;
}
.inicio_info, .inicio_imgs{
	background: #F9F9F9;
	padding: 10px;
	font-size: 12px;
	color: #555;
	border: 1px solid #fff;
}
.inicio_info{
	margin: 30px 0 0 10px;
	height: 100px;
}
.inicio_imgs{
	margin: 10px 0 0 10px;
	height: 107px;
	text-align: center;
}
.inicio_imgs img{
	border: 1px solid #666;
	margin: 3px 3px 2px 0;
	width: 47px;
	height: 46px;
}
/* admin */
.admin_menu{
	text-align: center;
	width: 590px;
	margin: 20px auto 0 auto;
	padding: 0 10px 10px 0;
	border-bottom: 1px dashed #fff;
}
.admin_login{
	width: 300px;
	margin: 50px auto;
}
.admin_login label{
	width: 80px;
	float: left;
	margin-bottom: 10px;
	padding: 2px 4px 0 0;
	text-align: right;
}
.admin_LInput, .admin_CInput{
	margin-bottom: 10px;
	padding: 2px;
	height: 20px;
	width: 120px;
	border: 1px solid #ccc;
}
.admin_LSubmit, .admin_CSubmit{
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
	color: #555;
}
.admin_LError{
	margin-bottom: 20px;
	color: #FF0000;
	font-weight: bold;
}
.admin_config{
	margin: 30px 0 0 8px;
}
.admin_config label{
	width: 120px;
	float: left;
	margin-bottom: 10px;
	padding: 2px 4px 0 0;
	text-align: right;
}
.admin_CInput{
	width: 170px;
}
.admin_titulo{
	margin: 10px 0 0 10px;
	font-weight: bold;
	font-size: 16px;
	color: #555;
}
.admin_mensaje{
	margin: 20px 0 0 10px;
	font-weight: bold;
	color: #555;
}
.admin_AFile{
	margin-bottom: 10px;
}
.admin_ASelect{
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #ccc;
}
.admin_edit{
	margin-left: 8px;
	overflow: auto;
	height: 250px;
	width: 587px;
}
.admin_EFoto{
	width: 50px;
	float: left;
	margin: 4px 7px 0 0;
	text-align: center;
}
.admin_EFoto img{
	border: 2px solid #fff;
}
.admin_EFoto label{
	cursor: pointer;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 2px;
}
.admin_novedades{
	margin-top: 15px;
}
.admin_novedades label{
	float: left;
	width: 80px;
	text-align: right;
	padding: 2px 5px 0 0;
}
.admin_NTexto{
	margin-bottom: 10px;
	padding: 2px;
	height: 115px;
	width: 370px;
	border: 1px solid #ccc;
}
.admin_NBorrar{
	cursor: pointer;
	color: #1341C2;
	margin: 0px;
	display: inline;
	padding: 0px;
}
/* contacto */
.contacto_form, .contacto_texto, .contacto_ubicacion{
	background: #F9F9F9;
	padding: 15px;
	font-size: 12px;
	color: #555;
	border: 1px solid #fff;
}
.contacto_form{
	padding-bottom: 8px;
	float: left;
	height: 177px;
}
.contacto_ubicacion{
	width: 225px;
	float: left;
	margin: 10px 0 0 8px;
	height: 170px;
}
.contacto_texto{
	margin: 5px 0 0 5px;
	width: 520px;
}
.contacto_form{
	margin: 10px 0 0 5px;
	width: 255px;
}
.contacto_telefonos{
	margin: 8px 0 8px 0;
}
.contacto_input{
	margin-bottom: 8px;
	padding: 1px;
	height: 18px;
	width: 120px;
	border: 1px solid #ccc;
}
.contacto_textarea{
	width: 240px;
	height: 65px;
	border: 1px solid #ccc;
	margin-top: 3px;
}
.contacto_submit{
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	color: #555;
	font-size: 11px;
	margin: 5px 0 0 0;
}
.contacto_form label{
	float: left;
	width: 60px;
	padding-top: 2px;
}
.contacto_enviado{
	padding-top: 70px;
	text-align: center;
}
.contacto_enviado a, .contacto_ubicacion a, .novedades_elemento a{
	color: #1341C2;
}
.contacto_enviado a:hover, .contacto_ubicacion a:hover, .novedades_elemento a:hover{
	text-decoration: underline;
}
/* galeria */
.galeria{
	padding-left: 10px;
}
.galeria img{
	border: 2px solid #E7D5A9;
	margin: 0 5px 5px 0;
}
.galeria_titulo, .novedades_titulo, .novedades_elemento{
	color: #666;
	margin: 15px 20px 10px 10px;
	background: #F9F9F9;
	padding: 8px;
	font-size: 12px;
	border: 1px solid #fff;
}
/* ubicanos */
/*
.ubicanos_texto{
	background: #F9F9F9;
	padding: 8px;
	font-size: 12px;
	color: #555;
	border: 1px solid #fff;
	margin: 10px 30px 10px 10px;
}
*/
.ubicanos_plano{
	margin-top: 5px;
	text-align: center;
}
/* novedades */
.novedades_cont{
	height: 238px;
	overflow: auto;
	width: 600px;
}
.novedades_titulo{
	margin-top: 20px;
}
.novedades_elemento{
	margin: 10px 5px 0 10px;
}
.novedades_elemento label{
	font-weight: bold;
}
.novedades_elemento span{
	font-size: 11px;
	color: #888;
}
.novedades_EDesc{
	margin: 5px 0 4px 0;
}