.basic  {
	width: 300px;	
}
.basic a {
	color:#27537A;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	background-color: #F3F2EA;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #d0ccb5;
	
}
.basic a:hover {
	background-color: white;
	color: black;
	
}
.basic a.selected {
	color: black;
	background-color: #F3F2EA;
	
}

.basicVuelos .marcoDestacado  {
	width: auto;
	background-color: #F9F8F3;
	border: 1px solid #E4E0CB;
	color: #868686;
}

.basicVuelos a {
	color:#006699;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	white-space:nowrap;
	cursor:pointer;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
	background-color: #FFFFFF;	
}
.basicVuelos a:hover .marcoDestacado {
	background-color: white;
	color: black;
	
}
.basicVuelos a.selected .marcoDestacado {
	background-color: #F2F8FA;
	color: #006699;
	border-top-color: #C1DBED;
	border-right-color: #C1DBED;
	border-bottom-color: #C1DBED;
	border-left-color: #C1DBED;	
}



.acnNoticias  {
	width: auto;
	padding: 20px;
}
.acnNoticias  h1.seccion {
	cursor: pointer;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E9E4D1;
	padding-bottom: 2px;
	color: #39B4E0;
	display: block;
	font-size: 16px;
}

.acnNoticias .titulares {
	margin-bottom: 30px;
}
.acnNoticias    h3.titular {
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
	display: block;
	padding-top: 0px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

