@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
#map {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 10px;
	height: 550px;
	width: 475px;
}
html, body{
	position:absolute;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
a {
	text-decoration: none;
}
.contenedor {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	min-width: 1000px;
	z-index: 3;
}
#pie{
	width: 100%;
	bottom: 0px;
	position: relative;
	height:120px;
	clear: both;
	margin-top:-120px;
	min-width: 1000px;
	z-index: 4;
	padding-top: 10px;
	}
.clearing{
      clear:both;
   }
#top {
	position: relative;
	height: auto;
	width: 100%;
	top: 0px;
}
.empuje {
	height: 150px;
	clear: both;
}
.conte {
	width: 970px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.contetarifas {
	height: 435px;
	width: 940px;
	margin-left: -470px;
	position: relative;
	left: 50%;
}
.conteformulario {
	height: 600px;
	width: 940px;
	margin-left: -470px;
	position: relative;
	left: 50%;
}
.logo {
	height: 105px;
	width: 400px;
}
.botonera {
	height: 35px;
	width: 100%;
	overflow: hidden;
}
.botonera ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.botonera li {
	float: left;
	text-align: center;
	display: block;
	height: 35px;
	width: 130px;
	padding-top: 15px;
	color: #000;
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 2px;
	margin-left: 2px;
}
.botonera .idioma {
	float: right;
	height: 35px;
	text-align: center;
	background-image: url(../sombra1.png);
	background-color: #424200;
	font-size: 12px;
	width: 50px;
	visibility: hidden;
}
.columna_derecha {
	float: right;
	width: 480px;
	padding-right: 50px;
	text-align: right;
}
.slidefondo {
	height: 250px;
	width: 940px;
	background-image: url(../sombra_slide.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 43px;
	margin-top: -16px;
}
.slidefondo2 {
	margin-left: 30px;
}
.mapa {
	margin-top: 15px;
	margin-bottom: 16px;
	margin-left: 15px;
}
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:940px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider1 ul, #slider1 li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;
	}
	#slider1{
	width:940px;
	display: block;
	background-image: url(../sombra_slide.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 280px;
		}	
	#slider1 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	height:260px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	}
	#slider2 li{ 
		width:480px;
		height:280px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:15px;
		height:30px;
		position:absolute;
		left:-25px;
		top:200px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left: 950px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:15px;
		height:30px;
		background:url(../images/previous.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/next.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
	margin-top: 1em;
	margin-left: 30px;	
	padding:0px;
	height:30px;
		}
	ol#controls li{
	margin:0 2px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:32px;
	line-height:30px;
		}
	ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	background-color: #FFF;
		}
	ol#controls li.current a{
	color:#fff;
	background-color: #424200;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* // Parche error por datepicker */
#ui-datepicker-div {
	display: none;
