body {
	background:url(images/body-bg.jpg) top left repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;}
	
p a {
	color:#009CE4;
	text-decoration:none;}
	
p a:hover {
	text-decoration:underline;}
	
.menu {
	width:990px;
	margin:0 auto;}
	
.menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;}
	
.menu li {
	display:inline;
	margin:0 5px;}
	
.menu li a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
	font-size:12px;}
	
.menu li a:hover {
	color:#FFF;}
	
.header {
	width:990px;
	height:350px;
	margin:20px auto 0 auto;}
	
.ingresar {
	width:180px;
	height:25px;
	position:absolute;
	top:90px;
	left:500px;}
	
.seccion {
	background:url(images/seccion-bg.jpg) no-repeat;
	width:990px;
	height:28px;
	margin:17px auto;
	padding-top:3px;
	font-size:18px;}
	
.contenido {
	width:990px;
	margin:0 auto;}
	
.textos-contenido {
	padding:0 20px;}
	
.destacados {
	width:280px;
	height:252px;
	background:url(images/destacados-bg.png);
	padding:0 20px;}
	
.destacados a {
	text-decoration:none;}
	
#destacado-izq {
	float:left;
	margin-left:20px;}
	
#destacado-der {
	float:right;
	margin-right:20px;}
	
.clear {
	clear:both;}
	
.pie {
	background:url(images/seccion-bg.jpg) no-repeat;
	width:990px;
	height:23px;
	margin:10px auto 0 auto;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;}
	
.formulario {
	width:450px;
	float:left;}
	
.mapa {
	width:500px;
	float:right;}
	
.err {
	font-size:16px;
	color:#009CE4;}

input, textarea {
	width:400px;
	border:1px solid #ccc;}
	
.button {
    color: #009CE4;
    font: bold 12px 'SansumiRegular', Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 150px;
	cursor:pointer;
	width:100px;}

.button:hover {
    color: #333;
    border-color: #666;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}

.button:active {
    color: #000;
    border-color: #444;}
