@charset "UTF-8";

/*
CSS 
NOVEMBRO S.L.
2008/11/03

COLORS
AMARILLO  	-  color:rgb(239,217,92);
AZUL  		-  color: rgb(0,7,25);
ROJO  		-  color: rgb(142,30,19);

*/

/* Global
----------------------------------------------- */

* {
	margin:0;padding:0;font-family: "Verdana", "Arial", "Trebuchet", "Century Gothic";overflow-y: hidden;
	}
body {
	height: 100%;text-align: center;border-top: solid 13px rgb(239,217,92);
	}
a {
	text-decoration: none;
	}

#contenido {
	display:none;
	}

#wrap {
	border: solid 0px transparent;
	margin: 0 auto 0 auto;text-align: left;
	width:1004px;height: 600px;
	float: left;
	overflow-y: hidden;
	}
	
#menu {
	position:absolute;width:493px;top:345px;left:458px;
	}

.menu-es a {
	padding-right:26px;
	}

.menu-en a {
	padding-right:37px;
	}
	
#menu a {
	font-weight: bold;float: left;font-size: 11px;
	}
	
#menu a:hover {
	color: white;
	}
	
#menu a:first-child {
	margin-left: 0px;
	}
	
#menu a.opc-ultima {
	float:right; text-align: right;padding-right: 0px;
	}

#menu a.pri:hover{
	color:white;
	}
	
p.texto {
	margin-top:30px;font-size: 9px; font-weight: bold;text-align: justify;line-height:15px;
	}

#contenido {
	float: left;
	}

#btn-scroll {
	width:12px; height:24px; position: absolute;top:450px; left: 940px;cursor: pointer;
	}
	

#loading {
	position:absolute;z-index: 300;display: block;top: 0px;left: 0px;
	background: white /*url(http://autoself.es/media/base/loading.gif)*/;
	}
	
#comercio {
	width:780px;height:580px;position: relative;
	}

#lg {
	display:none;
	}