@charset "utf-8";
body, html {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
}
/* ----------------- CABECERA ------------------------- */
#top {
	clear: both;
	height: 24px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#top p {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
}
#cabecera {
	background-image: url(images/remolques-alzaga.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 133px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/* ----------------- PRINCIPAL ----------------------- */
#principal {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
/* --------------------- MENU HZ----------------------------- */
#menuhz {
	clear: both;
	height: 24px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#menuhz ul {
	font-size: 10px;
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
}
#menuhz li {
	display: inline;
	float: left;
}
#menuhz li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#menuhz li a:hover {
	color: #F3DA2B;
	text-decoration: none;
	background-color: #3F3F3F;
}
/* --------------------- MENU ----------------------------- */
#menu {
	width: 260px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	clear: none;
	float: left;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
	margin-top: 20px;
}
#menu ul {
	font-size: 10px;
	list-style-type: none;
	list-style-image: none;
	width: 250px;
}
#menu li {
	width: 260px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8E0E8;
	font-weight: bold;
}
#menu li a {
	text-decoration: none;
	color: #003366;
	display: block;
	width: 250px;
	padding-top: 6px;
	padding-bottom: 7px;
	background-image: url(images/bg0.gif);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	padding-left: 10px;
}
#menu li a:hover {
	color: #003366;
	text-decoration: none;
	background-color: #EFF3F6;
	background-image: url(images/bg0.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu p {
	font-size: 12px;
	padding-left: 10px;
	background-color: #003366;
	height: 20px;
	padding-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
}
/* ----------------------- CONTENIDO ------------------------------ */
#contenido {
	width: 680px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	clear: none;
	float: right;
	margin-top: 20px;
}
#contenido strong {
	color: #003366;
	font-weight: bold;
}
#contenido a:link, #contenido a:visited, #contenido a:active {
	color: #0000FF;
	text-decoration: underline;
}
#contenido a:hover {
	color: #000099;
	text-decoration: underline;
}
#contenido h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}
#contenido h1 {
	font-size: 28px;
	color: #CC0000;
}
#contenido h2 {
	font-size: 20px;
	color: #FF6600;
}
#contenido h3 {
	font-size: 18px;
	color: #7e9f20;
}
#contenido h4 {
	font-size: 16px;
	color: #669900;
	background-color: #f8fff1;
}
#contenido p {
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 16px;
}
#contenido .foto {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #003366;
}
#contenido .fotoizq {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #003366;
	clear: none;
	float: left;
	margin-right: 10px;
}
#contenido ul, #contenido ol {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333333;
}
#contenido ul li {
	margin-left: 40px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 3px;
}
#contenido ol li {
	margin-left: 40px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 3px;
}
/* ---------------- FORMULARIO --------------------- */
form {
	overflow: visible;
	width: 99%;
}
label {
	display:block;
	font-weight:bold;
	color: #003366;
	margin-bottom: 5px;
}
fieldset {
	border:1px solid #D70202;
	padding: 10px;
	margin-bottom: 10px;
}
legend {
	color: #D70202;
	font-weight:bold;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 1px solid #D70202;
}
input, select {
	border: 1px solid #003366;
}
/* *************** MAPA GOOGLE **************** */
#map {
	height: 300px;
	width: auto;
	margin-top: 10px;
	border: 3px solid #003366;
}
/* -------------------------- GALERIA -------------------------- */
#galeria, #ficheros{
	padding-top: 10px;
	padding-bottom: 10px;
}
#galeria .marco {
	text-align: center;
	border: 1px solid #003366;
	padding: 5px;
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#galeria img {
	background-color: #FFFFFF;
	border: 1px solid #d8e0e8;
	clear: none;
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#galeria p, #ficheros p {
	margin-bottom: 5px;
	font-size: 12px;
}
#ficheros a:link, #ficheros a:visited, #ficheros a:active {
	color: #0000FF;
	text-decoration: underline;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#ficheros a:hover {
	color: #000099;
	text-decoration: underline;
}
/* ----------------- LISTADO ----------------------- */
#provincias {
	margin-top: 10px;
	text-align: left;
	border: 1px solid #003366;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ECF5FF;
	overflow: hidden;
}
#provincias ul {
	font-size: 12px;
	padding-bottom: 10px;
}
#provincias li {
	display: inline;
	width: 100px;
	margin: 2px;
	clear: none;
	float: left;
}
#distri {
	margin-top: 10px;
	text-align: left;
	border: 1px solid #003366;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
/* ----------------- VEHÍCULOS ----------------------- */
#vehiculos {
	margin-top: 10px;
	text-align: left;
	border: 1px solid #003366;
	padding: 10px;
	overflow: hidden;
}
#vehiculos ul {
	font-size: 12px;
	padding-bottom: 10px;
}
#vehiculos li {
	display: inline;
	width: 100px;
	clear: none;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
/* ********************** PIE ********************** */
#pie {
	width: 100%;
	height: 122px;
	overflow: visible;
	clear: both;
	padding-top: 20px;
	background-color: #003366;
	margin-right: auto;
	margin-left: auto;
}
#pie img {
	clear: none;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#pie p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#pie strong {
	font-weight: bold;
}
#pie a:link, #pie a:visited, #pie a:active {
	color: #D8E0E8;
	font-size: 10px;
	text-decoration: none;
}
#pie a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ---------------- S3SLIDER ------------------------ */
#slider {
	width: 686px; /* important to be same as image width */
	height: 246px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom: 15px;
}
#sliderContent {
    width: 686px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider .sliderImage {
    float: left;
    position: relative;
	display: none;
}
#slider .sliderImage span {
	position: absolute;
	padding: 10px 13px;
	width: 686px;
	background-color: #003366;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}
#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 18px;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider ul {
	list-style-type: none !important;
	margin: 0px;
	padding: 0px;
}
#slider li {
	margin: 0px !important;
	padding: 0px !important;
}
/* ******************************************** */
/* ************** MENSAJES ******************** */
/* ******************************************** */
.info, .ok, .atencion, .nok {
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
}  
.info {  
    color: #00529B;  
    background-color: #BDE5F8;  
    background-image: url('images/info.png');  
}  
.ok {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
    background-image:url('images/ok.png');  
}  
.atencion {  
    color: #9F6000;  
    background-color: #FEEFB3;  
    background-image: url('images/atencion.png');  
}  
.nok {  
    color: #D8000C;  
    background-color: #FFBABA;  
    background-image: url('images/nok.png');  
}
