@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #645e48;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.Tipografia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #645e48;
}
A.Tipografia {
	color: #645e48;	
	font-weight: bold;
}
A.Tipografia:visited {
	color: #645e48;	
}
A.Tipografia:hover {
	color: #CAA865;
}


.LinksPie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #645e48;
	font-weight: bold;
}
A.LinksPie {
	color: #645e48;	
}
A.LinksPie:visited {
	color: #645e48;	
}
A.LinksPie:hover {
	color: #b89611;
}

.TituloMenuIzqda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #645e48;
	font-weight: bold;
}
A.TituloMenuIzqda {
	color: #645e48;	
}
A.TituloMenuIzqda:visited {
	color: #645e48;	
}
A.TituloMenuIzqda:hover {
	color: #b89611;
}

.Menu {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3C3827;
}
A.Menu {
	color: #3C3827;	
}
A.Menu:visited {
	color: #3C3827;
}
A.Menu:hover {
	color: #000066;
	font-weight: bold;
}

.TituloMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #645e48;
	font-weight: lighter;
}

.Price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #BFA35C;
	font-weight: bold;
}

.FormularioSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #ACA180;
}

.FormularioInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #ACA180;
	font-weight: bold;
}

.NombresForm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000950;
}

.TipografiaMenuIzqda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #645D46;
}

.PrecioItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0B4A2;
	font-weight: bold;
}


.PrecioCarro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #D8C9B5;
	font-weight: bold;
}
.DivisaCarro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D8C9B5;
	font-weight: bold;
}

.BordeImg{
	border: 4px solid #CAC19E;
}

.BordeInf{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CAC19E;
	border-right-color: #CAC19E;
	border-bottom-color: #CAC19E;
	border-left-color: #CAC19E;
}

.Testimonials{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #90805F;
}

.Cita{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #AE9970;
}

.CuadroForm {
	border: 1px dotted #E7D9CC;
}

.TipografiaMedHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ABA294;
	font-weight: bold;
}
A.TipografiaMedHome {
	color: #ABA294;	
}
A.TipografiaMedHome:visited {
	color: #ABA294;
}
A.TipografiaMedHome:hover {
	color: #716759;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 861px; /*Width of Carousel Viewer itself*/
height: 345px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 861px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


.menudespegable{
	position: absolute;
	display: none;
	left: 0;
	top: 20;
	border: 0px solid #92B0FF;
	padding: 1px  0px;
	font: normal 12px Verdana;
	z-index: 100;
}



