/* Para eliminar márgenes y padding*/
* {
   padding:0;
   margin:0;
}

/* Definición del cuerpo, cabeceras, párrafos y líneas*/
body {
	background-color: #009ACE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 8px;
}
h1 {
	font-size: 16px;
	color: #0066CC;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 10px;
}
p {
	padding-bottom: 10px;
}


/*Borde redondeado*/

#forms, #formc, #formi  {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
}

#forms {
	width: 550px;
	background-image: url(../fotos/backsup.gif);
	height: 27px;
}

#formc {
	width: 542px;
	background-image: url(../fotos/backcen.gif);
	padding: 4px;
	text-align: center;
	background-repeat: repeat;
    -moz-border-radius: 15px;
	-webkit-border-radius: 15px;

}

#formi {
	width: 550px;
	background-image: url(../fotos/backinf.gif);
	height: 27px;
}

/* Formulario*/

#Nombre, #Email, #Telefono, #FechaVuelo {
	width: 184px;
	height: 20px;
	background-repeat: no-repeat;
	margin-top: 5px;
	background-color: #FFFFFF;
}

/* 	
para en un futuro border redondos con CSS3, aun no se ve muy bien
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
dejamos el de comentarios
*/
#Nombre:hover, #Email:hover, #Telefono:hover, #FechaVuelo:hover, #Comentarios:hover  {
	border: 1px solid #009ACE;
	background-color: #E6F8FF;
	color: #006699;
}
#Comentarios {
	font-size: 10px;
	width: 184px;
	height: 102px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 1px;
	padding-left: 3px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#Comentarios, #Submit, #Nombre, #Email, #Telefono, #FechaVuelo {
	font-size: 11px;
	border: 1px solid #009ACE;
	padding-top: 1px;
	padding-left: 3px;
}

#Submit {
	width: 210px;
	font-weight: bold;
	color: #FFFFF2;
	height: 23px;
	background-color: #0085B0;
	border: 1px solid #FFFFFF;
	padding-bottom: 2px;
	padding-right: 3px;
}
#Submit:hover {
	color: #FFFF99;
	border: 1px solid #6699CC;
	background-color: #009ACE;
}

/* Letras verdes */
.verde {
	font-weight: bold;
	color: #006600;
}

/* Letras rojas */
.rojo {
	font-weight: bold;
	color: #990000;
}
#formc #gracias a {
	font-weight: bold;
	color: #990000;
}
#formc a {
	color: #0066CC;
	font-weight: bold;
}
.letrp {
	font-size: 9px;
	font-weight: bold;
	color: #990000;
}
.letrgr {
	font-size: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.letroj {
	color: #990000;
	float: left;
	font-size: 11px;
	height: 10px;
	padding-top: 5px;
}
.formt {
	width: 142px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
.next{
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	background-color: #990000;
	height: 18px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #5E0000;
	border-bottom-color: #5E0000;
	border-left-color: #999999;
	margin-top: 10px;
}
.next2{
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666600;
	height: 18px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #999999;
	margin-top: 10px;
}
.next3{
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	background-color: #336699;
	height: 18px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #999999;
	margin-top: 10px;
}
#formc .next a, #formc .next2 a, #formc .next3 a {
	font-weight: bold;
	color: #FFFFFF;
}
.tarifag {
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

