/* CSS Document */
<style type="text/css">

html,body{margin:0;padding:0}
body{
	margin:0;
	padding:0;
	font: 76% arial,sans-serif;
	text-align:center;
	background:#423e36 url(../img/bg_body.png) repeat-x top;}

p{margin:0 10px 10px}
strong {font-weight:bold; color:#a00;}
a{color: #a00;}
ul{ line-height:17px;}
li { list-style-image:url(../img/bullet.png);}
ul ../img { margin-top:20px;}
p ../img { border: 1px solid #bbb; padding:7px; margin-top:15px; margin-right:7px;}
input {width:300px;}
textarea { width:300px;height:200px;}
form { width:327px; float:left;}
.normal {	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.mapa {float:right;}
.titulo { border:none; margin:0; padding:0;}

div#navigation{
	clear:both;
	width:100%;
	height:100px;
	}

div#menu{
	width:795px;
	height:99px;
	margin:0 auto;
	background: url(../img/bg_menu.jpg) no-repeat top  !important;
	_background: url(../img/bg_menu_IE.jpg) no-repeat top;
	}

div#header{
	position:relative;
	height:264px;
	background:#fff url(../img/bg_header.jpg) no-repeat top;
	}
	
div#container{text-align:left}
div#content p{line-height:1.4}

div#container{
	width:795px;
	margin:0 auto;
	background: #fff url(../img/bg_wrapper.png) repeat-y;
	}
div#content{
	float:left;
	width:760px;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:20px;
	margin-left:10px!important;
	margin-bottom:40px;
	_margin-left:4px;
	}

div#extra{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:26px;
	color:#888;
	float:right;
	width:200px;
	margin-left:20px;
	background-color:#eee;
	text-align:left;
	}

div#footer{
	background: #333 url(../img/bg_footer.png);
	color: #aaa;
	font-size:9px;
	text-align:center;
	width:795px;
	clear:both;
	height:37px;
	}
div#footer p{
	padding:15px 0px 0px 0px;
	}
div#footer a{display:inline;padding:0;color: #fff;text-decoration:none}

div#mensaje {
	margin: 20px 0px 50px 0px;
	font-size:11px;
}
</style>


