@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}


#contenedor {
	width: 840px;	
	background :#FFF;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#header {
	width: 100%;
	height: 103px;
	position: relative;
	text-align: right;
}

#header h1 {
	position: absolute;
	height: 103px;
	top: 8px;
	right: 30px;
	z-index: 1;
	font-size: 60px;
	font-style: normal;
	font-weight: lighter;
	color: white;
	line-height: 103px;
}

#footer {
	width: 100%;
	height: 103px;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 80px;
}

#menu1 {
	position: relative;
	height: 25px;
	width: 100%;
	text-align:right;
}

#menu1 table {
	position: absolute;
	right: 0px;
	border: none;
}


#menu1 td
{
	padding-left: 15px;
	padding-right: 15px;
}

#menu1 a {
	width: 100%;
	height: 100%;
	display: block;
	color: #33C;
	font-weight: lighter;
	text-decoration: none;
}

#menu1 a:hover
{
	text-decoration: underline;
}

#cuerpo {
	width: 100%;
	height: 270px;
}

a.telefono {
	font-size: 28px;
	font-weight: bolder;
	color:  #58C0D2;
}

a.datos {
	font-size: 14px;
}

a.datosimportantes {
	font-size: 14px;
	color: red;
}

a.nota {
	font-size: 12px;
	color: red;
}

a.confirmacion {
	font-size: 32px;
	color: red;
	margin: 0 auto;
}

#menu2 {
	width: 100px;
	text-align: center;
	float: left;
	padding-left:10px;
}

#menu2 td.rojo, #menu2 td.azul {
	padding-left: 12px;
	padding-right: 12px;
}

#menu2 td.rojo {
	background-color: red;
}

#menu2 td.azul {
	background-color: #5AC6E1;
}

#menu2 a {
	width: 100%;
	height: 100%;
	display: block;
	color: white;
	font-weight: lighter;
	text-decoration: none;
}

#menu2 a:hover
{
	text-decoration: underline;
}

#contenido {
	position: relative;
	width:650px;
	float: right;
	padding-right: 30px;
}

#contenido td {
	text-align: right;
	vertical-align: top;
}

#cuadro {
	position: absolute;
	width: 229px;
	height: 75px;
	right: 50px;
	top: 10px;
}

#daclic {
	position: absolute;
	left: 0px;
	top: 260px;
}

#cuadro p {
	width: 80px;
	margin-left: 10px;
	margin-top: 10px; 
	font-size: 12px;
	position: absolute;
}


#tips {
	width: 174px;
	height: 200px;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	overflow: hidden;
}



#tips p {
	font-size: 9px;
	line-height: 11px;
	height: 85px;
	width: 174px;
	overflow: auto;
}

#banner1 {
	width: 353px;
	height: 95px;
	float: left;
	margin-left: 11px;
	margin-top: 20px;
}

#banner2 {
	width: 258px;
	height: 115px;
	float: left;
	margin-left: 31px;
}
