@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #F2EFBA;
}
.contenedor {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

#logo  {
	clear: left;
	float: left;
}
.top {
	height: 115px;
}

.idioma   {
	float: right;
	color: #FFF;
	height: 30px;
	width: 100px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #BF4300;
}
.idioma:hover {
	color: #FE9900;
}

.menu  {
	height: 40px;
	width: 700px;
	display: block;
	margin-top: 45px;
	list-style-type: none;
	padding-left: 30px;
	float: left;
}
.menu li {
	display: inline;
}

.menu li a {
	display: block;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FE9900;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-right: 8px;
}
.menu li a:hover {
	color: #993400;
}

.menu li #activo{
	color: #533900;
	background-color: #FFF;
}
.slide {
	clear: both;
	height: 250px;
	width: 940px;
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-box-shadow:  0px 3px 3px #bdbdbd;
	-moz-box-shadow: 0px 3px 3px #bdbdbd;
	box-shadow: 0px 3px 3px #bdbdbd;
}

h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	line-height: 30px;
}

.columna_derecha {
	float: right;
	width: 480px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.tabla {
}
.tabla th {
	font-size: 15px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	line-height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.tabla td {
	text-align: center;
	padding: 4px;
	background-color: #E8E8E8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.pie {
	height: 120px;
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
	clear: both;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #CC4613;
	background-image: url(bg_pie.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pie .contenedor a {
	color: #930;
	text-decoration: none;
	font-weight: bold;
}
.textochico {
	clear: both;
	font-size: 12px;
	line-height: 12px;
	color: #333;
}
.ipatsa {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	display: block;
	background-color: #0B0B0B;
}
.contacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	line-height: 30px;
	text-transform: uppercase;
}

/* formulario */
#formulario {
	padding-bottom: 10px;
	padding-left: 230px;
	padding-top: 10px;

}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 150px;
	float: left;
}
label.error{
	display:block;
	float: left;
	font-size: 11px;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(alert.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	height: 26px;
	padding-left: 24px;
	position: relative;
	clear: none;
	line-height: 26px;
	width: 200px;
	margin-top: 4px;
} 
input, textarea {
	float: left;
	background-color: #666;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 4px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} 
input:focus, textarea:focus {
	background-color: #333;
}  
#Telefono, #Fecha-in, #Fecha-out {
	width: 100px;
}
#Direccion, #Email, #Direccion, #Consulta, #Nombre {
	width: 240px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	height: 40px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 170px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F90;
	clear: both;
	float: left;
	font-size: 15px;
}
#formulario br{
	clear: both;
}
#map {
	height: 350px;
	width: 480px;
}
