/* CSS Document */

body{
	padding:0;
	margin:0;
	background: #CCCCCC;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background:url(../img/bg.gif);*/
	/*width:100%;*/
}

html{
	/*width:100%;*/
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

h1{
	font-size:16px;
}
h2{
	font-size:14px;
}
/*
ul{
	margin:0; 
	padding:0;
	font-size:0;
	display:inline;
	list-style:none; 
}*/
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}


#wrapper{
	background:url(../img/bg_w.gif) repeat-y;
	width:990px;
	margin:auto;
	padding:0;
	min-height:400px;

}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header------------------*/
#header{
	background:url(../img/top.gif) no-repeat;
	width:930px;
	height:60px;
	margin:auto;
}
#header #logo{ 
	float: left;
	padding-top:2px;
	top:1px;
	width:100px;
	height:50px;
	position:absolute;
}

#header #lang{ 
	width:370px;
	height:20px;
	float:right;;
	padding-top:2px;
	top:1px;
}

#header #lang a{ 
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px
}
#header #lang a:hover{ 
	text-decoration:underline;
}

#header #lang #spanish{
	/*background:url(../img/spanish.png) no-repeat;*/
	display:inline;
	padding-left:25px;
	padding-right:25px;
}
#header #lang #english{
	/*background:url(../img/english.png) no-repeat;*/
	display:inline;
	padding-left:25px;
	padding-right:25px;
}
#header #lang #webmail{
	background:url(../img/wmail.png) no-repeat;
	display:inline;
	padding-left:25px;
	padding-right:20px;
}
#header #lang #foro{
	background:url(../img/comment.png) no-repeat;
	display:inline;
	padding-left:20px;
}

#header #lang #login{
	/*background:url(../img/comment.png) no-repeat;*/
	display:inline;
	padding-left:20px;
}

#header form{
	width:240px;
	height:21px;
	background:url(../img/magnifier.png) 8px 10px no-repeat;
	float:right
	/*position:absolute;*/
	/*left:766px;
	top:19px;*/
}
#header form input.txtBox{
	width:162px;
	height:16px;
	border-bottom:#D4D0C8 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-top:#808080 solid 1px;
	border-left:#808080 solid 1px;
	float:left;
	color:#071E22;
	background-color:#fff;
	font-size:10px;
	line-height:19px;
	padding: 5px 0 0 5px;
}
#header form input.go{
	width:50px;
	height:21px; 
	background:url(../img/1/btn_go.gif) 0 0 no-repeat #EDEFE0;
	border:none;
	cursor:pointer;
	font:bold 10px/21px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#fff;
	padding-left:5px;
	text-transform:uppercase;
}



#header #search{
	
	width:930px;
	margin:auto;
	height:30px;
	
}

#header #langc{
	
	width:930px;
	margin:auto;
	height:30px;
	
}

#menu{
	width:930px;
	margin:auto;
	height:41px;
	z-index:100;
	text-align:center;
	background:url(../img/menu_bg.jpg) repeat-x;

}

#flash{
	width:930px;
	margin:auto;
	height:300px;

}

#rotulo{
	width:930px;
	margin:auto;
	height:300px;
	background:#000000;
	
}
#rotulo img{
    float:right; 
}

#titulo{
	color:#003399;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:#333333;
	width:350px;
	font-size:22px;
	padding:20px;
	padding-top:100px;
	z-index:100;
}

/*------------------------------------------------content-----------------*/
#contenido{
	width:930px;
	margin:auto;
	min-height:300px;
	background:#FFFFFF;
	padding:0;
	text-align:justify;
}

#contenido a{
	color:#003366;
	text-decoration:none;

}

#contenido a:hover{
	text-decoration:underline;

}


#principal{
  padding: 5px 10px 5px 10px;
}

.texto{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	
}
#mag{
	width:40px;
	float:right;
}

/*------------------------------------------------footer------------------*/

#footer{
	position:relative;
	width:930px;
	margin:auto;
	height:120px;
	background: #000000;
	/*background:url(../img/footer.jpg);*/
}

#footer ul{
	width:900px;
	position:absolute;
	left:0;
	top:5px;
}
#footer ul li{
	float:left;
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	width:300px;
}
#footer ul li a{
	padding:0 7px;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}

#footerline{
	height:3px;
	background:#858585;
	width:930px;
	margin:auto;
	display:none;
}

#footerlink{
	height:20px;
	background:#D7D7D7;
	width:930px;
	margin:auto;
	color:#FFFFFF;
	font-size:9px;
	display:none;
}

#footermenu{
	
	background: url(../img/bottom.gif) no-repeat;
	width:930px;
	height:20px;
	margin:auto;
	font-size:9px;
}
#footermenu a{
	color:#FFFFFF;
	text-decoration:none;
}

#footermenu a:hover{
	text-decoration:underline;
}
.copyright{
	color:#FFFFFF;
	float:left;
	margin-top:2px;
	margin-left:10px;
}

.design{
	color:#FFFFFF;
	float:right;
	margin-top:2px;
	margin-right:10px;
}

/*------------------------------------------------resultados--------------*/

#resultados {
	padding:10px;	
}

#resultados li{
	list-style:none;
	padding:3px;
}

/*------------------------------------------------paginacion--------------*/
#paginacion{
	font-size:10px;
	color:#2b66a5;
}

#pagination{
padding: 2px;
}

#pagination ul{
margin: 0;
padding: 0;
text-align: left; 
font-size: 11px;
}

#pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

#pagination a, #pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

#pagination a:hover, #pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

#pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

#pagination a.disablelink, #pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

#pagination a.prevnext{
font-weight: bold;
}

#error{
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#spin, #spindatos {
	color:#CB6300;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#usuario {
	width:290px;
	overflow:hidden;
}

#salirp{
	color:#FFFFFF;
	font-size:12px;
	width:306px;
	background:#003399;
	text-align:right;
}

#salirp p{
	float:left;
	margin:2px;
}

#listados{
	padding-top:10px;	
}

#listados li{
	list-style:disc;	
}

/*------------------------------------------------Contact--------------------*/
.contactformfield {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 20px;
	width: 75%;
	float: left;
	margin: 3px;
	padding: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
}
.contactsubmit {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(../img/1/buttonbg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 76px;
	clip: rect(500px,500px,auto,auto);
	top: 500px;
	right: 500px;
	bottom: 500px;
	left: 500px;
	float: left;
	margin: 5px;
	padding: 5px;
}
.submitbutton {
	font-family: Verdana;
	font-size: 11px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../img/1/buttonbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 23px;
	width: 120px;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding: 2px;
}


.contactformmessage {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 170px;
	width: 75%;
	float: none;
	margin: 3px;
	padding: 3px;
}
.contactfornmsg {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 170px;
	width: 75%;
	margin: 3px;
	padding: 3px;
}

.contactbox {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	height: 18px;
}
.contactmessagebox {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	height: 170px;
}
.contacttextarea {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin: 3px;
	padding: 3px;
}
.contacttext {
	margin: 3px;
	padding: 3px;
	height: 18px;
	width: 100px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.contacthead {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #1D859B;
	margin: 3px;
	padding: 3px;
	height: 20px;
	width: 300px;
}

.commenttext {
	margin: 3px;
	padding: 3px;
	height: 170px;
	width: 100px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.contacterrortext {
	margin: 3px;
	padding: 3px;
	height: 18px;
	width: 10px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.contacttexthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #759C25;
	margin: 3px;
	padding: 3px;
}

#contacto{
	padding:10px;
}

.documentos{
	border:#CCC solid 1px;
}

.documentos td{
	border-bottom:#CCC solid 1px;
	padding:2px;
}


.documentos th{
	border-bottom:#CCC solid 1px;
	background:#9DBEEB;
	text-align:left;
}

#divfaq{
	font-size:12px;
}

#divfaq li{
	list-style-type:square	
}

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 210px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: black url(../img/glossyback.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-size:10px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(../img/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	color: white;
}

a.boldbuttons{
	background: transparent url('../img/roundedge-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial; 
	line-height: 22px; 
	height: 30px; 
	padding-left: 8px; 
	text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color:#FFF;
}

a.boldbuttons span{
	background: transparent url('../img/roundedge-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; 
	color:#FFF;
	font-size:11px;
}

a:hover.boldbuttons{ 
	text-decoration: underline;
}


.buttonwrapper{ 
	overflow: hidden;
	width: 100%;
	color:#FFF;
}

#mapas{
	background:#D7D7D7;
	height:600px;
	padding:5px;
}

#iaweb{
	float:left;
	width:560px;
	height:590px;
	background:url(../maps/loader.gif) no-repeat center;
}

#facilidades{
	float:right;
	width:350px;
}

#facilidades ul{
	list-style:none;	
}

#facilidades li a{
	padding-left:20px;
	height:32px;
	text-transform:uppercase;
}

#facilidades li {
	height:32px;
	left:40px;
}

#facilidades li img{
  float:left;
}

#tabspanel{
	width:930px;
	height:140px;
	margin:auto;
}

