body {
	background-image:url(imagen/background.jpg);
	background-repeat:no-repeat;
	background-color:#D9D7D8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
}

input, select {
	border:1px solid #666;
}

.RadioNoBdr{
	border:0px none #666;
}

div{
/*width:auto;*/
}

.clear {
	clear:both
}
.right {
	float:right
}
.left {
	float:left
}
.FlRight {
	float:right
}
.FlLeft {
	float:left
}

.TAlignC{text-align:center !important;}
.TAlignL{text-align:left !important;}
.TAlignR{text-align:right !important;}


#TblMain, #TblContent {
	background-color:#FFFFFF;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	vertical-align:top;
	border-collapse:collapse;
	border:0px;
	border-spacing:0px;
	border-width: 0px;
	padding: 0px;
	border-style: none;

	width:100%;

}
#TblMain td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	

}
#TblContent {
	background-color:#FFFFFF;
}
#TblContent td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
/* VERTICAL ALIGN = TOP > PARA TODOS */
#TblContent_Content, #TblContent_MnuLeft, #TblContent_MnuRight, #TblContent_SepLeft, #TblContent_SepRight {
	vertical-align:top;
}

#TblContent_Content{

	/*width:550px;*/

	color:#646464;
	font-family:Tahoma;
	font-size:11px;
	line-height:13px;
	text-decoration:none;
	text-align:left;

}


#TblContent_MnuLeft {
	width:196px;
	background-color:#E8F1F8;
}
#TblContent_MnuRight {
	/*
	width:192px;
	background-color:#EEEEEE;
	*/

	width:190px;
	background-color:#EEEEEE;
	
}
#TblContent_SepLeft, #TblContent_SepRight {
	width:20px;
}
/* ----------------------------------- */
/* PARA DIVS: tema vertical align */
#Outer1 {
 #position: relative;
	display: table;
	overflow: visible;
}
#Outer2 {
 #position: absolute;
 #top: 50%;
	display: table-cell;
	vertical-align: middle;
}
#Inner1 {
 #position:relative;
 #top:-50%;
}
.HtlDetName2 {
	font-family: Tahoma;
	font-size: 0.8em;
	line-height: normal;
	color: #ffffff;
	font-weight:bold;
}
/* ----------------------------------- */


/* ----------------------------------- */



#TblHotelRooms {

	/*width:100%;*/
	width:auto;

	/* background-color:#FFFFFF; */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	vertical-align:top;
	
	padding: 0px;
	
	border-collapse:collapse;
	border-spacing:0px;

	border-width: 0px;
	border-style: solid;
	border-color:#DBE9F2;

	/*background-color:#DBE9F2;*/
	
	/* bordercolor="#DBE9F2" bgcolor="#DBE9F2" */
}
#TblHotelRooms td {
	vertical-align:top;
	padding: 5px;

/*
	border-width: 1px;
	border-style: solid;
	border-color:#FFFFFF;
*/
	
}

#TblHotelRooms td.ColRoom, #TblHotelRooms td.ColPrice, #TblHotelRooms td.ColPriceOffer, 
#TblHotelRooms td.ColPriceOfferDet, #TblHotelRooms td.ColPriceDet, 
#TblHotelRooms td.ColRoomOffer, #TblHotelRooms td.ColLink, 
#TblHotelRooms td.ColRemarksDet, #TblHotelRooms td.ColRemarksOfferDet{
	font-size:11px;
	font-family: Tahoma;
	line-height:1.25em;
}

#TblHotelRooms td.ColRoom{
	background-color:#F8FBFD;
	color:#1F78B4;
	font-weight:bold;
	
	/* xxx new */
	border-left:0 none;
	/* xxx new */
}
#TblHotelRooms td.ColRoomOffer{
	background-color:#FBF9F3;
	color:#1F78B4;
	font-weight:bold;
	vertical-align:middle;
}


#TblHotelRooms td.ColPrice{
	background-color:#E8F1F7;
	width:80px;
	text-align:right;
}
#TblHotelRooms td.ColPriceOffer{
	background-color:#F6F3E5;
	width:80px; /*width:auto;*/
	text-align:right;
}


#TblHotelRooms td.ColPriceDet{
	background-color:#E8F1F7;
	text-align:right;
	border-width:0px;

	width:180px;
	
}
#TblHotelRooms td.ColPriceOfferDet{
	background-color:#F6F3E5;
	text-align:right;
	border-width:0px;

	/*xxx*/ /*width:auto;*/
	width:180px;
	
}


#TblHotelRooms td.ColRemarksDet{
	background-color:#E8F1F7;
	width:auto;
	text-align:right;
	border-width:0px;
}
#TblHotelRooms td.ColRemarksOfferDet{
	background-color:#F6F3E5;
	width:auto;
	text-align:right;
	border-width:0px;
}


#TblHotelRooms td.ColLink{
	background-color:#F5FAFC;
	border-color: #FFFFFF #FFFFFF #EEEEEE #FFFFFF;
	width:80px;
	
}
#TblHotelRooms .Price{
	color:#1F78B4;
	font-weight:bolder;
	
	/* ie6 */
	_float:right;
	_margin-right:3px !important;
	/* ie6 */
	
	
}
#TblHotelRooms .Nts{
	font-size:.85em;
}


/*#TblHotelRooms .DetLink{*/

.DetLink{
	font-size:.9em !important;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	
	CURSOR: hand;
	CURSOR: pointer;

	/* ie6 */
	_float:right;
	_margin-right:3px !important;
	_width:auto;
	/* ie6 */
	

}
/*#TblHotelRooms .DetLink:hover{*/
.DetLink:hover{
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

.DetLink_Wr{
	display:block; 
	margin-top:5px;
	WIDTH: 100%;
	TEXT-ALIGN: right;
	vertical-align:middle;
}




#TblHotelRooms_Cal{
	margin:0 auto;

	font-size:.9em;
	color:#2777A7;
	text-align:left;

	border-collapse:collapse;

	border-spacing:0px;
	border-width: 0px;
	border-style: solid;
	border-color:#CADCE7;
	background-color:#DBE9F2;
	
}

#TblHotelRooms_Cal td, #TblHotelRooms_Cal tr {
	border:1px solid #DEEBF3;
	vertical-align:middle;
}

#TblHotelRooms_Cal tr.TblHotelRooms_Cal_Accom{
	background-color:#FFFFFF;
	height:1em;
	padding: 2px 3px;
	margin:1px;
}
#TblHotelRooms_Cal tr.TblHotelRooms_Cal_Days{
	background-color:#e8f1f7;
	height:14px;
}
#TblHotelRooms_Cal tr.TblHotelRooms_Cal_Prices{
	background-color:#FFFFFF;
	padding: 2px 3px;
	margin:1px;
}

#TblHotelRooms_Cal tr.TblHotelRooms_Cal_Days  td{
	padding: 0;
	margin:0;
	
	border:1px solid #CADCE7;
	
	width:50px;


}

#TblHotelRooms_Cal tr.TblHotelRooms_Cal_Prices  td{

/*	text-align:left;*/
}



.TblHotelRooms_Cal_Wr {
	border-style:solid;
	border-width:1px;
	border-color:#CADCE7;
	background-color:#FFFFFF;
	padding:5px;
	text-align:left;
}


.TblHotelRooms_Accom {

	border-style:solid;
	border-width:1px;
	border-color:#CADCE7;

	text-align:left;

	background-color:#F5FAFC;
	padding:2px 5px;

	font-size:10px  !important;
	font-family:tahoma;
	color:#2777A7;	
	
	line-height:18px  !important;
	
	vertical-align: bottom !important;
}

.Trfs_TrfDet{

	border-style:solid;
	border-width:1px;
	border-color:#CADCE7;

	text-align:left;

	background-color:#F5FAFC;
	padding:2px 5px;

	font-size:10px  !important;
	font-family:tahoma;
	color:#2777A7;	
	
	vertical-align: bottom !important;
	
	line-height:1.1em !important;
}
.Trfs_TrfDet_RateType{
color:#C7354D;
display:inline-block;
font-weight:bold;
padding:2px 0;
}
.Trfs_TrfDet_Valid{
display:inline-block;
padding:2px 0;
}
.Trfs_TrfDet_Rmks{
display:inline-block;
padding:2px 0;
}

.TblHotelRooms_PrDet{

	margin:0 auto;

	font-size:.9em;
	color:#2777A7;
	text-align:left;

	border-collapse:collapse;

	border-spacing:0px;
	border-width: 0px;
	border-style: solid;
	border-color:#DBE9F2;
	background-color:#ffffff;
	
}

.TblHotelRooms_PrDet_Wr{
	/*width:100%;*/
	/*width:auto;*/
	

	vertical-align:middle;
	

	background-color:#FFFFFF;
	border:1px solid #CADCE7;

	color:#2777A7;
	
	margin:0;

	padding:3px 5px;
	left:0;
	right:0;
	

	/* ie6 */
	_float:right;
	_width:100%;
	_margin-right:0px;
	/* ie6 */
	

}

.TblHotelRooms_PrDet_PreWr{
	float:right !important;
}


table.TblHotelRooms_PrDet td {

	border:0 !important;	/*1px solid #88b1db;*/
	padding: 2px 3px !important;
	margin:1px !important;
	/*color:#2777a7;*/
}


.TblHotelRooms_Wrap {
	margin:2px 0px 8px 0px;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
	border-color:#DBE9F2;
}

.TblHotelRooms_Wrap td {
	/*padding:3px 2px !important;*/
}

.TblTrfsItems_Wrap {
	
	margin:2px 0px;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
	border-color:#DBE9F2;
	
	font-size:0.9em;
	
}


.TblTrfs_Wr {
	left:0;
	right:0;
	width:100%;
}

.HotelSearchBox01{

	font-size:.9em;
	color:#2777A7;
	text-align:left;

	border-collapse:collapse;

	border-spacing:0px;
	border-width: 0px;
	
	padding:0px;
	margin:0px;
	
	width:100%;
/*
	border-style: solid;
	border-color:#DBE9F2;
	background-color:#ffffff;
*/
}

table.HotelSearchBox01 td {

	border:0px !important;	/*1px solid #88b1db;*/
	padding:0px 0px;
	margin:0px;
	height:11px !important;
	
	line-height:0.9em !important;
	background-color:#F1F5FA;

}

table.HotelSearchBox01 td.SBox_SmCnr {
	line-height:0em !important;
	width:11px;
}
table.HotelSearchBox01 td.SBox_SmMdl {
	line-height:0em !important;
}



/* ----------------------------------- */

.PackNotesBox_Wr{
	border:1px solid #CADCE7;
	margin-top:8px;
	}
.PackNotesBox_Tit{
	BACKGROUND: #E8F1F7;

	FONT-SIZE: 11px;
	font-weight:bold;
	
	LINE-HEIGHT: 16px;
	HEIGHT: 16px;
	MARGIN: 0px;
	padding:2px 5px 2px 5px;
	}
.PackNotesBox_Cont{
	FONT-SIZE: 11px;
	padding:5px;
	}
/* ----------------------------------- */


/* ----------------------------------- */

.TourItemBox_Wr{
	border:none;
	margin-top:0px;
	PADDING-BOTTOM: 0px;
	OVERFLOW: hidden;
	WIDTH: 100%;
	}
.TourItemBox_DetLink{
	FLOAT:left;
	MARGIN-top: 5px;
	margin-left: 0px;
	text-align:right;
	}
.TourItemBox_Tit{
font-weight:bold;
}

.TourDayNts{
	color:#7F7F7F;line-height:16px;
	/*font-family:Georgia;*/
	}

.TourItemBox_Cont{
	FONT-SIZE: 11px;
	padding:3px;
	margin-top:10px;
	/*border:1px solid #89c2e3;*/
	color:#333;
	/*display:inline-block !important;*/

}

.TourItemBox_Cont_tit{
	background-color:#89c2e3;color:#FFF;font-weight:bold;padding:8px;
}
.TourItemBox_Cont_cont {padding:2px 5px 2px 5px;margin-bottom:10px;}


.TourItemBox_Title {

	border-style:solid;
	border-width:1px;
	border-color:#CADCE7;

	text-align:left;

	background-color:#F5FAFC;
	padding:5px 8px;

	font-size:10px  !important;
/*	line-height:18px  !important;*/
/*	vertical-align: bottom !important;*/
}

.TourItemBox_Sep {
	border-bottom:2px solid #1F78B4;

	text-align:left;

	background-color:#FAFDFE;
	padding:5px 8px;

	font-size:10px  !important;
/*	line-height:18px  !important;*/
/*	vertical-align: bottom !important;*/
}


.hr_tour_sep{
	margin:3px 0px;
	height:1px;
	background-color:#1f78b4;
}

.PriceTourDetail{
	color:#1F78B4;
	font-weight:bolder;
	margin-right:5px;
	text-align:right;
	
	/* ie6 */
	_float:right;
	_margin-right:3px !important;
	/* ie6 */
	
	}
/* ----------------------------------- */

/* ----------------------------------- */
table.HomeSelHotels {

/*margin:0 auto;*/
	margin-top:0 auto !important;

	width:100%;
	
	background-image:url(/v09/02/imagen/background_corporates.gif);
	height:30px;
	
	font-size:10px !important;
	color:#2777A7;

	border-collapse:collapse;
	
	border-spacing:0px;
	border-width: 0px;

	padding:0px;
/*	margin:0px;*/
	
}

table.HomeSelHotels td {

	border:none;
	
	margin:0px !important;

	padding-bottom:0px !important;
	padding-top:0px !important;
	padding-left:5px !important;
	padding-right:5px !important;
	
	vertical-align:middle !important;
	
}

/* ----------------------------------- */


/* ----------------------------------- */
table.HomeSearhBox {

/*margin:0 auto;*/
	font-size:10px !important;
	font-weight:bold;
	color:#FFF !important;;

	/*margin-top:0 auto !important;*/
	margin-left:10px;
	margin-top:5px;

	/*width:100%;*/

	border-collapse:collapse;
	
	border-spacing:0px;
	border-width: 0px;

	padding:0px;
/*	margin:0px;*/
	
}

table.HomeSearhBox td {

	border:none;
	
	margin:0px !important;

	padding-bottom:0px !important;
	padding-top:2px !important;
	padding-left:0px !important;
	padding-right:0px !important;
	
	vertical-align:middle !important;
	
	width:auto;
	
}

table.HomeSearhBox td.Fixed{
	width:75px !important;
	padding-right:5px !important;
	text-align:right !important;
}


/* ----------------------------------- */



/* ----------------------------------- */
table.MnuIzqSchBx {
	border-collapse:collapse;
	border-spacing:0px;
	border-width: 0px;
	padding:0px;

	font-size:10px;
	font-weight:bold;
	
	margin:5px 8px;

}

table.MnuIzqSchBx td {
	border:none;
	margin:0px !important;
	padding-top:2px !important;
}
table.MnuIzqSchBx td.Tit {
	padding-top:5px !important;
}



/* ----------------------------------- */



/* ----------------------------------- */
.TableBase{
	font-size:10px !important;
	color:#2777A7;
	text-align:left;

	border-collapse:collapse;

	border-spacing:0px;
	border-width: 0px;
	
	padding:0px;
	margin:0px;
	
	width:100%;
/*
	border-style: solid;
	border-color:#DBE9F2;
	background-color:#ffffff;
*/
}
table.TableBase td {

	/*border:0px !important;	/*1px solid #88b1db;*/

	border-color:#CADCE7 !important;
	border-style:solid !important;
	border-width:1px !important;

	margin:0px !important;

	padding-bottom:5px !important;
	padding-top:5px !important;
	padding-left:5px !important;
	padding-right:5px !important;
	
	vertical-align:baseline !important;
	
}

table.TableBase td.VigDet {
	height:15px !important;
	padding-bottom:0 !important;
	padding-left:5px !important;
	padding-right:0 !important;
	padding-top:0 !important;
	vertical-align:bottom !important;
	
	background-color:#E8F1F7;
	/*color:red;	*/

	border-color:#DBE9F2 !important;
	border-style:solid !important;
	border-width:1px !important;
}


/* ----------------------------------- */


/* ----------------------------------- */
.SearchMiddleBase{
	/*font-size:.825em !important;*/
	font-size:12px !important;
	color:#2777A7;
	text-align:left;

	border-collapse:collapse;

	border-spacing:0px;
	border-width: 0px;
	
	padding:0px;
	margin:0px;
	
	width:100%;
/*
	border-style: solid;
	border-color:#DBE9F2;
	background-color:#ffffff;
*/
}
table.SearchMiddleBase td {

	border:0px !important;	/*1px solid #88b1db;*/

	padding-bottom:1px !important;
	padding-top:2px !important;
	padding-left:5px !important;
	
	margin:0px;
	
	color:#666666;

	vertical-align:baseline !important;
	
}
/* ----------------------------------- */


/* ----------------------------------- */
.TblHotelRooms_VigDet{
	font-size:10px !important;
	color:#7C7C7C !important;
	text-align:left;

	margin-top:5px !important;
	width:100%;

}
table.TblHotelRooms_VigDet td{

	border-style: solid !important;
	border-color:#D1D1D1 !important;
	background-color:#ffffff !important;
	border-spacing:0px !important;
	border-width: 1px !important;

	padding: 5px 5px !important;
}

table.TblHotelRooms_VigDet td.TblHotelRooms_VigDet_Tit{

	padding-bottom:1px !important;
	padding-top:2px !important;
	padding-left:5px !important;
	
	color:#666666;

	vertical-align:baseline !important;
	background-color:#F3F3F3 !important;
}


/* ----------------------------------- */


td.HotelSearchBox_Fixed{
	width:140px !important;
	text-align:right !important;
	margin-right:5px !important;
	padding-right:5px !important;
	
}

td.HotelSearchBox_NonFixed{
	width:auto;
	}


/* ----------------------------------- */


/* ----------------------------------- */
.TrfTitle{

	font-family:tahoma;
	font-weight:bolder;
	font-size:12px;
	color:#FFF;
	text-align:left;

	border-collapse:collapse;

	border-spacing:0px;
	border-width: 0px;
	
	width:100%;
	
	background-color:#1F78B4;
	
/*
	border-style: solid;
	border-color:#DBE9F2;
	
*/
}

table.TrfTitle td {

	border:0px !important;	/*1px solid #88b1db;*/
	margin:0px;

	height:12px !important;
	line-height:1.25em !important;
	padding:5px 5px !important;
	
	vertical-align:bottom !important;

}

table.TrfTitle td.TrfTitle_Title {
	/*vertical-align:text-top !important;*/
	/*line-height:0.9em !important;*/
	font-size:11px;
}

table.TrfTitle td.TrfTitle_Rates {
	text-align:right;
	font-size:10px;
	width:100px;
	/*vertical-align:text-top !important;*/
}

table.TrfTitle td.TrfTitle_Link {
	text-align:right;
	font-size:10px;
	width:75px;
	/*vertical-align:text-top !important;*/
}

.Trfs_DetLink{
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	text-decoration:none;
	vertical-align:middle;
}


/*
table.TrfTitle td div {
	vertical-align:text-top;
	line-height:9px;
}
*/

/* ----------------------------------- */


/* ----------------------------------- */

table.MnuR_Banners{
	margin:0 auto !important;
}

table.MnuR_Banners td{
	padding:4px !important;
}


table.MnuR_Promo{
	margin:0 auto !important;
}
table.MnuR_Promo td{
	padding:0px !important;
}

table.MnuR_Promo_List {
	margin:0 auto !important;
	width:95% !important;
	}

table.MnuR_Promo_List td{
	padding:0px !important;
	margin:0px !important;
	}

.MnuR_Promo_List_bullets{
	padding:0 4px 0 4px;
	border:none;
	}

.tst01{
	vertical-align:middle;
}
.CalImg {
	margin-top:1px;
	vertical-align:top;
	CURSOR: hand;
	cursor:pointer;
	display:inline-block;
}

.ImgShowHide {
	border:none;
	margin-right:4px !important;
	/*
	margin:0 4px 0 0;
	vertical-align:baseline;
	*/
}



.NoWr{
white-space:nowrap;
}



.RateType_Wr {
	width:150px;
	display:inline-block;
	margin-top:10px;

	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	font-family: Tahoma;
	vertical-align:top;
	font-size:12px;
}

.RateTypePack_Wr {
	width:200px;
	display:inline-block;
	margin-top:10px;

	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	font-family: Tahoma;
	vertical-align:top;
	font-size:.825em;

}


.RateType_SpecialOfferBkg {
	background-color:#C1AE4F;
	padding:2px 15px;
	display:table-cell;
}

.RateType_NormalRatesBkg {
	background-color:#669ACC;
	padding:2px 15px;
	display:table-cell;
}


/* ----------------------------------- */

table.TourPriceTbl{
	width:100% !important;
	margin:0 auto;

	font-size:.9em;
	color:#2777A7;
	text-align:left;

	border-collapse:collapse;

	border-spacing:0px;
	border-width: 0px;
	border-style: solid;
	border-color:#CADCE7;
	background-color:#FFF;
	}


table.TourPriceTbl tr{
	border:1px solid #DEEBF3;
	}
table.TourPriceTbl td{
	padding:4px 2px !important;
	border:1px solid #DEEBF3 !important;
	vertical-align:middle !important;
	text-align:center;
	}


table.TourPriceTbl tr.TourPriceTbl_Days{
	background-color:#e8f1f7;
	height:14px;
	}
table.TourPriceTbl tr.TourPriceTbl_Prices{
	background-color:#FFFFFF;
	}



table.TourPriceTbl td.TourPriceTbl_Room{
	text-align:left !important;
	padding-left:4px !important;
	}



/* ----------------------------------- */



/* ----------------------------------- */
table.TblBaseMin{
	/*font-size:.825em !important;*/
	/*font-size:12px !important;*/
	/*color:#2777A7;*/
	text-align:left;

	border-collapse:collapse;

	border-spacing:0px;
	border-width: 0px;
	
	padding:0px;
	margin:0px;
	
	width:100%;
/*
	border-style: solid;
	border-color:#DBE9F2;
	background-color:#ffffff;
*/
}
table.TblBaseMin td {

	border:0px !important;	/*1px solid #88b1db;*/
	padding:0px !important;
	margin:0px;
	
	color:none;

	vertical-align:baseline !important;
	
}
/* ----------------------------------- */


.bttHomeSch{
	border:none;
	cursor:pointer;
	padding:5px 15px 5px 5px;
}


.hr {
width: 100%;
height: 1px;
border: 0px;
margin: 0px;
line-height: 1px;
font-size: 1px; 
/*background-color: red;*/
/*margin-bottom:1px;*/

} 

.BkgAzul01 {
background-color: #1F78B4;
}
.BkgGris01 {
background-color: #666666;
}
.BkgGris02 {
background-color: #999999;
}
.BkgNegro {
background-color: #000000;
}





.TextoBase {
	font-size:0.825em;
	font-family: Tahoma;
	line-height:1.25em;
}
.InputBase{
	font-family: Tahoma;
	font-size:11px !important;
	line-height:11px !important;

	vertical-align:baseline !important;
	
	padding:2px 4px 1px 4px;
}

select.InputBase{
	padding-right:1px;
	padding-top:1px;
	
}

.InputBaseRadio{
	vertical-align:middle;
	line-height:1.25em !important;
	border:0px none #666;
}
.InputBaseChk{
	vertical-align:middle;
	line-height:1.25em !important;
	border:0px none #666;
}

/* ----------------------------------- */






.box01 {

	/*width:100%;*/
	width:auto;
	
	vertical-align:middle;
	padding:0px;
	
	margin: 3px 0;

	background-color:#FFFFFF;
	border:1px solid #DBE9F2;

	color:#2777A7;

}

.box02 {

	/*width:100%;*/
	width:auto;
		
	vertical-align:middle;

	padding:5px 5px 5px 5px;
	
	margin: 6px 0;

	background-color:#FFFFFF;
	border:1px solid #DBE9F2;

	color:#2777A7;
	
	/* xxx new */
	left:0;
	right:0;
	/* xxx new */

}

.box03 {

	/*width:100%;*/
	margin-top:8px;
	width:100%;
	height:30px;
	text-align:center;
	
	background-color:#FFFFFF;
	border:1px solid red;

	color:#2777A7;


}

/* ----------------------------------- */


/* ----------------------------------- */
.TableBase01{
	font-size:10px !important;
	color:#2777A7;
	text-align:left;

	border-collapse:collapse;

	border-spacing:0px;
	border-width: 0px;
	
	padding:0px;
	margin:0px;
	
	width:100%;

}
.TableBase01 td {

	border:none;

	margin:0px !important;
	padding:0px !important;

	vertical-align:baseline !important;
	
}

.TableBase01_padd4 td {
	padding:4px !important;
}


.TblOurMission{
	border-collapse:collapse;
	border-spacing:0px;
	border-width:0px;
	width:100%;
	border-color:#E8F1F7;
	background-color:#E8F1F7;
}
.TblOurMission td{
	padding:6px !important;
}

/* ----------------------------------- */


/* ----------------------------------- */
.ImgBrdr {border:1px solid #000;margin:0 5px 0 0;}
/* ----------------------------------- */



.fondobarra_izq {
	background-color: #e8f1f7
}
.fondo_barra_der {
	background-color: #eeeeee;
}
.blanco {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	TEXT-DECORATION: none
}
a.blanco:hover {
	TEXT-DECORATION: underline
}
.blancogeneral {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	TEXT-DECORATION: none
}
a.blancogeneral:hover {
	TEXT-DECORATION: underline
}
.celeste {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #8fbbd9;
	TEXT-DECORATION: none
}
a.celeste:hover {
	TEXT-DECORATION: underline
}
.gris10 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #747679;
	TEXT-DECORATION: none
}
a.gris10:hover {
	color:#646464;
	TEXT-DECORATION: underline
}

.gris11 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #747679;
	TEXT-DECORATION: none
}
a.gris11:hover {
	color:#646464;
	TEXT-DECORATION: underline
}

.ruta_menu {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #b1b1b1;
	TEXT-DECORATION: none;
	width:100%;
}
.ruta_menu td{
	height:25px;
}
a.ruta_menu:hover {
	color:#646464;
	TEXT-DECORATION: underline
}
.titulo_sector {
	font-family: Tahoma;
	font-size: 24px;
	line-height: 17px;
	color: #1f78b4;
	height: 30px;
	background: #e8f1f7;
}
.rojo {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #e44353;
	TEXT-DECORATION: none
}
.titulo {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	height: 30;
	background: #1f78b4
}
.texto_general {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 13px;
	color: #646464;
	TEXT-DECORATION: none
}
.texto_general_azul {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 13px;
	color: #1f78b4;
	TEXT-DECORATION: none
}
a.texto_general_azul:hover {
	TEXT-DECORATION: underline
}

.texto_general_azul_11 {
	font-size: 11px !important;
	color: #1f78b4;
	TEXT-DECORATION: none !important;
}
a.texto_general_azul_11:hover {
	TEXT-DECORATION: underline !important;
}

.titulos_celestes {
 font-family: Tahoma;
 font-size: 14px;
 line-height: 16px;
 color: #8fbbd9;
 TEXT-DECORATION: none
}



table.TblAdmHome{
	width:100% !important;
	margin:0 auto;

	font-size:.9em;
	color:#000;
	text-align:left;

	border-collapse:collapse;

	border-spacing:0px;
	border-width: 0px;
	border-style: none;
	border-color:#CADCE7;
	background-color:#FFF;
	}


table.TblAdmHome tr{
	
	}
table.TblAdmHome td{
	padding:4px 2px !important;
	vertical-align:middle !important;
	}
	
table.TblAdmHome td img{border:none}
	
	

table.TblCarHome{

	font-size:.9em;
	color:#d2e4f0;
	background-color:#d2e4f0;
	text-align:left;

	border-collapse:collapse;

	border-spacing:0px;
	border-width: 0px;
	
	padding:0px;
	margin:0px;
	
	width:100%;

}

table.TblCarHome td {
	background-color:#d2e4f0 !important;
}

table.TblCarHomeInt{

	text-align:left;

	border-collapse:collapse;
	border-spacing:0px;
	border-width: 0px;
	
	padding:0px;
	margin:0px;
	
	width:100%;

}

table.TblCarHomeInt td {
	padding:2px 4px !important;
}

table.TblCarHomeInt td img{padding:0 4px 0 0px;}



table.TblCities{
	text-align:center;

	border-collapse:collapse;
	border-spacing:0px;
	border-width: 0px;
	
	padding:0px;
	margin:0px;
	
	width:100%;
}
table.TblCities td{padding:5px !important;}



/*------------------------------------------------------------*/
/* table info file search etc*/

.tblInfoFile {
	/*background-color:#CFDFF1;*/
	background-color:#F1F5FA;
	display:block;
	/*border:1px solid #3973A3;*/
	border:1px solid #C8D7DF ;
	margin:0 !important;
	padding:3px 3px;
	font-size:12px;
	line-height:16px;
	font-variant:small-caps;
	font-weight:bold;
}
.tblInfoFile .File img {
	vertical-align:middle;
	padding:0 2px 0 0 !important;
}

.tblInfoFile .File {
	display:block;	clear:both;	line-height:20px;
}
.tblInfoFile .File .Info{
	float:left; line-height:16px;
}

.tblInfoFile .Res {
background-color:#CFDFF1;
border:1px solid #3973A3;
clear:both;
display:block;
padding:2px 4px;
margin-top:5px;
}
.tblInfoFile .Res .Info{
 float:left; line-height:16px;
}


.tblInfoFile .Rsv {
	display:block;
}
.tblInfoFile .Sch {
	display:block;
}
.tblInfoFile .tit {
	color:#993300;
}
.tblInfoFile .nbr {
	color:#C00;
}
.tblInfoFile .FrTo {
	color:#1065B1;
	padding-left:5px;
}
.tblInfoFile .dt {
	color:#666;
	padding-right:5px;
}

.tblInfoFile .Sts {	
	float:right;
	background-color:#FFF;
	border:1px solid black;
	float:right;
	padding:2px 5px;
	margin-right:-3px;
}
.tblInfoFile .Sts .Tit {color:#1065B1;}

.tblInfoFile .Sts .Box {
	border:1px solid #666666;
	display:inline-block;
	height:8px !important;
	vertical-align:middle;
	width:8px !important;
	margin-right:5px;
	}

.tblInfoFile .Sts .Conf{background-color:#00CC00;}
.tblInfoFile .Sts .Req{background-color:#FF0;}
.tblInfoFile .Sts .Cxl{background-color:#F00;}
.tblInfoFile .Sts .Open{background-color:#33CCFF;}

.InfoHeader {
background-image:url(imagen/box_bkg.gif);height:15px;background-color:#1F78B4;font-size:14px;font-family:tahoma;font-weight:900;color:#FFF;text-align:left;padding:5px 10px;
}

.InfoHeader .linkback {
	display:inline;
	float:right;
	position:relative
}
.linkback img {
padding-right:5px;
vertical-align:middle;
}

/*------------------------------------------------------------*/