@charset "utf-8";


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 2em;
	color: #000;
}
#contenedor {
	width: 710px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #FFF;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	box-shadow:1px 1px 10px #0F0F0F
}
#contenedor_index {
	width: 900px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-right: 30px;
	padding-left: 30px;
	/* [disabled]background-color: #FFF; */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#top_img {
	float: center;
	width: 355px;
}
#top {
	font-weight: bold;
	color: #999;
	font-size: 1.2em;
	text-align: right;
	padding-top: 42px;
	float: right;
	width: 355px;
}
#menutop {
	clear: both;
}

#menutop li  {
	display: inline;
	font-size: 1.2em;
	font-weight: normal;
	padding-left: 38px;
	/* [disabled]padding-right: 2px; */
}
#menutop a:link , a:visited{
	color: #000000;
	text-decoration: none;
	border: 3px solid #FFF;
}

#menutop a:hover  {
	color: #FFF;
	background-color: #EF2326;
	border: solid #EF2326;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#especificaciones {
	height: auto;
	padding-top: 20px;
}
#cuerpo {
	/* [disabled]padding-bottom: 20px; */
	width: 710px;
	padding-top: 20px;
	height: auto;
}
#cuerpo p {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}
#cuerpo #centrado {
	text-align: center;
	height: 200px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#cuerpo ul {
	text-align: left;
}
#cuerpo li  {
	list-style-image: url(../imagenes/estrella.png);
	list-style-position: inside;
	margin-left: 10px;
}


#neo {
	float: left;
	padding-right: 30px;
}
#Pro {
	vertical-align: top;
	float: none;
	padding-left: 28px;
}
#foto img {
	vertical-align: top;
	box-shadow:2px 2px 3px #333333
}
#menupie li {
	display: inline;
	padding-left: 52px;
}
#menupie a:link,a:visited {
	color: #000;
	text-decoration: none;
	border: 3px solid #FFF;
}
#menupie a:hover  {
	color: #FFF;
	background-color: #999;
	border: 3px solid #999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#pie {
	height: 33px;
	font-size: 10px;
	text-align: left;
	width: 300px;
	float: left;
}
#pie p {
	padding-top: 3px;
}
#pie_img  {
	width: 410px;
	float: left;
	height: 33px;
}

#lad {
	float: right;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	background-color: #ED2527;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-position: center;
	vertical-align: middle;
	border-right-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ED2527;
	border-right-color: #ED2527;
	border-bottom-color: #ED2527;
	border-left-color: #ED2527;
	color: #FFF;
	float: left;
	margin-top: 10px;
}

p {
	padding-bottom: 10px;
	text-indent: 10;
	text-align: justify;
	clear: left;
}

.click {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	background-color: #000;
	height: 15px;
	width: 210px;
	text-align: center;
	font-weight: bold;
}

.rows {
	font-size: 14px;
	font-weight: bold;
	background-color: #FC6;
}
#formulario {
	padding: 20px;
	width: 300px;
	float: left;
}
form {
	/* [disabled]float: left; */
	width: 300px;
	/* [disabled]margin: 20px; */
}
label {
	display: block;
	padding-top: 10px;
}
textarea, select  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 3px;
	width: 292px;
	border: 1px solid #CCC;
	box-shadow:1px 1px 2px #333333
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 3px;
	width: 292px;
	border: 1px solid #CCC;
	text-align: left;
	box-shadow:1px 1px 2px #333333
}
iframe {
	box-shadow:1px 1px 2px #333333
}
.boton {
	color: #000;
	background-color: #CBB9AB;
	border: 1px solid #930;
	width: 100px;
	display: inline-block;
	padding: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#mapa {
	float: left;
	width: 370px;
	height: 323px;
}
#datos {
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.img_face {
	padding-right: 6px;
}
#foto img {
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.font_color {
	color: #E92529;
}
