@charset "utf-8";
body, html {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #494949;
	font-size: 12px;
	background-image: url(images/fondo.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* ----------------- CABECERA ------------------------- */
.barra {
	clear: both;
	height: 24px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0080BC;
}
.bandera {
	margin-top: 2px;
	margin-left: 20px;
}
.barra p {
	color: #FFF;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
}
#cabecera {
	background-image: url(images/rodillos.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 122px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/* ----------------- PRINCIPAL ----------------------- */
#principal {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-y;
}
/* --------------------- MENU ----------------------------- */
#menu {
	width: 280px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	clear: none;
	float: left;
	background-color: #EEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.mostaza {
	padding: 5px;
	font-weight: bold;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #9B9B00;
}
a.mostaza:hover {
	background: #000;
}
.verde {
	background: #090;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
a.verde:hover {
	background: #000;
}
.rojo {
	padding: 5px;
	font-weight: bold;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #C00;
}
a.rojo:hover {
	background: #000;
}
ul.menu, ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul.menu a {
	display: block;
	text-decoration: none;
}
ul.menu li {
}
ul.menu li a, ul.menu ul.menu li a {
	background: #333;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
ul.menu li a:hover, ul.menu ul.menu li a:hover {
	background: #000;
}
ul.menu li ul li a, ul.menu ul.menu li ul li a {
	font-size:10px;
	color: #000;
	padding-left: 20px;
	font-weight: normal;
	background-color: #ccc;
	background-image: url(images/pin.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
	background: #aaa;
	background-image: url(images/pin2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.menu ul.menu li a:hover {
	border-left: 0;
	padding-left: 5px;
}
ul.menu ul.menu {
	border-left: 5px #f00 solid;
}
ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
	background: #0080ba;
}
/* ----------------------- CONTENIDO ------------------------------ */
#contenido {
	width: 640px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	clear: none;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
#contenido strong {
	color: #000;
	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;
}
hr {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dashed #999;
}
#contenido h1 {
	font-size: 28px;
	color: #0080BC;
}
#contenido h2 {
	font-size: 24px;
	color: #666;
}
#contenido h3 {
	font-size: 18px;
	color: #036;
}
#contenido h4 {
	font-size: 16px;
	color: #669900;
	background-color: #f8fff1;
}
#contenido p {
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 16px;
	text-align: justify;
}
#contenido .foto {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #999;
}
#contenido ul, #contenido ol {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333333;
}
#contenido ul li {
	margin-left: 30px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
	margin-bottom: 15px;
}
#contenido ol li {
	margin-left: 30px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 18px;
}
#contenido ul li ul li {
	margin-bottom: 0px;
}
#contenido .telefono {
	font-size: 36px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
	background-color: #FFF1E8;
	padding: 20px;
}
#contenido .fizq {
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
/* -------------------------- PAISES -------------------------- */
#paises {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-bottom-color: #999;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
#paises li {
	display: inline;
	width: 100px;
	margin: 2px !important;
	clear: none;
	float: left;
	margin-left: 0px !important;
	font-weight: bold;
}
/* -------------------------- CAJAS -------------------------- */
.caja {
	background-color: #EEE;
	padding: 10px;
	width: 618px;
	clear: none;
	float: left;
	margin-bottom: 20px;
}
.cajamin {
	background-color: #EEE;
	padding: 10px;
	width: 290px;
	clear: none;
	float: left;
	margin-bottom: 20px;
	height: 345px;
}
.margend20 {
	margin-right: 20px;
}
/* ---------------------------------- FORMULARIO ---------------------------------- */
.formulario h2 {
	color: #999;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 240px;
}
.formulario hr {
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dashed #999;
}
.formulario fieldset {
	border: 1px solid #036;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #EEE;
}
.formulario legend {
	padding: 5px;
	border: 1px solid #036;
	background-color: #FFF;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #036;
}
.formulario input, .formulario select, .formulario textarea {
	border: 1px solid #036;
	padding: 2px;
}
.cb{
	margin-top: 5px;
}
.formulario select {
	vertical-align: baseline;
	margin-left: -1px;
}
.formulario label {
	color: #000;
	display: block;
	font-weight: bold;
	width: 230px;
	clear: none;
	float: left;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
}
.formulario small {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.formatencion {
	vertical-align: text-bottom;
	margin-left: 5px
}
.enviar, .anadir {
	background-color: #036;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #036 !important;
	cursor: pointer;
}
/* -------------------------- MAPA GOOGLE -------------------------- */
#map {
	height: 300px;
	width: 634px;
	margin-top: 10px;
	border: 3px solid #49678b;
	margin-bottom: 20px;
}
/* -------------------------- GALERIA -------------------------- */
#galeria {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
#galeria .marco {
	text-align: center;
	padding: 5px;
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width: 130px;
}
#galeria img {
	background-color: #FFFFFF;
	clear: both;
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}
#galeria p {
	font-size: 10px;
	line-height: 12px;
}
/* ---------------------------------- MENSAJES ---------------------------------- */
.info, .ok, .atencion, .nok {
	border: 2px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-size: 16px;
}
.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');
}
/* -------------------------- PIE -------------------------- */
#pie {
	width: 960px;
	height: 100px;
	overflow: visible;
	clear: both;
	padding-top: 20px;
	background-color: #0080BC;
	margin-right: auto;
	margin-left: auto;
}
#pie p {
	font-size: 12px;
	color: #EAF9FF;
	text-align: center;
}
#pie strong {
	font-weight: bold;
}
#pie a:link, #pie a:visited, #pie a:active {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}
#pie a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* ------------- TABLAS ---------------------------- */
.tabla {
	width: 100%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #003366;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tabla td, .tabla th {
	border: 1px solid #003366;
	font-size: 10px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.tabla th {
	background-color: #DDD;
	font-weight: bold;
}
/* ---------------- S3SLIDER ------------------------ */
#slider {
	width: 640px; /* important to be same as image width */
	height: 238px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom: 15px;
}
#sliderContent {
	width: 640px; /* 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: 640px;
	background-color: #0080bc;
	filter: alpha(opacity=80);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	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;
	margin: 0px !important;
}
#slider ul li {
	margin: 0px !important;
}
/* --------------------------- ZOOM ------------------------------------------ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}
/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}
/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}
/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}

