/*********************************
			Layout
/*********************************/

body {
	color:#333;
}
a {
	color:#C24848;
}
#wrap {
	width:950px;
	margin: 15px auto 0;
}
#content {
	padding-bottom: 20px;
}
/*------------------
		header
-------------------*/
#header {
	width:950px;
	background:url(../images/bg_header.gif) bottom left repeat-x;
	padding-bottom:6px;
	margin-bottom:10px;
}
#header h1, 
#header_banner, 
#header_right {
	float:left;
}
#header h1 a {
	display:block;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
	width:264px;
	height:62px;
	margin-right:13px;
}
#header_banner {
	margin-right:6px;
}
#header_right {
	float: right;
	text-align:center;
	font-size:1.1em;
}
#header_right p{
	color:#666666;
}
#header_right p a{
	color:#666666;
	margin: 0 3px;
	text-decoration:none;
}
#header_right p a:hover{
	text-decoration:underline;
}
#header_right p.date{
	color:#B3B3B3;
	margin-bottom:0px;
}
#header_right #languages {
	margin:3px 0 3px 4px ;
	padding: 5px 0 5px 15px;
	background:url(../images/bg_header_right.gif) top left repeat-y;
}
#header_right #languages a{
	margin-right:20px;
}
#header_right a.red {
	color: #B82B2B;
}
/*	nav
------------------ */
#header #nav {
	margin-top: 20px;
}
#header #nav ul li {
	float: left;
	margin-right: 4px;
	background: url(../images/bg_pestana_li.gif) 0 0 no-repeat;
	height: 31px;
	font-size: 1.4em;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
#header #nav ul li.last-child {margin-right:0;}
#header #nav ul li a {
	background: url(../images/bg_pestana_li_a.gif) top right no-repeat;
	color:#838281;
	padding: 8px 10px 4px;
	display: block;
}
#header #nav ul li a:hover,
#header #nav ul li a.active {
	text-decoration: none;
	color:#BD1010;
}
/*------------------
		content
-------------------*/
/*     sidebar
-------------------*/
#sidebar {
	width: 171px;
	float: left;
	margin-right:9px;
}
#sidebar #menu {
	margin-bottom:8px;
}

#sidebar #menu li {
	width:141px;
	text-transform:uppercase;
	text-align:right;
	font-size:1.1em;
	font-weight: bold;
}
#sidebar #menu li a {
	color: #999;
	text-decoration: none;
	display: block;
	padding: 11px 30px 4px 0;
	width:141px;
	background:url(../images/bg_menu_li.gif) 0 0 no-repeat;
}
#sidebar #menu li a:hover,
#sidebar #menu li a.active {
	color:#BD1313;
}
#sidebar #menu li.first-child a {
	background: url(../images/bg_menu_li_first.gif) 0 0 no-repeat;
	padding: 8px 30px 7px 0;
}
#sidebar #menu li.last-child a {
	background: url(../images/bg_menu_li_last.gif) 0 0 no-repeat;
	padding: 12px 30px 8px 0;
}
/* .modulo1
---------------------------- */
#sidebar .modulo1 h2 {
	width: 149px;
	background: url(../images/bg_modulo1_h2.gif) 0 0 no-repeat;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color:#FFF;
	padding: 10px 0px 7px 22px;
}
#sidebar .modulo1 {
	width:171px;
	margin-bottom:8px;
	
}
#sidebar .modulo1 .cont {
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #D8D8D8;
	padding: 5px 6px;
	font-size: 1.1em;
	color:#5E5E5E;
	width: 157px;
}
#sidebar .modulo1 .cont p{
	margin-bottom: 6px;
}
#sidebar .modulo1 .cont p.right{
	text-align: right;
	padding-top:4px;
	margin-bottom:0px;
}
#sidebar .modulo1 .cont select{
	width:155px;
	margin-top:3px;
	border: 1px solid #93ABC0;
	font-size: 1.1em;
	color:#5E5E5E;
}
#sidebar .modulo1 .cont p input.text {
	width: 105px;
	margin-right: 10px;
}
input.text {
	color:#5E5E5E;
	padding: 0 2px;
}
#sidebar .modulo1 a.valing {margin-top:1px;}
#sidebar .modulo1 .cierre {
	background:url(../images/bg_modulo1_cont.gif) 0 0 no-repeat;
	width: 171px;
	height: 8px;
	display: block;
}
#sidebar .modulo1 .cont ul {
	background: url(../images/bg_modulo1_li.gif) top left no-repeat;
}
#sidebar .modulo1 .cont li {
	background: url(../images/bg_modulo1_li.gif) bottom left no-repeat;
	padding: 6px 0 6px 7px;
}
#sidebar .modulo1 .cont li a{
	text-decoration: none;
	color: #3D3836;
}
#sidebar .modulo1 .cont li a:hover {
	color:#BD1313
}
#sidebar .modulo1 .cont li.active a {
	text-transform: uppercase;
	color:#BD1313;
	font-weight: bold;
}
	
/*   main-content
-------------------*/
#main_content {
	width: 519px;
	float: left;
	margin-right: 9px;
}
/*	area_banner -------*/

#main_content #area_banner {
	margin-bottom: 15px;
	border-top: 3px solid #aeaeae;
}
#main_content #area_banner_bus {
	margin-bottom: 15px;
	border-top: 7px solid #b2b4b8;
	background-image: url(../images/homebus_bg.jpg);
	background-repeat: repeat-x;
	background-position: top; 
	width: 495px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF; 
	font-size: 14px;
	color: #333333;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 12px;
	/*overflow: auto;*/
	position: relative;
}
#area_banner_bus  #bus_titulo1 {
	font-size: 19px;
	color: #666666;
	font-weight: normal;
	float: left;
}
#area_banner_bus #bus_titulo {
	overflow: auto;
	position: relative;
	clear: both;
	float: none;
	margin-bottom: 30px;
	margin-right: 5px;
}
.bus_camp2 input {
	background-image: url(../images/homebus_ibg.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 137px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	color: #333333;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 7px;
	background-color: #D0D1D5;
}

#area_banner_bus #bus_titulo2 {
	font-size: 19px;
	color: #BD1313;
	float: right;
}
#area_banner_bus .bus_camp {
	width: 100%;
	clear: both;
	float: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: auto;
	position: relative;
}
#area_banner_bus .bus_camp .bus_camp2 {
	float: right;
	width: 255px;
	overflow: hidden;
}
.bus_camp2 select {
	margin: 0px;
	padding: 0px;
}

#area_banner_bus  #bus_submit  {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#area_banner_bus .bus_camp .bus_camp2 img {
	vertical-align: top;
}
#area_banner_bus .bus_camp .bus_camp1 {
	float: left;
	width: 230px;
}
.busrig {
	text-align: right;
}
#area_banner_bus #bus_error {
	background-color: #f8ebeb;
	padding: 7px;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 15px;
	border: 1px solid #CC0000;
}
.bus_camp2 a.negro {
	color: #333333;
	text-decoration: underline;
}
.bus_camp2 .rojo {
	color: #BD0000;
}
.bus_camp2 a.negro:hover {
	color: #333333;
	text-decoration: none;
}

#area_banner_bus .bus_hr {
	text-align: right;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.busstrong {
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
}

#form_bus {
	margin: 0px;
	padding: 0px;
}
#main_content #area_banner #main_flash {
	float: left;
	width:295px;
}
#main_content #area_banner #main_text {
	background: url(../images/bg_main_text.gif) 0 0 repeat-x;
	width: 214px;
	float: left;
	padding: 14px 6px 0 4px;
}
#main_content #area_banner #main_text h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #72706F;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 1em;
}
#main_content #area_banner #main_text h2 span {
	color: #B82B2B;
}
#main_content #area_banner #main_text h3 {
	font-size: 1em;
	font-weight: bold;
	color: #72706F;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 1em;
}	
#main_content #area_banner #main_text p {
	font-size: 1.1em;
	font-weight: bold;
	color: #B82B2B;
	margin-bottom: 5px;
}	
#main_content #area_banner #main_text ul {
	background: url(../images/punteado_gris.gif) 0 0 repeat-x;
	padding-top: 10px;
}
#main_content #area_banner #main_text li {
	background: url(../images/bg_main_text_li.gif) 0 3px no-repeat;
	padding-left: 9px;
	margin-bottom: 2px;
	
}
#main_content #area_banner #main_text li a {
	font-size: 1em;
	font-weight:bold;
	text-transform: uppercase;
	color: #969594;
	text-decoration: none;
}
#main_content #area_banner #main_text li a:hover {
	color:#BD1313;
} 
/*	column_left -------*/

#main_content #column_left {
	float: left;
	width: 306px;
	padding:0 10px;
}
#main_content #column_left #principal {
	margin-bottom: 10px;
}
#main_content #column_left #principal h2 {
	font-size: 1.7em;
	color: #72706F;
	font-weight:bold;
	line-height: 1em;
}
#main_content #column_left #principal h3,h4 {
	font-size: 1.2em;
	color: #B82B2B;
	font-weight:bold;
	line-height: 1em;
	margin-bottom: 10px;
}

#main_content .soporte h4 {
	color: #333;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
}
#main_content .soporte span {
	font-weight: bold;
}
#main_content #column_left #principal h4 {
	font-weight: normal;
	margin-bottom: 2px;
}
#main_content #column_left #principal p {
	font-size: 1.2em;
	color:#333;
	line-height: 1.2em;
}
#main_content #column_left #banner {
	padding-top: 1px;
	background: url(../images/bg_column_left_banner.gif) top left no-repeat;
	margin-bottom: 12px;
}
#main_content #column_left .destinos h3{
	font-size: 1.2em;
	color: #AAA9A9;
	font-weight: bold;
	background: url(../images/bg_column_left_banner.gif) bottom left no-repeat;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
#main_content #column_left .destinos h3 a {
	color: #E75F07;
	text-decoration: none;
}
#main_content #column_left .destinos h3 a:hover {
	text-decoration: underline;
}
#main_content #column_left .destinos {
	width: 306px;
	background: url(../images/bg_column_left_banner.gif) bottom left no-repeat;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
#main_content #column_left .destinos ul {
	float: left;
	width:145px;
}
#main_content #column_left .destinos ul.first {
	margin-right: 10px;
}
	
#main_content #column_left .destinos li {
	font-weight: bold;
	background: url(../images/bg_column_left_destinos_li.gif) 0 6px no-repeat;
	padding-left: 8px;
}
#main_content #column_left .destinos li a {
	text-decoration: none;
}
#main_content #column_left .destinos li a:hover {
	text-decoration: underline;
}
#main_content #interes {
	width: 306px;
	color: #000;
	font-size: 1.1em;
}
.interior #main_content #interes {
	width: auto;
}
.interior #main_content #interes.bg {
	background: url(../images/punteado_gris.gif) bottom left repeat-x;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
#main_content #interes h2,
#main_content #interes h3,
#main_content #interes p {
	font-size: 1.2em;
	color: #72706F;
	font-weight: bold;
	margin-left: 2px
}
#main_content #interes h3 {
	color: #E65A00;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
#main_content #interes p {
	font-size: 1em;
	color: #AAA9A9;
	margin-bottom: 10px;
	font-weight: normal;
}
#main_content #interes .noticia {
	margin-bottom: 10px;
}
#main_content #interes .noticia .imagen {
	float:left;
}
#main_content #interes .noticia .imagen img {
	width:58px;
	border: 1px solid #333;
}
.interior #main_content #interes .noticia .imagen img {
	width: 135px; 
} 
.interior  #main_content #interes .noticia .cont {
	padding-left: 145px;
}
#main_content #interes .noticia .cont {
	padding-left: 70px;
}
#main_content #interes .noticia .cont p {
	color: #000;}
#main_content #interes .noticia .cont p a{
	text-decoration: none;
}	
#main_content #interes .noticia .cont p a:hover {
	text-decoration: underline;
}
.interior  #main_content #interes .noticia .cont h4 {
	margin-bottom:5px;
}	
.interior  #main_content #interes .noticia .cont p {
	margin-bottom:0;
}	
  
/*	column_right -------*/

#main_content #column_right {
	float: right;
	width: 191px;
}
#main_content #column_right .modulo2,
#sidebar .modulo2 {
	background: url(../images/bg_column_right_modulo2_bottom.gif) bottom left no-repeat;
	margin-bottom: 15px;
	padding-bottom: 7px;
}
#sidebar .modulo2 {
	background: url(../images/bg_modulo2_sidebar_bottom.gif) bottom left no-repeat;
	margin-bottom: 8px;
}
#main_content #column_right .modulo2 .cont,
#sidebar .modulo2 .cont{
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding: 0 10px 10px 10px;
}
#sidebar .modulo2 .cont {
	padding: 0 5px 10px 5px;

}
#main_content #column_right .modulo2 h3,
#sidebar .modulo2 h3 {
	background: url(../images/bg_column_right_modulo2_top.gif) top left no-repeat;
	padding-left: 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #AAA9A9;
	padding-top: 10px;
}
#sidebar .modulo2 h3 {
	background: url(../images/bg_modulo2_sidebar_top.gif) 0 0 no-repeat;
}
#main_content #column_right .modulo2 input.text,
#sidebar .modulo2 input.text {
	width:130px;
	margin-top: 10px;
	margin-right: 5px;
	color: #666;
}
#sidebar .modulo2 input.text {width:120px}
p.acceso_directo {
	margin-bottom: 15px;
	text-align: center;
}
#sidebar p.acceso_directo {
	margin-bottom: 8px;
}	

/*   content_right
-------------------*/
#content_right {
	width: 242px;
	float: right;
}
#content_right .box {
	background:url(../images/bg_box.gif) top left no-repeat;
	margin-bottom: 15px;
}
#content_right .box .cont {
	padding: 0 10px;
}
#content_right .box h2 {
	font-size: 1.4em;
	color: #72706F;
	font-weight: bold;
	padding: 10px 5px 0 15px;
	margin-bottom: 10px;
}
#content_right .box h2.centrado {
	text-align: center;
	padding: 10px 0 0;
}
#content_right .box h2.red {
	color: #B82B2B;}
#content_right .box .cont p {
	color: #666;
	font-size: 1.1em;
}
#content_right .box .cont p.orange {
	color: #E65A00;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#content_right .box h3 {
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
}
#content_right .box .box_enlace {
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
}
#content_right .box .box_enlace a{
	color: #72706F;
	text-decoration: none;
}
#content_right .box .orange {
	color: #E65A00;
	font-size: 1.7em;
}
#content_right .box ul{
	float: left;
	width: 45%;
	padding-left: 2%;
	
}
#content_right .box li {
	background: url(../images/bg_column_left_destinos_li.gif) 0 6px no-repeat;
	padding-left: 8px;
	margin-bottom: 2px;
	font-size: 1.1em;
	font-weight: bold;
}
#content_right .box li a{
	text-decoration: none;
}

#content_right .box li a:hover{
	text-decoration: underline;
}
#content_right .anuncios_google {
	margin-left:8px;
	margin-bottom: 15px;
}
/*------------------
	footer
-------------------*/

#footer {
	background: url(../images/bg_header.gif) 0 0 repeat-x;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	color: #333;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #footer_top {
	padding-bottom: 10px;
}
#footer #footer_top p {
	margin-bottom: 10px;
}
#footer #footer_top a{
	color: #333;
	margin: 0 5px;
}
#footer #footer_top a.red,
#footer #footer_top p.red {
	color: #B82B2B;
}
#footer #footer_sub {
	background: #CECECE;
	padding: 10px;
	color: #FFF;
}
#footer #footer_sub a {
	color: #FFF;}
/*------------------
		content
-------------------*/
/*   main-content
-------------------*/
/*	breadcrumb -------*/
#breadcrumb {
	color: #B82B2B;
	font-size: 1.2em;
	background: url(../images/punteado_gris.gif) bottom left repeat-x;
	padding: 10px 0 10px 0;
	margin-bottom: 8px;
}
#breadcrumb a {
	color: #838281;
}
#breadcrumb a.red {
	color: #B82B2B;
	font-weight: bold;
}
#breadcrumb span {
	color: #838281;
	font-weight: bold;
}
/*	resultado -------*/
#resultado {
	width:519px;
	border-bottom: 1px solid #ABABAB;
	margin-bottom: 15px;
}
#resultado .float-left {
	width: 235px;
}
#resultado .float-right {
	width: 278px;
}
#resultado .tam_2 .float-left {
	width: 379px;
}
#resultado .tam_2 .float-right {
	width: 134px;
}
#resultado h2{
	font-size: 1.5em;
	color: #838281;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4px;
}
#resultado h3,
#resultado ul{
	font-size: 1.2em;
	font-weight: bold;
}
#resultado h3 {
	color: #E65A00;
	border-bottom: 1px solid #ABABAB;
	padding-bottom: 4px;
	margin-bottom: 10px
}
#resultado a {
	color: #ABABAB;
}
#resultado ul {
	margin-left: 10px;
}
#resultado ul li {
	background: url(../images/flechita_roja.gif) 0 5px no-repeat;
	padding-left: 7px;
	margin-bottom:4px;
}
/*	formulario -------*/
#formulario {
	margin-bottom: 10px;
}
#formulario.soporte {
	background: url(../images/punteado_gris.gif) bottom left repeat-x;
}
#formulario h3 {
	color: #ABABAB;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 10px;
}
#formulario .soporte h3 {
	padding-left: 0;
	color: #E86511;
}
#formulario h3 span {
	color: #E75F07;
}
#formulario h3 span.red {
	color: #B82B2B;
}
#formulario .imagenes {
	float: left;
	width: 111px;
}
#formulario .imagenes img {
	margin-bottom: 10px;
	width: 111px;
}
#formulario .imagenes p {
	margin-bottom: 15px;
}
#formulario .cont {
	padding: 0 5px 0 130px;
	font-size: 1.2em;
	color:#5E5E5E;
}

#formulario .cont .soporte p {
	color: #333;
	margin-bottom: 12px;
	padding-left: 0px;}
#formulario .cont h3 {
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #838281;
}
#formulario .cont .soporte h3 {
	color: #E86511;
	margin-bottom: 2px;
}
#formulario .cont form {
	padding-left: 20px;
}
#formulario .cont form p {
	margin-bottom: 18px;
}
#formulario .cont form p.submit {
	padding-left: 188px;
}
#formulario .cont input.text {
	width: 120px;
	padding: 1px 2px;
}
#formulario .cont form.labelblock label{
	display: block;
	float: left;
	width: 110px;
	margin-top: 4px;
}
#formulario .cont form span.selection {
	padding-top: 4px;
	color: #B82B2B;
	display:block;
	font-weight: bold;
}
#formulario .cont select {
	width: 220px;
}

#formulario .cont select.hora {
	width: 45px;
	margin-left: 5px;
}

#formulario .cont select.fecha {
	width: 80px;
	margin-left: 5px;
}

/*	.destinos_interior-------*/


#main_content .destinos_interior h3{
	font-size: 1.2em;
	color: #AAA9A9;
	font-weight: bold;
	border-bottom: 1px solid #DFDFDF;
	padding: 0 0 12px;
	margin-bottom: 10px;
	width: 515px;
}
#main_content .destinos_interior h3 a,
#main_content .destinos_interior h3 span {
	color: #E75F07;
	text-decoration: none;
}
#main_content .destinos_interior h3 a:hover {
	text-decoration: underline;
}
#main_content .destinos_interior {
	background: url(../images/punteado_gris.gif) bottom left repeat-x;
	font-size: 1.1em;
	padding-bottom: 15px;
	margin-bottom: 12px;
	width: 515px;
}
#main_content .tam_3 {
	padding-bottom: 5px;
}
#main_content .destinos_interior ul {
	float: left;
	margin-right:10px;
	width: 165px;
}
#main_content .destinos_interior ul.tam_4 {
	width: 344px;
	margin-right: 0px;
	font-size: 1.1em;
}
#main_content .destinos_interior ul.tam_4 li{
	margin-bottom: 8px;
	color: #838281;
}
#main_content .destinos_interior ul.tam_2 {
	width: 230px;}
#main_content .destinos_interior ul.tam_3 {
	width: 115px;
}

#main_content .destinos_interior ul.tam_3 li {
	background: none;
	text-align: center;
}
#main_content .destinos_interior ul.last {
	margin-right:0;
}
	
#main_content .destinos_interior li {
	font-weight: bold;
	background: url(../images/bg_column_left_destinos_li.gif) 0 6px no-repeat;
	padding-left: 8px;
	margin-bottom: 2px;
}
#main_content .destinos_interior li a {
	text-decoration: none;
}
#main_content .destinos_interior ul.gris li a {
	color: #AAA9A9;
}
#main_content .destinos_interior p {
	color: #838281;
}
#main_content .destinos_interior .informacion p {
	font-size: 1.1em;
	color: #333;
	margin-bottom: 12px;
} 
#main_content .destinos_interior .informacion .anuncios_google {
	margin: 0 0 5px 15px;
	float: right;
}
#main_content .faq h4{
	color: #333;
	font-size: 1.2em;	
	font-weight: bold;
	margin-top: 14px;
}
#main_content .faq p {
	color: #333;
	font-size: 1.2em;
}

#main_content .destinos_interior li a:hover {
	text-decoration: underline;
}

/*	ul.interior-------*/

#content_right .box ul.interior {
	float: none;
	width: auto;
	margin: 5px 0 0 10px;
}
#content_right .box ul.float-left,
#content_right .box ul.float-right {
	margin-left:0;
}
#content_right .box ul.interior li{
	background: url(../images/punto_rojo.gif) 0 6px no-repeat;
}	
#content_right .box ul.interior li a {
	color: #838281;
}
.interior #content_right .box .orange {
	font-size: 1em;
	font-weight: bold;
}
.interior #content_right .box h3 {
	margin-bottom: 15px;}

/*	.buscador_destinos-------*/	
#main_content #buscador_destinos .form_tipo2 {
	padding: 0 30px;
	color: #AEADAD;
} 
#main_content #buscador_destinos .form_tipo2 h4 {
	color:#E75F07;
}
#main_content #buscador_destinos .form_tipo2 h5 {
	color:#AEADAD;
	font-weight: bold;
	margin-bottom: 10px;
}
#main_content #buscador_destinos .form_tipo2 form {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 20px 0;
	margin-bottom: 10px
}
#main_content #buscador_destinos .form_tipo2 form  input.texto {
	width:235px;
	margin-right: 5px;
	padding: 2px;
	color: #AEADAD;
	font-weight: bold
}
#main_content #buscador_destinos .form_tipo2 form  input.valign {
	vertical-align: bottom;
}

/*	.main_content_banner_-------*/

.main_content_banner {
	background: url(../images/punteado_gris.gif) bottom left repeat-x;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 12px;
}


/*	.anuncio_horizontal-------*/

.anuncio_horizontal {
	background: url(../images/punteado_rojo.gif) top left repeat-x;
	font-size: 1.1em;
	}
.anuncio_horizontal p {
	background: url(../images/punteado_rojo.gif) bottom left repeat-x;
	padding: 10px 0;
	text-align: center;
	
}
.anuncio_horizontal a {
	margin-right: 5px;
	text-decoration: underline;
}
.anuncio_horizontal a.negro {
	color: #333;}
	
/*	.margin-------*/
#content_right .box .cont p.margin {
	margin-bottom: 12px;}
/*	.orange-------*/
.orange {
	color: #E7610A;
}
/*	.red-------*/
.red {
	color: #8B2B2B;
}
/*	.consulta-------*/
#formulario .cont .consulta {
	padding-left: 25px;
	margin-top: 15px;
}
#formulario .cont .consulta p {
	color: #333;
	margin-left: 15px;
	margin-bottom: 4px;
}
#formulario .cont .consulta p.consulta {
	background: url(../images/flechita_roja2.gif) 0 5px no-repeat;
	padding: 5px 0 0 15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#formulario .cont .consulta p.consulta a {
	font-weight: bold;
}
/*	.empresas-------*/
#patrocinadores {
	width: 519px;
}
#patrocinadores .last_row {
	margin-right: 0;
}
#patrocinadores .empresas {
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 10px;
}
#patrocinadores .last_row {
	margin-right: 0;
}
#patrocinadores .empresas img{
	margin-bottom: 5px;
	height: 70px;
	width: 150px;
}
#patrocinadores .empresas p {
	background: #F7F7F7;
	font-size: 1.4em;
	color: #000;
	padding: 3px 5px;
}
#content_right p.empresas a {
	font-weight: bold;
	margin-left: 3px;
	color: #B82B2B;}
#content_right p.faq a{
	margin-left: 3px;
}
/* .soporte2--------*/
#formulario .cont .soporte2 {
	padding-right: 15px;
}
#formulario .cont .soporte2 p{
	padding-left: 20px;
	margin-bottom: 15px;
	color: #333;
}
#formulario .cont .soporte2 p span{
	font-weight: bold;
}
#formulario .cont .soporte2 .red {
	color: #B82B2B;
	font-weight: bold;
}
#formulario .cont .soporte2 p.orange {
	margin-bottom: 15px;
}
#formulario .cont .soporte2 p.orange a,
#formulario .cont .soporte2 p.orange span {
	color: #E75B01;}
/* .recursos--------*/
#main_content .destinos_interior .recursos {
	width: 250px;
}
#main_content .destinos_interior .recursos h4 {
	color: #E65A00;
	font-size: 1.3em;
	margin-bottom: 4px;
}	
#main_content .destinos_interior .recursos a {
	color: #989796;
	text-decoration: underline;
}
#main_content .destinos_interior .recursos a:hover {
	text-decoration: none;
}
#main_content .destinos_interior .recursos p {
	margin-bottom: 12px;}
	
	
	table
	{
	width: 100%;
	border-collapse: collapse;
	background-color: white;
	color: black;
	font: 10pt verdana, arial;
	margin-bottom: 25%; /* %, px, em, ex ? */
	}

tr.subhead
	{
	background-color: #cccccc;
	}

th
	{
	padding: 0 3%;
	}

th.alt
	{
	background-color: black;
	color: white;
	padding: 3% 3% 2%;
	}

td
	{
	padding: 0 3%;
	}

tr.alt
	{
	background-color: #eeeeee;
	}

h1
	{
	font: 24pt verdana, arial;
	margin: 0;
	}

h2
	{
	font: 18pt verdana, arial;
	margin: 0;
	}

h3
	{
	font: 12pt verdana, arial;
	margin: 0;
	}

th a
	{
	color: #8B8B8B;
	font: 8pt verdana, arial;
	}

a
	{
	color: #BD0000;
	text-decoration: none;
	}

a:hover
	{
	color: #FF6600;
	text-decoration: underline;
	}

div.outer
	{
	width: 90%;
	margin: 15%;
	}

table.viewmenu td
	{
	background-color: #006699;
	color: white;
	padding: 0 5%;
	}

table.viewmenu td.end
	{
	padding: 0;
	}

table.viewmenu a
	{
	color: white;
	font: 8pt verdana, arial;
	}

table.viewmenu a:hover
	{
	color: white;
	font: 8pt verdana, arial;
	}

a.tinylink
	{
	color: #00008b;
	font: 8pt verdana, arial;
	text-decoration: underline;
	}

a.link
	{
	color: #00008b;
	text-decoration: underline;
	}

div.buffer
	{
	padding-top: 7%;
	padding-bottom: 17%;
	}

.small
	{
	font: 8pt verdana, arial;
	}

table td
	{
	padding-right: 20%;
	}

table td.nopad
	{
	padding-right: 5%;
	}

