/* CSS Document */
body{ 
	font-size: 12px;
	font-family: "Helvetica", Arial, sans-serif; 
	color: #333;
	background-color: #ffffff;
}
	
p{
	margin-top:1em;
	margin-bottom:1em;
	line-height:1.4em;
}

h1{
	font-size:2em;
	font-weight:bold;
}

h2{
	font-size:1.8em;
	font-weight:bold;
}

h3{
	font-size:1.5em;
	font-weight:bold;
}

h4{
	font-size:1.2em;
	font-weight:bold;
}

#maincontainer{
	width:900px;
	margin:0 auto 0 auto;	
}

#header{
	margin-top:20px;
}

#header h1{	
	width:394px;
	height:57px;
}

#mainmenu{	
	
	background:url('../img/pixel_red.gif') 0 20px repeat-x;
	height:30px;	
}

#mainmenu ul{
	float:right;
}

#mainmenu ul li{
	display:block;	
	float:left;
	margin:0;
	padding:0;
	
}

#mainmenu a{
	text-decoration:none;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
	padding:3px;
	line-height:2em;
	background-color:#ee1d23;
	margin:0 0 0 1px;
	border:1px solid #ee1d23;
}

#mainmenu a:hover, #mainmenu a.selected{
	background-color:white;
	color:#ee1d23;
}

#content{
	margin-top:20px;	
}

div.picture{
	float:right;
	margin-left:20px;	
}

div.picture img{
	
}

.borda{
	border:1px solid black;
}

div.home div.picture img{
	width:545px;
	height:360px;
	display: block;
}


div.home div.picture img.slideshow{
	display:none;
}

div.clear{
	clear:both;
}

#footer{
	margin-top:50px;
	text-align:center;
	font-size:0.8em;
	
}

#mapa{
	float:right;
	margin-left:20px;
	width:545px;
	height:360px;
	border:1px solid black;
}

body{
	background-color: #f0f0f0;
	background:#f0f0f0 url('../img/body_bg.gif') top center repeat-y;
}

#maincontainer{
	border-left: 1px solid #797979;
	border-right: 1px solid #797979;
	background-color: white;
}

#header{
	margin-top:0;
	padding-top:20px;
	
}

#header h1 a{
	padding-left: 20px;
}

#mainmenu{
	padding-right: 20px;
}

#content{
	padding:0 20px;
}

#footer{
	margin:30px 0;
	padding:20px;
}

html { min-height: 100%; height: auto; }
body	{ height:100%;line-height:14px;}

ul{
	list-style-type:disc;
	margin-left:15px;	
}

a{
	color:#ee1d23;
	font-weight: bold;
	text-decoration: none;
}