body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.jpg) repeat-x left top;
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #0153B4;
}

h1 {
	font-size: 8px;/* 2em;*/
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(../images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: #0153B4;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 1024px;
	background:url(../images/fondoLogo.png) no-repeat;
	/*height: 30px;*/
	margin: 0 auto;
	margin-top:15px;
	height:154px;
	/*padding: 0 0px;*/
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 10px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 90px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	/*color: #FFFFFF;*/
}

#TextLogoPbx{
	text-decoration:blink;
	font-family:"Bradley Hand ITC";
	font-size:24px;
	text-align:right;
	/*margin-right:50px;*/
	float:right;
}


/* div Pagina Colombia */
#divPagina{
	background:url(../images/bordeColombia.png) no-repeat;
	width:1024px;
	margin: 0 auto;
	height:5px;
}

#divPagina2{
	width:1024px;
	margin: 0 auto;
	height:15px;
	
}
/* Menu */

#menu {
	width: 1024px;
	height: 52px;
	margin: 0 auto;
	padding-top: 7px;
	background: url(../images/img02.png) no-repeat left top;
}

#menu ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 5px;
	background: url(../images/img04.jpg) no-repeat left 50%;
	padding: 10px 15px 10px 15px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #262626;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	color: #000000;
}

#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 0px;
	color: #000000;
}

/* Banner */

#banner {
	margin: 0 auto;
	width: 1024px;
	height: 250px;
	/*background:url(../images/bannerPagina.png) no-repeat left top;*/
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	margin-top:auto;
	padding: 30px 0;
}

#page-bg {
	padding: 11px 24px;
	background: url(../images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #CCCCCC;
}

/* Content */

#content {
	float:left;
	width: 800px;
}

.post {
	/*margin-bottom: 20px;
	/*padding-bottom: 15px;*/
	line-height: 150%;
}

.post h1 {
	font-weight:bold;
	font-size: 16px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
	
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	border-top: 1px dashed #CCCCCC;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.entry {
	text-align:justify;
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #333333;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	bpadding-right: 15px;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url(../images/img04.jpg) no-repeat left top;
}

.galeria {
	float:center;
	width: 560px;
	padding: 0 300 0 0px;
}

/* Sidebars */


.sidebar {
	float:right;
	width: 200px;
	padding: 0 300 0 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 10px;
	padding: 0 0 0px 0px;
	background: url(../images/img06.jpg) repeat-y left top;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
	padding: 0px 0px;
	border: none;
}

.sidebar li h2 {
	height: 30px;
	margin: 0 0 10px 0;
	padding: 14px 0 5px 10px;
	background: url(../images/img05.jpg) no-repeat left top;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar p {
	padding: 0 0px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #A49D3C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
	font-size: 10px;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* antes del Pie de pagina */
#preFooter{
	background:url(../images/bordeColombia.png);
	width:1023px;
	height:5px;
	margin: 0 auto;
}

/* Footer */

#footer {
	/*border-top: 1px solid #C8C8C8;*/
	height: 100px;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color:#0066CC;
}
#footerDiv{
	width:1024px;
	margin: 0 auto;
	font-size:10px;
	text-align:center;
}

#footerDivDatos{
	border-bottom: 1px solid #C8C8C8;
	width:968px;
	margin: 0 auto;
	height:65px;
	font-size:16px;
	text-align:center;
}
#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:300px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

.cierrePopUp{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#333333;
	text-decoration:none;
}

.msgImagen{
	font-family:"Trebuchet MS";
	font-size:9px;
	color:#000000;
}

#titulo_plan{
	color:#666666;
	font-size:24px;
	text-align:center;
}
#titulo_plan a:link{
	color:#666666;
	font-size:24px;
	text-decoration:none;
	text-align:center;
}
#titulo_plan a:visited{
	color:#666666;
	font-size:24px;
	text-decoration:none;
	text-align:center;
}
#titulo_plan a:hover{
	color:#666666;
	cursor:pointer;
	font-size:24px;
	text-align:center;
}
#menuPlan{
	border-top:solid 1px;
	width:750px;
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;

}
#titulo_General_plan{
	font-size:24px;
	color:#000066;
	font-weight:bold;
	text-align:center;
}


/**********Menu emergente *****************/
#flotante{
	/*Div que ocupa toda la pantalla*/
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#fff;
	/*IE*/
	filter: alpha(opacity=60);
	/*FireFox Opera*/
	opacity: .99;
	display:none;

}
#flotanteTop{
	position: absolute;
	display:none;
	font-family:Arial;
	font-size:0.8em;
	width:1050px;
	height:700px;
	border:1px solid #808080;
	background-color:#000000;
	filter: alpha(opacity=98);
	opacity: .95;

}

#cerrar_ventana{
	text-decoration:none;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
#cerrar_ventana a{
	text-decoration:none;
	color:#000000;
}
#cerrar_ventana visited{
	color:#000000;
}

#tituloTablePopUp{
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	height:20px;
	background-color:#000066;
}

.linkTarifas{
	color:#FF0000;
	text-decoration:blink;
	font-size:14px;
}

.linkTarifas a:hover{
	font-size:24px;
	color:#000000;
}

#linkTarifas a:focus{
	font-size:24px;
}


#precioDesde{
	background-color:#E0DFF3;
	color:#000000;
	font-size:10px;
	/*padding: 3px 5px 3px 2px;*/
	font-weight:bold;
}

#precioMinimo{
	background-color:#389DD3;
	color:#FFFFFF;
	font-size:10px;
	padding: 1px 10px 3px 10px;
	font-weight:bold;
	font-family:"arial black";
	font-size:16px;
}
