/* PLANTILLA DE IMPRESIÓN MG-TOURS */



body{
	margin:0;
	padding:0;
	background:#fff;
	font:normal 13px Arial, Helvetica, sans-serif;
}

p{

}

h1{
	font: bold 2.5em "trebuchet MS", verdana, arial, Helvetica, sans-serif;
	display:block;
	text-align:center;
}

h2{
	font: bold 1.5em "trebuchet MS", verdana, arial, Helvetica, sans-serif;
	border-bottom:solid 1px #ccc;
	padding: 0 0 0 10px;
	
}

h3{

}

div{
	float:left;
}

/*************************************** ESTRUCTURALES ******************************************/

#contenedor{
	width:770px;
}

#cabecera{
	width:770px;
	height:106px;

}

#cabecera img{
	float:left;
}

#cabecera ul{
	margin:0;
	padding:0;
	float:left;
}

#cabecera li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

#bloque{
	width:770px;
}

#bloque-a{
	width:546px;
	border-right: dotted 1px #ccc;
	margin:0 8px 0 0;
	padding:0 0px 0 0;
}

#bloque-a h2{
	width:535px;
}

#bloque-a-itinerario{
	width:500px;
	margin:20px 0 0 0;
}

#bloque-a-itinerario p{
	margin:0 0 0 20px;

}

#bloque-a-precios{
	width:500px;
	margin:20px 0 0 0;
}

#bloque-a-precios h1{
	font: bold 1.5em "trebuchet MS", verdana, arial, Helvetica, sans-serif;

}

#bloque-a-opcionales{
	width:500px;
	margin:20px 0 0 0;
}

#bloque-a-opcionales img{
	width:50px;
	height:50px;
	float:left;
	margin:0 10px 0 0;
}

#bloque-a-opcionales strong{
	display:block;
}

#bloque-a-opcionales li{
	list-style:none;
	width:500px;
	height:60px;
	float:left;
	display:block;
}

#bloque-b{
	width:212px;
	height:1150px;
}

#bloque-b h2{
	margin:20px 0 5px 0;
}

#bloque-b ul{
	margin:0px 0 20px 30px;


}

#bloque-b li{
	list-style: square;
	margin:0 0 5px 0;
}


#pie{
	width:770px;
	height:50px;
	text-align:center;
	padding:20px 0 0 0;
	font-weight:bold;
	border-top:2px solid #000;
}















/******************************** TABLAS DE LOS HOTELES  ****************************/

.tabla_enunciado{
	background:#ccc;
	color:#fff;
	text-align:center;
	border-right:1px solid #fff;
	text-transform:uppercase;
}

.tabla_date1{
	background:#333;
	color:#fff;
	text-align:center;
	border-right:1px solid #fff;
	text-transform:uppercase;
}


.tabla_precios{
	width:490px;
	margin:0 0 10px 10px;
	background:#fff;
}


.tabla_precios td{
	height:14px;

	border-top:1px solid #fff;
	border-bottom: 1px dotted #ccc;
}


.tabla_columnas_hotel{
	width:auto;
	padding:0 0 0 10px;

}

.tabla_columnas_precios{
	width:53px;
	text-align:center;
}


.tabla_columnas_noches{
	width:40px;
	text-align:center;
	background:#f2f2f2;
}

.tabla_columnas_temporada{
	background:#Fff;
	padding:10px 15px;
	color:#333;
	font-style: italic;
	text-align:center;
}

.tabla_columnas_temporada p{
	margin:6px 0 0 0;
	padding:0;
}

.tabla_columnas_temporada ul{
	margin:10px 0 30px 0;
	padding:10px 0 30px 0;
	float:left;
	display:block;
}

.tabla_columnas_temporada li{
	list-style:none;
	background: #F9F9F9 url(../images/icons/guion.gif) no-repeat 0px 3px;
	padding:0 0 5px 10px;
}

