body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

.clear {
	clear:both;
}

/* 	CONTENIDO */

#contenido {
	font-size:0.9em;
	clear:both;
	padding: 16px 30px;
}
* html #contenido {	
	padding-top:0px;
}

a {
	color:#333;
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
}



* {
	padding:0;
	margin:0;
}
img {
	border:none;
}

body {
	background:#e3e3e3;
	margin:0.5em 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
}

#cuerpo {
	width:760px;
	margin:0 auto;
	background:url(../ima/contenido-2.png);
}

h2 {
	padding-top:0.6em;
	line-height:1.4em;
	font-size:1.2em;
	border-bottom:#126 solid medium;
	color:#126;
	margin-bottom:0.3em;
}
h3 {
	font-weight:bold;
	font-size:1.01em;
	line-height:1.2em;
	margin-top:0.3em;
}
p {
	padding:0.2em 0;
}
strong {
	font-weight:bold;
}



/* 		AUTOS		*/


.autos {
	padding:1em 2em;
}
.autos .auto {
	float:left;
	width:180px;
	height:180px;
	text-align:center;
	padding:0 1em;
}
.autos .auto a {
	text-decoration:none;
}
.autos .auto a:hover {
	color:#126;
}
.buscador {
	float:right;
	width:167px;
	margin-right:28px;
	height:117px;
	margin-bottom:50px;
	padding:6px 8px;
	background-color:#E0ECEF;
	border-top:1px solid #E0ECEF;
	border-left:1px solid #E0ECEF;
	border-right:1px solid #D1DCDF;
	border-bottom:1px solid #D1DCDF;
}
* html div.buscador {
	margin-right:15px;
}
.buscador h4 {
	color:#9BB8BF;
	font-weight:bold;
	font-size:0.7em;
	line-height:1em;
	text-transform:uppercase;
}
.buscador label {
	font-weight:bold;
	font-size:0.7em;
	line-height:2em;
}
.buscador select {
	width:100px;
	font-size:0.8em;
	margin:0.3em 0 0 0;
}
.buscador .submit
{
	margin: 9px 0 0 60px;
}


/* 	ENCABEZA */

#encabeza {
	background:url(../ima/contenido-1.png) no-repeat top;
	padding:0.5em;
}
#encabeza h1 {
	padding:1.2em 0.5em 0.5em 1.2em;
}
#encabeza div.direcciones {
	float:right;
	margin-top:-6.4em;
	margin-right:1.5em;
}
#encabeza div.direcciones p {
	padding-top: 0.3em;
	/*text-align:right;*/
	letter-spacing:0.1em;
	font-size:0.65em;
	color: #333;
	line-height: 1.4em;
}

#pie {
	clear:both;
	color:#666;
	background:url(../ima/contenido-3.png) top no-repeat #e3e3e3;
	height:1.2em;
	padding: 30px 20px 0 20px;
}
#pie strong {
	font-weight:normal;
}
#pie1 {
	float:left;
	font-size:0.9em;
}
#pie2 {
	text-transform:uppercase;
	float:right;
	padding-top:0.3em;
	font-size:0.5em;
}
#pie a:link, #pie a:visited {
	color:#666;
	text-decoration:none;
}
#pie2 a:hover {
	text-decoration:underline;
}



/* 	FORM */


#form {
	margin: 10px;
	padding: 0px;
	border: 1px solid #f7f7f7;
}
#form fieldset {
	border: 0;
	padding: 5px;
}

#form legend{
	font-family: "Trebuchet MS", Vendana, Arial, sans-serif;
	font-size:1.1em;
	font-weight: bold;
	border: 0;
	margin-top:0;
	padding-top:0;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #98bb79;
	margin-bottom: 20px;
}
#form label, #form input, #form select, #form textarea {
	font-size: 1em;
	display: block;
	float: left;
	margin-bottom: 0.5em;
}
#form label {
	color: #777;
	text-align: right;
	width: 20%;
	padding:0.2em;
	padding-right: 1.6%;
}
#form textarea, #form input, #form select {
	border: 1px solid #ccc;
	font-family: "Trebuchet MS", Vendana, Arial, sans-serif;	
	font-size: 11pt;
	color: #555;
	font-weight:bold;
}
#form input {
	width: 30%;
	padding:0.14em;
}
#form select {
	width: 31%;
	height:1.4em;
}
#form textarea{
	width:70%;
	padding:0.14em;
	height:4.2em;
}
#form .submit {
	background-color: #98bb79;
	border-top: 1px solid #99CC66;
	border-left: 1px solid #99CC66;	
	border-right: 1px solid #669900;
	border-bottom: 1px solid #669900;
	margin-top:1em;
	margin-bottom:10px;
	color: #fcfcfc;
	width:20%;
	margin-left:30%;
}
* html #form .submit { /* IE HACK */
	margin-left:14%;
}

#form br {
	clear: left;
}

#form .ancho1 {
	width:10%;
}
#form .ancho2 {
	width:20%;
}
#form .ancho3 {
	width:35%;
}
#form .ancho4 {
	width:60%;
}

div.msj_error, div.msj_ok
{
	padding: 5px;
	margin-bottom: 10px;
	font-weight:bold;
}
div.msj_ok
{
	border: 1px solid #00CC00;
	background-color:#DAFFB9;
}
div.msj_error
{
	border: 1px solid #D70000;
	background-color:#FFCCCC;
}



/* 	NAVEGA */


#navega {
	margin:0 14px;
	height:25px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#navega h3 {
	display:none;
}

/* todos los <ul> */
.menulist {
	background:#485D62 url(../ima/navega.jpg) repeat-x;
	width:100%;
	height:25px;
}
.menulist, .menulist  ul {
	margin:0;
	padding:0;
	list-style: none;
}
/* Submenus <ul> */
.menulist ul {
	background:#485D62;
	display: none;
	position: absolute;
	top: 1.0em;
	margin-top: 9px; /* I'm using ems and px to allow people to zoom their font */
	left: 0px;
	width: 200px;
}
/* tercer nivel */
.menulist ul ul {
	top: -1px; margin-top: 0;
	left: 198px;
}
/* todos los <li> */
.menulist li {
	float: left;
	display: block;
	position: relative;
	/* background: #FED;
	border: 1px solid #330;
	margin-right: -1px; */
	background:url(../ima/navega_li.jpg) right no-repeat;
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
	background-image:none;
}
.menulist ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a:link, .menulist a:visited{
	float:left;
	display: block;
	color: #000;
	text-decoration: none;
	margin-right:2px;
	padding:0 1em;

	line-height:25px;
	font-size:0.78em;
	letter-spacing:0.2em;
	font-weight:700;
	text-decoration:none;
	color:#eee;
	text-transform:uppercase;
}
/* los li del menu desplegable tiene letra un poco mas chica */
.menulist ul a:link, .menulist ul a:visited{
	font-size:0.7em;
}
.menulist ul a:link, .menulist ul a:visited{
	width:178px;
}
.menulist ul ul a:link, .menulist ul ul a:visited{
	float:none;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	background:url(../ima/navega_hover.jpg) repeat-x #C2D7DC;
	color:#333;
}
.menulist a.highlighted {
	/* 	woooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooopa */
	background:url(../ima/navega_hover.jpg) repeat-x #C2D7DC;
	color:#333;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */


/*
 HACKS: IE/Win:
*/
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
}

* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}

* html .menulist li a:link, * html .menulist li a:visited {	
	margin-right:1px;
}
/* End Hacks */







/* 	PORTADA */
#fade {
	height:180px;
	margin-bottom:0.4em;
}
#resena {
	float:right;
	width:200px;
}
#noticias, #nota {
	float:left;
	width:490px;
}
#noticias, #nota {
	background-color:#eaeaef;
}
#noticias p, #resena p {
	color:#666;
	font-size:0.8em;
}
#noticias p, #nota p {
	color:#777;
	padding:0.1em 7px;
}
#noticias a {
	color:#777;
}
* html #noticias p {
	padding:0.1em 6px;
}	
.oculto
{
	display:none;
}
#noticias h2, #resena h2 {
	border-bottom-width:1px;
	border-color:#88a;
	font-size:13.5px;
	font-weight:bold;
	padding:0.5em 0 0 0;
	margin:0;
	background-color:#fff;
}
div.columna {
	float:left;
	width:163px;
}
* html div.columna {
	width:163px;
}
div.columna h3 {
	color:#666;
	font-size:0.8em;
	letter-spacing:0.04em;
	font-weight:bold;
	margin:7px 0 2px 8px;
}
div.columna img {
	padding:1px;
	border:#d5d5e0 solid 1px;
}	
#nota {
	margin-top:0.5em;
}
#nota p {
	padding:0.3em 7px 0.3em 7px;
}


/*********************
		AUTO
**********************/

#auto #fotos {
	float:left;
	width:190px;
	margin-top:0.6em;
}
#auto h2 {
	/*
	width:506px;
	float:right;
	margin:0;
	padding:0;
	margin-top:0.6em;
	*/
}
#auto .auto {

}
#auto .informacion {
	float:right;
	width:360px;
	padding-top:1em;
}
.highslide {
	cursor: url(hs/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide img {
	border: 1px solid #aaa;
	margin:0 2px 2px 0;
}
.highslide:hover img {
	border: 1px solid #eee;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	/*
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	*/
    background-color: black;

    padding-left: 22px;
    background-image: url(hs/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;

}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.hide {
	background:none;
	display:none;
}
