html {
	background: url(images/bg_html.jpg) fixed;
}
body {
	margin: 0;
	padding: 0;
	font: 70%/1.4em Verdana, sans-serif;
}

acronym, abbr {
	border-bottom: 1px dotted #0099ff;
	cursor: help;
}


/**
  * Forms
  */
  
form {
	padding: 0;
	margin: 0;
}

fieldset {
	border: 1px solid #5f6e0c;
	border-width: 1px 0 0 0;
	margin: 0 5px;
	padding: 5px 10px;
}

legend {
	font: 150% Arial, Helvetica, sans-serif;
	color: #336600;
}

label {
	cursor: pointer;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	width: 100px;
	float: left;
}

label.noblock {
	text-align: left;
	padding: 0 20px 0 3px;
	float: none;
}

input, textarea, select {
	border: 1px solid #7F9DB9;
}

input:focus, textarea:focus {
	border: 1px solid #5b7389;
}

.button input {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	padding: 2px;
}

.button input:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

dt {
	font-weight: bold;
	color: #40659B;
}
/**
  * Tables
  */

caption {
	font-weight: bold;
	padding: 3px;
	margin: 10px auto;
	color: #1D3652;
}

td, th {
	padding: 0px 0px;

}

thead th {
	background: #E6EDF5;
	font-size: 15px;
	color: #4F76A3;
}

table .tr01 {
	background: #F7F9FC;
}

table .tr02 {
	background: #FCFDFE;
}

table .tr03, table .tr04 {
	background: #FFFFCC;
}

.delete {
	border: 0 !important;
	display: block;
}

.delete:hover {
	background: #FF0000;
	color: #FFF;
}

tbody th {
	color: #557290;
	text-align: left;
}

tfoot td {
	border: 0;
}


}

/**
  * Layout
  */
  
#main {
	padding: 0;
	margin: auto;
	width: 760px;
	position: relative;
	background: #fff url(images/bg_main.jpg) top left repeat-y;
}

#header {
	background: #3786d0;
}


#header a {
	color: #EAEDE4;
        font: 140% Arial, Helvetica, sans-serif, Tahoma, Verdana;
        text-decoration: none;
}

#header a:visited {
	color: #ffffff;
	
}

#header a: link{
	font: 110% Arial, Helvetica, sans-serif, Tahoma, Verdana;
	color: #ffffff;
        text-decoration: none;
}

#header a:hover {
	color: #ffffff;
        padding-bottom:0px;
        border-bottom: 1px solid #ffffff;

}


.adm {
}


#logo {
        background: url(images/bg_header.jpg) no-repeat;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
         height: 43px;
       width: 250px;
}

#logo a {
	
	background: url(images/bg_header.jpg) no-repeat;
}



#logo a:hover {

}

#linea{
	color: #eee;
	
}

#nav {
	margin-top: 0px !important;
	width: 200px;
	padding-top: 15px;
	
        	
}

#nav h2 {
	font: bold 125% Arial, Helvetica, sans-serif;
	color:	#ffffff !important;
	text-align: center;
	margin-top: 5px;
        background: url(images/bg_nav.jpg);
}



#nav1 ul, #navl li {	
        margin-top: 0px;
        margin-left: 0px;
	padding-left: 0px;
}

#nav1 li {
	list-style-type: none;
	display: block;
        padding-left:0px;
        padding-right:10px;
        text-align: left;
}

#nav1 li a {
	font: Arial, Helvetica, sans-serif;
       /* background: url(images/icono_li.gif) no-repeat;*/
	display: block;
	padding: 5px 5px 5px 5px;
	color:#0099cc;
	text-decoration: none;
	margin: 0 0 0 0px;
	width: 100%;
        border-bottom: 1px solid #99ccff;
        
}
 
#nav1 li a:hover {
        list-style-type: none;
        color: #cc0000;
        display: block;
        width: 100%;
        background-color:#ffffff;
        border-bottom: 1px solid #cc0000;
}

#content {
	float: right;
	width: 520px;
	padding: 5px 20px 5px 20px;
	background:#ffffff;
}

#content a {
	color: #3686e0;
}

#wrapper>#content{
	width: 520px;
	padding: 0px 15px 0px 15px;
        vertical-align: top;

}


#content h1 {
	margin-top: 5px;
	padding-top: 15px;
	font: bold 170% Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-align: left;
	text-decoration: underline;
}

#content h1 a {
	border: 0;
}

#content h2 {
	margin-bottom: 5px;
	padding-bottom: 0px;
	font: bold 130% Arial, Helvetica, sans-serif;
	color: #ff9834;
}

#content h2 a {
	color: #3786d0;
	text-decoration: none;
	font-weight: bold;
}

#content h2 a:hover {
	color: #cc0000;
        text-decoration: underline;
}

h3 {
	margin: 15px;
	padding-bottom: 0px;
	font: bold 120% Arial, Helvetica, sans-serif;
	color: #3786d0;
}

h4 {
	margin: 10px;
	padding-bottom: 0px;
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #006699;
}


#content p {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: justify;
}

<!--------------->
#content-i{
	float: right;
	width: 735px;
	padding: 5px 20px 5px 20px;
	background:#ffffff;
}

#content-i a {
	color: #3686e0;
}

#wrapper>#content-1{
	width: 735px;
	padding: 0px 15px 0px 15px;
        vertical-align: top;

}


#content-1 h1 {
	margin-top: 5px;
	padding-top: 15px;
	font: bold 170% Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-align: left;
	text-decoration: underline;
}

#content-1 h1 a {
	border: 0;
}

#content-1 h2 {
	margin-bottom: 5px;
	padding-bottom: 0px;
	font: bold 130% Arial, Helvetica, sans-serif;
	color: #ff9834;
}

#content-1 h2 a {
	color: #3786d0;
	text-decoration: none;
	font-weight: bold;
}

#content-1 h2 a:hover {
	color: #cc0000;
        text-decoration: underline;
}

#content-1 p {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: justify;
}




#main>#navigation {
        background: #DDD;
        border-bottom: 1px solid #A1A1A1;
        margin: 1em 0 0;
        padding: 0.6em 0 0;
        font-weight: bold;
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding: 5px 0 5px;
        text-align: center;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url(tableft.gif) no-repeat left top;
        color: #FFF;
        text-decoration: none;
        padding: 5px 0;
}
#navigation ul li span {
        background: url(tabright.gif) no-repeat right top;
        padding: 5px 7px 5px 3px;
        margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
        text-decoration: underline;
        background-position: 100% -75px;
}
#navigation ul li a:hover {
        background-position: 0 -75px;
}
#navigation #current a {
        background-position: 0 -150px;
}
#navigation #current a span {
        background-position: 100% -150px;
}


#navbanner {
	font: bold 120% Arial, Helvetica, sans-serif !important;
	color:	#/*6D1915*/#B8A772 !important;
	text-align: center;
	padding: 3px 4px;
	margin-bottom: 0;
	margin-top: 6px;
        width: 200px;
        
      
}

#navbanner #h2{
	font: bold 120% Arial, Helvetica, sans-serif;
/*	background-color: #fff !important;*/
        background: url(images/bg_nav-link.jpg) !important;
}

#navbanner ul, #navbanner li {	
	margin: 0px;
	padding: 0;

}

#navbanner li {
	line-height: 10px;
	list-style-type: none;
    

}

#navbanner ul>li {
	line-height: 1.2em;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
 
#navbanner li a {
	font: Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 5px;
	color:#3399ff;
	text-decoration: none;
	margin: 0 0 0 0px;
	width: 98%;
}

#navbanner li>a {
	padding: 3px 0px 4px 0px;
	width: auto;
}
 
#navbanner li a:hover {
	color: #FFCC00;
	text-decoration: none !important;
}

#socios {
	z-index: 10;
	width: 360px;
	background-color: #FFFFFF;
	float: right;
	
}

#main>#socios {
	margin-top: 15px;
	width: 360px;
	top: 350px;
	background-color: #FFFFFF;	
        padding 0px 30px 0px 0px; 
	text-align: center;
}

#socios h1 {
	background: url(images/bg_h1.jpg) no-repeat bottom;
	margin-top: 5px;
	padding-top: 15px;
	font: bold 200% Arial, Helvetica, sans-serif;
	color: #B20406;
	text-align: center;
	
}

#socios img{
	border: 1px solid #fff;
	padding: 2px 2px 2px 2px;
}
#socios img:hover{
	border-left: 1px solid #eee;
	padding: 2px 2px 2px 2px;
}

#socios ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #FFFFFF;
}

#socios li {
	float: inherit;
	list-style-type: none;
	line-height: 30px;
}

#socios a {
	text-transform: uppercase;
	font: bold  130%  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 5px;
	color: #FFFFFF;
}

/***********************************************/
#texto-socios {
	z-index: 10;
	width: 250px;
	border: 3px solid #bd8518;
	/*right: 0px;*/
	background-color: #FFFFFF;
	float: left;
        font: 130% Arial, Helvetica, sans-serif;
        
	
}

#main>#texto-socios {
	
	width: 250px;
	/*top: 420px;*/
        padding: 15px;
	background-color: #fbefd1;	
	text-align: justify;
        margin:80px 0px 0px 60px;

}

#texto-socios h1 {
	
	padding: 5px;
	font: bold 150% Arial, Helvetica, sans-serif;
	color: #B20406;
	text-align: center;
	
}

#socios img{
	border: 1px solid #fff;
	padding: 2px 2px 2px 2px;
}
#socios img:hover{
	border-left: 1px solid #eee;
	padding: 2px 2px 2px 2px;
}

#socios ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #FFFFFF;
}

#socios li {
	float: inherit;
	list-style-type: none;
	line-height: 30px;
}

#socios a {
	text-transform: uppercase;
	font: bold  130%  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 5px;
	color: #FFFFFF;
}
/***********************************************/


#footer {
	
	text-align: center;
	font-size: 100%;
	height: 100%;
	background-color:#333333;
	margin-top: 0px;
        color: fff;

}

#main>#footer {
	height: 100%;
	margin: 0;
}

#footer a{
	color: #ffffff;
}

#footer a:hover{
	color: #cccc33;
}

#footer p{
	color: #FFF9E7;
        margin-top:0px;
}

.aright { text-align: right !important; }
.acenter { text-align: center !important; }
.aleft { text-align: left !important; }
.fright { float: right; }
.fleft { float: left;}
.clear { clear: both; }
.hidden { display: none;}
.upper { text-transform: uppercase; }
.ohp { width: 95%;}

.req {
	font-weight: bold;
	color: #FF0000;
}

.tfvHighlight {font-weight: bold; color: red;}
.tfvNormal {color: #666;}

.paginator p {
	text-align: center !important;
	padding: 10px 0;
	margin: 0;
}

.paginator a {
	padding: 2px 8px;
	border: 1px solid #000000;
}

.paginator a:hover {
	border: 1px solid #ddd;
}

.paginator .ezr_nav_na {
	padding: 3px 9px;
}

.msg {
	border: 1px solid #d1baba;
	color: #a18181;
	background: #ffe8e8;
	padding: 4px 10px !important;
	margin: 10px 2px !important;
}

.tip {
	padding: 5px 5px 5px 20px;
	background: #f5fcfe url('images/ictip.png') no-repeat 3px 7px;
	font: 90% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #00aeef;
	cursor: help;
	color: #3c5e6b;
}

.big {
	font-size: 130%;
}

#innav{
	font-size: 60%;
}

.small {font-size: 60%;}

.filled {
	color: #40659b;
	font-weight: bold;
}

.unfilled {
	color: #ff5c00 !important;
	font-weight: bold;
}

/* Tours */
.metatour {
	float: right;
        position: relative;
	padding: 3px;
	margin: 3px 5px;
	height: 100%;

}

#tour-meta {
	float: rigth;
        position: relative;
	font: 100%/1.9em Tahoma, Helvetica, sans-serif;
	padding: 0 5px 5px 5px;
        text-align: center;
        
	background-color: #FFFfff;
        margin-left=15px;

}
#tour-meta ul #tour-meta li{
	list-style: none;
	text-align: center;
        display : inline;
        
}
#tour-meta a {	
	text-transform:uppercase;
	font-weight: bold;
	text-align: center;
}

#tour-meta p {
	text-align: center;
}

.thumbpicitem {
	width: 200px;
	height: 150px;
	margin: 0px;
	text-align: center;
}

#inlinelist .thumbpicitem, #whatever .thumbpicitem {float: left;}

.thumbpicitem img {
	border: 1px solid #F2CE80;
	background: #f7fcf8;
}

.thumbpicitem img:hover {
	border: 1px solid #B0050D;
}

.nb {
	border: 1px solid #FFF;
	padding: 0;
	background: none;
}

#descserv {
	padding: 4px;
	border: 1px solid #eed4d4;
	background: #fcf7f7;
	font: 80%/1.5em Verdana, Helvetica, sans-serif;
}

#descserv h1 {
	font-size: 110%;
	color: #AB1818;
}

.phd {
	float: left;
	padding: 5px;
}

.author {
	text-align: right !important;
	font-weight: bold;
	font-size: 90%;
}

#skipnav {display: none;}

/* My Account */


#utours li {
	border-bottom: 1px solid #e8f2fe;
	padding-bottom: 5px;
	padding-left: 2px;
}

#utours .l02 {
	background: #fafcff;
}

/* Noticias */
.nresume {
	font-size: 90%;
}

.lnews {
	font-size: 85%;
	text-align: left;
	padding: 2px !important;
	margin: 2px;
}

.lnews a {
	font-weight: bold !important;
}

#tofc {
	float: right;
	border-bottom: 1px dotted #ffcc00 !important;
	background: #FFFFCA;
	margin: 2px 10px;
	padding: 10px;
	font-weight: bold;
	color: #9d7e00;
}

#tofc a {
	color: #9d7e00 !important;
	border: 0;
	font-weight: bold;
}

#tofc a:hover {
	border-bottom: 1px solid #eebf01;
}

#tofc li {
	list-style-type: none;
}

.example {
	font-size: 90%;
	color: #aaa;
}

.linkitem {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px !important;
	float: left;
	width: 100%;
	margin-bottom: 10px !important;
}

.imglink {
	
}

.pdf, .nopdf {
	padding-left: 20px;
	color: #FF60A3;
	background: url('images/icpdf.gif') no-repeat left;
}

.pdf:hover {
	background: #FAFFCF url('images/icpdf.gif') no-repeat left;
}

.nopdf {
	color: #bdbdbd !important;
	background: url('images/icnopdf.gif') no-repeat left !important;
}

#divmsg {
	font-weight: bold;
	color: red;
}

table.banners tbody th {
    padding: 10px !important; 
}

table.banners p {
	text-align: center !important;
}

.comment {
	border-bottom: 1px solid #ececec;
	padding: 4px 5px;
}

.odd {
	background: #fffef0;
	color: #5e4a04;
}



.foto_tour {
	clear: both;
	float: right;
	text-align: center;
	margin: 3px 3px 3px 3px;
}
.foto_tour a img{
	padding: 1px 1px 1px 1px;
	border: 1px solid #a4a3d8;
}
.foto_tour img:hover{
	padding: 1px 1px 1px 1px;
	border: 1px solid #8887c3;
}

.foto_tour_right {
	clear: both;
	float: right;
	text-align: center;
	margin: 3px 3px 3px 3px;
}
.foto_tour_right a img{
	padding: 1px 1px 1px 1px;
	border: 1px solid #a4a3d8;
}
.foto_tour_right img:hover{
	padding: 1px 1px 1px 1px;
	border: 1px solid #8887c3;
}


�buscar{

}

.buscar h2 {
	font: bold 125% Arial, Helvetica, sans-serif;
	color:	#6D1915;
	text-align: center;
	padding: 3px 4px;
	margin-bottom: 0;
	margin-top: 6px;
    background: url(images/bg_nav.jpg);
}
.buscar input{
	border: 1px solid #CC6666;
	width: inherit;
    margin-left:5px;
}
.buscar form>input{
	border: 1px solid #660000;                
}
.buscar input:focus{
	border: 1px solid #340101;
}

.buscar .button input {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	padding: 2px;	
}

.buscar .button input:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

/* adicionar a main.css menu lenguajes*/

/* ------------- navl ------------------\*/
#navl {
	position: absolute;
	float: left;
	z-index: 10;
	width: 200px;
	margin-top: 195px;
	background: url(images/bg_idiomas.gif) no-repeat;
	right:0;
	/*left: 15px;*/
/*	border-bottom: 1px solid #ef9e21;		*/
}
#main>#navl {
	z-index: 10;
	width: 200px;
	margin-top: 195px;	
	/*right: 15px;*/
	/*border-bottom: 1px solid #ef9e21;*/
}

#navl h2 {
	font: bold 125% Arial, Helvetica, sans-serif;
	color:	#6D1915;
	text-align: center;
	padding: 3px 4px;
	margin-bottom: 0;
	margin-top: 6px;
    /*background: url(images/bg_nav.jpg);*/
}
#navl h3 {	
	font: bold %140 Arial, Helvetica, sans-serif;	
	color: #FF9900;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 0 0 3px;
}

#navl ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navl li {
	float: right;
	list-style-type: none;
	line-height: 25px;
	padding: 0 25px 0 26px;
	background-image: none;
}

#navl ul>li {
	line-height: 25px;
}
#nav1 li a {	
	font: bold italic 110% Arial, Helvetica, sans-serif, Tahoma, Verdana;
	color: #4D4D4D;	
	text-decoration: none;
}

#navl li a:hover {
	color: #000;
}
/* enlaces  */

.foto_tour {
	clear: both;
	float:center;
	text-align: center;
	margin: 3px 3px 3px 3px;
}

.foto_tour a img{
	padding: 1px 1px 1px 1px;
	border: 1px solid  #3686e0;
}
.foto_tour img:hover{
	padding: 1px 1px 1px 1px;
	border: 1px solid #CC0000;
}
.foto_tour li {
	list-style:	none;
	list-style-image: none;
	list-style-type:none;
	background-image: none;
}
.foto_tour ul>li {
	list-style:	none;
	list-style-image: none;
	list-style-type:none;
	background-image: none;
}

h2 {
	font: bold 125% Arial, Helvetica, sans-serif;
	color:	#6D1915;
	text-align: left;
	padding: 3px 4px;
	margin-bottom: 0;
	margin-top: 6px;
    /*background: url(images/bg_nav.jpg);*/
}

.container {
        width: 760px;
        padding-top: 2px;
        margin: 3px 0 5px 0;
        border-bottom: 1px solid #BC5A00;
        background: #FEEDC3;
}

/* rounded */

#navr {
 width: 750px;
background: #FEEDC3;
font-size: 15px  !important;
          margin: 0;
        padding: 8px 0 8px 0;
        border-bottom: 1px solid #BC5A00;
		 
}

#navr li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navr a:link, #navr a:visited {
        /*float: left;*/
        font-size: 15px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 8px 6px 8px;
        text-decoration: none;
        color: #a20501;
}

#navr a:link.active, #navr a:visited.active, #navr a:hover {
        color: #ba7d01;
        background: url(images/rounded.gif) no-repeat bottom center;
}

#hnav {
	width: 740px;
	list-style-type: none;	
}

#hnav ul>li {
	line-height: 25px;
}
#hnav ul {
	margin: 0;
	padding: 2px 10px 0 0;
}

#hnav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}
#hnav li a{
	float: right;
	padding: 3px 10px;
        color: #ffffff;
        text-decoration: none;
}


#hnav a: link{
	font: 110% Arial, Helvetica, sans-serif, Tahoma, Verdana;
	color: #ffffff;
        text-decoration: none;
}

#hnav a:hover {
	color: #ff0000;
        padding-bottom:0px;
        border-bottom: 1px solid #ff0000;

}


/*- Menu 10--------------------------- */

#menu10 {
        width: 200px;
        margin: 10 0 0 0 px;
        font-size:120%;
        }

#menu10 ul{
       list-style: none;
        margin: 0;
        padding: 0;
        }

#menu10 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
         list-style-type: none;
         list-style:none;
        }

#menu10 li a:link, #menu10 li a:visited {
        color: #4D4D4D;
        display: block;
        background:  url(images/menu10.gif);
        padding: 8px 0 0 10px;
        }

#menu10 li a:hover, #menu10 li #current {
        color: #cc0000;
        background:  url(images/menu10.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }

#menu10 img{
       border: none;
        }
