#principal{
	background-image:url(../images/fondo.jpg);
	width:789px;
	height:100%;
	text-align:center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	text-align:left;}
	
body{
	background: url(../images/bg-body.jpg) repeat-x #000000;
	text-align:center;
	SCROLLBAR-FACE-COLOR: #993333;
	SCROLLBAR-HIGHLIGHT-COLOR: #FF6600;
	SCROLLBAR-SHADOW-COLOR: #003300;
	SCROLLBAR-3DLIGHT-COLOR: #003300;
	SCROLLBAR-ARROW-COLOR:  #003300;
	SCROLLBAR-TRACK-COLOR: #cccccc;
	SCROLLBAR-DARKSHADOW-COLOR: #990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;	
}
#cuerpo{
	width:565px;
	height:184px;
	background-image:url(../images/principal.jpg);
	padding:10px;
}
#cuerpo P{
	color:#101010;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;	
	margin-top:10px;
	margin-left:10px;
}
#cuerpo-contactar{
	width:565px;
	height:184px;
	background-image:url(../images/contactar-principal.jpg);
	padding:10px;
}
#cuerpo-contactar P{
	color:#101010;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;	
	margin-top:10px;
	margin-left:10px;
}
#principal-qs{
	background-image:url(../images/fondo-qs.jpg);
	width:789px;
	height:870px;
	text-align:center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	text-align:left;}
#principal-compra{
	background-image:url(../images/fondo-compra.jpg);
	width:789px;
	height:990px;
	text-align:center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	text-align:left;}		
#qsomos{
	height:499px;
	widows:585px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;		
	padding-top:10px;
}
#qsomos P{
	color:#101010;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;
	margin-top:15px;
	margin-bottom:3px;	
}

#principal-qs1{
	background-image:url(../images/fondo-qs1.jpg);
	width:789px;
	height:680px;
	text-align:center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	text-align:left;}

#qsomos1{
	height:280px;
	widows:585px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;		
	padding-top:10px;
}
#qsomos1 P{
	color:#101010;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;
	margin-top:15px;
	margin-bottom:3px;	
}

#compra{
	height:608px;
	widows:585px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;		
	padding-top:10px;
}
#compra P{
	color:#101010;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;
	margin-top:15px;
	margin-bottom:3px;	
}
#firma{
	color:#101010;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;	
	margin:3px;
	float:right;
}



/*##########################################*/

ul.makeMenu, ul.makeMenu ul {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px;
  text-decoration: none;
  width: 145px;                /* sets the size of the menu blocks */
  border: 1px solid #cccccc;      /* puts a black border around the menu blocks */
  background-color: #fff;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px; 
  margin-top: 3px;              /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #000;                 /* sets the default font colour to white */
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 0px;                    /* position slightly lower than the parent menu item */
  left: 147px;                 /* this must not be more than the width of the parent block, or the mouse will
                                 have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #990000;      /* gives the active menu items a yellow background */
  color: #ffffff;                 /* makes the active menu item text black */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { color: #990100; display: block; width: 138px; text-decoration: none;height:18px;border-bottom:1px solid #cccccc;padding-top:5px;padding-left:8px; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul.makeMenu li:hover > a { color: #ffffff; }  /* supports links in branch headings - should not be display: block; */

<!--[if gt IE 5.0]><![if lt IE 7]>

/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( IEmen.htc );
}
ul.makeMenu ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 2px; left: 78px;
}







img {border:0;}
#container {padding:10px;}

/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../images/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(../images/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../images/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(../images/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(../images/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(../images/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(../images/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(../images/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(../images/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(../images/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(../images/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(../images/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(../images/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}

.error{
	COLOR:#990000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	text-align:left;
		}
.error strong{
	COLOR:#05239D;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	border-left:4px double #05239D;
	text-align:left;
			}	
			
			
.error2{
	COLOR:#296041;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	text-align:left;
		}
.error2 strong{
	COLOR:#c7b146;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	border-left:4px double #c7b146;
	text-align:left;
			}					
#san-pedro{
		width:490px;
		height:145px;
		background-image:url(../images/fondo-promociones.jpg);
}
#san-pedro a{
	margin-top:5px;
	margin-right:27px;
	float:right;
	COLOR:#FFFFFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
#san-pedro a:hover{
	COLOR:#DAC763;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
#san-pedro img{
		border:1px solid #000000;
}
#san-pedro .imga{
margin:0px;
}

#mirador{
		margin-top:10px;
		width:490px;
		height:145px;
		background-image:url(../images/fondo-mirador.jpg);
}
#mirador a{
	margin-top:5px;
	margin-right:24px;
	float:right;
	COLOR:#FFFFFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
#mirador a:hover{
	COLOR:#DAC763;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
#mirador img{
		border:1px solid #000000;
}
#mirador .imga{
		margin:0px;
}

#navi {  
	list-style:none;
	margin-left:25px;
	margin-top:0px;	
	padding:0;
}
#navi li {
	margin-left:2px;
	margin-top:17px;	
	padding:0; 
	float:left;
}
#navi li a {
	display:block; 
	width:100px;
	padding:4px 0;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	background-color:#993333;
	border:1px solid #ffffff;	
}
#navi li a:hover {
	color:#993333;
	background-color:#FFFFFF;
	border:1px solid #000000;
}

#navi-mirador {  
	list-style:none;
	margin-left:25px;
	margin-top:0px;	
	padding:0;
}
#navi-mirador li {
	margin-left:2px;
	margin-top:17px;	
	float:left;
}
#navi-mirador li a {
	display:block; 
	width:100px;
	padding:4px 0;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	background-color:#296041;
	border:1px solid #ffffff;	
}
#navi-mirador li a:hover {
	color:#296041;
	background-color:#FFFFFF;
	border:1px solid #000000;
}
#qsomos ol li#spedro{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#97282E;

}
#qsomos ol li#gredos{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#296041;

}

#imagenes{
float:left;
width:280px;
height:380px;
}
#imagenes a img{
	border:4px solid #e9e5e5;	
	margin:5px;
}

#imagenes a img:hover{
	border:4px solid #000000;				
}
#txto{
float:right;
width:280px;
		}

#txto ul{
margin-top:30px;
}
#txto ul li{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#a93333;
font-weight:bold;
margin-top:10px;
list-style-position:inherit;
list-style-type:circle;
}

#txtoa{
float:right;
width:280px;
		}

#txtoa ul{
margin-top:30px;
}
#txtoa ul li{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#296041;
font-weight:bold;
margin-top:10px;
list-style-position:inherit;
list-style-type:circle;
}



#calidades{
float:left;
		}

#calidades ul{
margin-top:30px;
}
#calidades ul li{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#a93333;
font-weight:bold;
margin-top:10px;
list-style-position:inherit;
list-style-type:none;
list-style:none;
}
#calidades ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#A93333;
font-weight:bold;
text-decoration:none;
}
#calidades ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#c7b146;
font-weight:bold;
text-decoration:none;
}

#calidades2{
float:left;
		}

#calidades2 ul{
margin-top:30px;
}
#calidades2 ul li{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#a93333;
font-weight:bold;
margin-top:10px;
list-style-position:inherit;
list-style-type:none;
list-style:none;
}
#calidades2 ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#296041;
font-weight:bold;
text-decoration:none;
}
#calidades2 ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#c7b146;
font-weight:bold;
text-decoration:none;
}

#spedro-titulo{
	height:22px;
	width:260px;	
	background-image:url(../images/spedro-titulo.jpg);
	padding-top:8px;
	padding-left:20px;	
	COLOR:#FFFFFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;	
}

#mirador-titulo{
	height:22px;
	width:160px;	
	background-image:url(../images/mirador-titulo.jpg);
	padding-top:8px;
	padding-left:20px;	
	COLOR:#FFFFFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;	
}

#ventas-titulo {
	height:15px;
	width:200px;	
	float:left;
	margin:10px;
}
#ventas-titulo a{
	padding-top:8px;
	padding-left:8px;	
	padding-right:3px;		
	padding-bottom:3px;		
	COLOR:#003366;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	border-left: 6px double #990000;	
}

#ventas-titulo a:hover{
	padding-top:8px;
	padding-left:13px;	
	padding-right:3px;		
	padding-bottom:3px;			
	COLOR:#000000;
	background:#cccccc;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	border-left: 6px double #000000;	
}

#qsomosvtas{
	height:399px;
	widows:585px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;		
	padding-top:10px;
}
#qsomosvtas P{
	color:#101010;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;
	margin-top:15px;
	margin-bottom:3px;	
}
#principal-vt{
	background-image:url(../images/fondo-vt.jpg);
	width:789px;
	height:780px;
	text-align:center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

#pisos{
	color:#101010;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;
	border-bottom:1px dotted #000000;
	border-top:1px dotted #000000;		
	border-right:1px dotted #000000;			
	background:#e6e4e4;
	margin-top:5px;
}
#pisos p{
float:left;
margin:0px;
}
#pisos p a img{
border:2px solid #ffffff;
margin:1px;
}
#pisos p a:hover img{
border:2px solid #000000;
margin:1px;
}
#pisos h1{
	margin:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#00249e;
	border-right:4px double #003366;
	margin-left:5px;
}
#pisos li{
	list-style-type:circle;
	margin-top:8px;
	margin-left:29px;}