﻿body {
	background-repeat:  repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #F3F3CC;
}
.cabecera {
	height: 92px;
	background-color: #666600;
	background-image: url(../image/fondo_menu.jpg);
	background-repeat: repeat-x;
	position:relative;
}
.telefono {
	position:absolute;
	right:25px;
	top:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.cabecera .menu {
	float: right;
	display:inline;
	height: 38px;
	margin-top: 54px;
	margin-right: 20px;
}
.boton_on {
	float: left;
	margin-right: 2px;
	background-image: url(../images/boton.jpg);
	height: 38px;
	display: inline;
}
.boton_on .borde {
	background-position: right top;
	width: 3px;
	height: 38px;
	float: left;
	background-image: url(../image/boton.jpg);
	display: inline;
}
.boton_off {
	float: left;
	margin-right: 2px;
	background-image: url(../image/boton.jpg);
	height: 38px;
	background-position: left bottom;
	display: inline;
}
.boton_off .borde {
	background-position: right bottom;
	width: 3px;
	height: 38px;
	float: left;
	background-image: url(../image/boton.jpg);
	display: inline;
}
.link {
	float: left;
	padding-right: 12px;
	padding-left: 15px;
	padding-top: 13px;
	padding-bottom: 12px;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.contenedor {
	margin: auto;
	width: 780px;
}
.cabecera .logo {
	float: left;
	display:inline;
	margin-top:20px;
	margin-left:15px;
}
.contenido {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 14px;
	padding-top: 20px;
	color: #333333;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	height:100%;
	background-color: #FFFFFF;
}
.pie {
	background-color: #666600;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	padding: 8px;
	height: 55px;
}
.pie a {
	color: #FFFFFF;
}
.pie .texto_left {
	float: left;
	margin-left: 20px;
}
.pie .texto_right {
	float:right;
	margin-right: 20px;
}

.texto a {
	color: #FFFFFF;
	text-decoration: none;
}

.texto a:hover {
	color: #606251;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #606251;
}
.contenido .foto {
	float: right;
}
.resaltado {
	padding: 10px;
	border: 1px solid #919285;
	background-color: #666600;
	font-weight: bold;
}
#map {
	overflow:hidden;
}
.clear {
	height:1px;
	clear:both;
}
h2 {
	font-size:18px;
}

