h1{
	font-size: 17px;
	font-family: "Arial";
    color: #4D4D4D;
}
h2{
	color: #4D4D4D;
	font-size: 14px;
	font-family: "Arial";
	font-weight: lighter;
	line-height: 1.35em;
}
h3 {
	color: #3BA8DA;
	font-size: 13px;
	font-weight: bold;
	padding: 30px 0 0 0;
}
h4{
	font-size: 11px;
	font-family: "Helvetica";
    color: #39A9DC;
}

h5{
	font-size: 11px;
	font-family: "Arial";
	font-weight: lighter;
    color: #676666;
}

a:link, a:visited, a:active{
	text-decoration:none;
}


p{
	color: #878583;
	font-size: 14px;
	font-family: "Arial";
    font-weight: lighter;
}

img {
	border: none;
}

#w_menu{
	float: right;
	height: 170px;
	width: 473px;
}

ul#menu{
	float: right;
	margin-top: 65px;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:50px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

ul#menu li{
	display:block;
	float:left;
}

ul#menu li a{
	display:block;
	float:left;
	color: #868583;
	text-decoration:none;
	font-weight: lighter;
	padding:10px 15px 10px 15px;
	height:14px;
}

ul#menu li a:hover{
	color:#fff;
	background-color:#AFC700;	
}

/* SERVICIOS */

#packs ul li {
	color: #4D4D4D;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.65em;
	margin: 0;
	padding: 0;
}

#packs ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: inherit;
}

/* CONTACTO */

#contacto p, label {
	color: #fff;
	font-size: 20px;
	font-family: "Arial";
}
#contacto h1 {
	margin: 10px 0 10px;
	font-size: 24px;
	color: #333333
}

#contacto label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 20px;
	-webkit-border-radius:5px
}
#contacto input, textarea {
	width: 300px;
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
	font-size: 16px;
	font-family: "Arial";
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#contacto input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color:#333;
}
#contacto input.submit {
	width: 85px;
	cursor: pointer;
	border: 1px solid #222; 
	background:#333;
	color:#fff;
}
#contacto input.submit:hover {
	background:#444;
}
#contacto input[type="submit"][disabled] {
	background:#888;
}
#contacto fieldset {
	padding:20px 0 0 65px; 
	border: none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#contacto .requerido {
	font-size: 13px;
	color: #333;
}
#mensaje {
	margin: 10px 0;
	padding: 0;
}
.mensaje_error {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('imagenes/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius: 5px;
}
.loader {
	padding: 0 10px;
}
#contacto #exito h1 {
	background: url('imagenes/success.gif') left no-repeat;
	padding-left: 22px;
}
/* FOOTER */

#footer ul li {
	list-style-type: none;
} 
 
#footer ul li a {
	color: #666;
	border-bottom: 1px solid #676666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.65em;
	margin: 0;
	padding: 0;
}

#footer ul li a:hover {
	color: white;
	background-color: #3BA8DA;
}
#footer ul li a:focus {
	color: #3BA8DA;
} 

 
 
 
