body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:8px 0px 4px 0px;
}

/*************** links ***************/	

a:link {
	color: navy;
	text-decoration: none;
}
a:visited {
    color: navy;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#FF3300;
}
a:active {
    color: #FF3300;
	text-decoration: none;
}

/*************** forms ***************/	
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
INPUT, TEXTAREA, SELECT  {
	font-size: 10px;
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/*************** layouts, headings, tables ***************/	

.subttl_1 {
	font-size: 10px;
	color: #FFFFFF;
}
.subttl_2 {
	font-size: 16px;
	color:#003366;
}

#contents_main {
	padding: 16px 10px 16px 16px;
	float:left;
	width: 432px;
	border-right:1px solid #C0C0C0;
	background-image: url(../img/deg_fnd_4.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#contents_main p {
     margin-bottom:8px;
}
#second_level_text {
     padding:0px 0px 10px 10px;
 }
.contents_sec {
	padding: 16px 10px;
	float: right;
	width:136px;
	border-bottom:1px solid #C0C0C0;
}
.outline {
    border-left:1px solid #C0C0C0; 
	border-right:1px solid #C0C0C0
}
.heading_1 {
	color: #003366;
	background-color: #ECE9D8;
	font-size: 12px;
	font-weight: bold;
}
.heading_2 {
	color: #003366;
	font-size: 12px;
	background-image:url(../img/deg_fnd_2.gif);
	background-repeat:repeat-y;
	background-position:-150px;
	font-weight: bold;
}
.table_1 { 
    background-color:#F5F5F1; 
	border:1px solid #EFEFE8; 
	}
	
/*************** texts ***************/	

.txt_10 {
	font-size: 10px;
}
.txt_11 {
	font-size: 11px;
}
.txt_12 {
	font-size: 12px;
}
.txt_13 {
	font-size: 13px;
}
.txt_14 {
	font-size: 14px;
}
.txt_orange {
	color: #FF6600;
}
.txt_blue {
	color: #003366;
}
.txt_grey {
	color: #555555;
}
.txt_white {
	color: #FFFFFF;
}
.txt_red {
	color: #FF0000;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/* PARA EL APARTADO DE BUSCAR UN VIAJE */
#contents_main ul li a.grande {
	font-size: 1.6em;
	line-height: 1.6em;
}
