html { overflow-y: scroll; }

a:link {
	color: #F24848;
	text-decoration: none;
}

a:visited {
	color: #FF5C5E;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#999;
}

a:active {
	text-decoration: none;
}

*:focus {outline: none; }
*::-moz-focus-inner { border: none; }	
		
body {
	margin: 0px;
	background-image: url(../img/background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:#EAEAEA;
	background-size:contain;
}	
	
#contenedor {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 930px;
	margin-left:-465px;
}
	
#encabezado {
	background-image: url(../img/fondo.png);
	background-repeat: repeat-y;
	height: 350px;
}
	
#medio {
	background-image: url(../img/fondo.png);
	background-repeat: repeat-y;
	position:relative;
}


#contenido {
	background-color:#FAFAFA;
	margin-left:15px;
	margin-right:15px;
}

li{
	list-style-type:square;
	font-weight:bold;
}

#base {
	background-image: url(../img/base.png);
	background-repeat: no-repeat;
	height: 55px;
}

#pie {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	position:relative;
	left: 15px;
	height: 38px;
	width: 900px;
	color:#666;
	text-indent:30px;
	line-height:38px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color:#CCC;
	background-color:#FFFFFF;
	z-index: 255;
}

#superior {
	left: 15px;
	width: 900px;
	height: 100px;
	position: absolute;
	background-color:#FFF;
}
	
#social {
	left: 820px;
	top: 56px;
	position: absolute;
}

#linea {
	position:absolute;
	left: 15px;
	top: 97px;
	width: 900px;
	height: 3px;
	background-color:#5E81A9;
}
		
#logo {
	left: 36px;
	top: 12px;
	position: relative;
}
	
#logotext {
	top:26px;
	right:30px;
	width:220px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	text-align:justify;
	text-justify:distribute;
	line-height:24px;
	text-shadow: 3px 3px 6px #0099FF, -3px -3px 6px #0099FF;
}	

#slogan {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	position:absolute;
	top: 300px;
	right: 40px;
	width: 600px;
	text-align: right;
	z-index:254;
	text-shadow: 2px 2px 5px #000000;
}
	
#portada {
	width: 800px;
	height: 250px;
	position: absolute;
	top: 100px;
	left: 115px;
}
	
#menu {
	width: 380px;
	height: 250px;
	left: 15px;
	position:absolute;
/*	
	background: -moz-linear-gradient(left, #F34029 0%, #F34029 25%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#F34029), color-stop(25%,#F34029), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  #F34029 0%,#F34029 25%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, #F34029 0%,F34029 25%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, #F34029 0%,#F34029 25%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, #F34029 0%,#F34029 25%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F34029', endColorstr='#00ffffff',GradientType=1 );*/

		background: -moz-linear-gradient(left, #5E81A9 0%, #5E81A9 25%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#F34029), color-stop(25%,#5E81A9), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  #5E81A9 0%,#5E81A9 25%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, #5E81A9 0%,#5E81A9 25%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, #5E81A9 0%,#5E81A9 25%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, #5E81A9 0%,#5E81A9 25%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5E81A9', endColorstr='#00ffffff',GradientType=1 );


	top: 100px;
	z-index: 255;
}
	
.opmenu {
	width: 240px;
	height: 35px;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	line-height: 35px;
	text-indent: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#AAA;
}

.noline {
	border-bottom-style:none;	
}
	
.opmenu a {
	color:#FFFFFF;
	display:block;
}

.opmenu a:visited {
	color:#FFFFFF;
	display:block;
}
		
.opmenu a:hover{
	background-color:#F34029;
	color:#FFF;
	opacity: 0.8;
	border-bottom-style:none;
}
	
.ventana {
	left: 15px;
	position:relative;
	width: 580px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 22px;
	font-weight: normal;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 35px;
	display:none;
	min-height:480px;
}
	
#info {
	width: 225px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	font-size: 13px;
	line-height: 22px;
	background-color:#FFFFFF;
	padding-left: 25px;
	float: right;
	right: 15px;
	position: absolute;
	height: 100%;
}
		
.minifoto {
	border: 2px solid #FFFFFF;
}
	
.telefono {
	font-weight: bold;
	font-size: 14px;
}
	
.color1 {
	color:#5E81A9;
}
	
.min {
	font-size: 12px;
}

H1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#F4624D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#C4D0DF;
	margin-bottom: 25px;
	line-height: 25px;
	letter-spacing: 0px;
	text-align:left;
}

H5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

H2 {
	font-weight: bold;
	font-size: 16px;
}

#marco{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #969595;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
 }
  
.lform{
	font-size: 12px;
	display: block;
	width: 70px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
 }
  
.tform{
	width: 400px;  
}

.emp{
	font-weight:bold;
	color:#739BCC;
}
.dest{
	color:#F4624D;
	font-weight:bold;
}

small {
	font-size: 9px;
}

medium {
	font-size: 11px;
}

input[type='text'],input[type='password'], textarea{
	border-width: 1px;
	border-style: solid;
	border-color:#999;
	padding-left:5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

button, input[type='button'], input[type='submit']{ 
	border-style:none;
	height:20px;
	line-height:18px;
	padding-bottom:2px;
	background-color:#F4624D;
	color:#000000;
	font-size: 11px;
	font-weight:bold;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;	
	opacity: 0.6;
}

button:hover, input[type='button']:hover, input[type='submit']:hover {
	opacity:1;
}

.osi {
	background-image:url(../img/yes.png);
	background-repeat:no-repeat;
	background-position:center;
}
.ono {
	background-image:url(../img/no.png);
	background-repeat:no-repeat;
	background-position:center;
}

.label {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align: left;
	}
	
	.caption {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight: bold;
	height:30px;
	color: #5D91CC;
	padding-top:2px;
	}
	
	.separador {
	height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
	.requerido {
		color:#F00;
	}
	
/* COOKIES */

 	#overbox3 {
		    position: fixed;
		    bottom: 0px;
		    left: 0px;
		    width: 100%;
		    z-index: 999999;
		    display: block;
		}
		#infobox3 {
		    margin: auto;
		    position: relative;
		    top: 0px;
		    height: 98px;
		    width: 100%;
		    text-align:center;
		    background-color: #000;
				opacity:0.7;
		}
		#infobox3 p {
				font-family:Verdana, Geneva, sans-serif;
				font-size:11px;
		    line-height:18px;
		    text-align:center;
				color:#FFFFFF;
		}
		#infobox3 p a {
		    margin-right:5px;
		    text-decoration: underline;
		}
	
	