/*
CSS file created with:
Instant Blueprint - Create a web project framework in seconds.
 http://instantblueprint.com

Project: SRS
File: css/style.css
Last edited: April 10, 2010, 10:40 am
*/

/*  Main  */


html,body{

margin:0px;

height:100%;
font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#f0f2f1;
}
#main{
	background-image:url(../images/4_02.png);
	width:100%;
	height:100%;
	background-repeat: repeat-x;
	background-position:bottom;
	
	
	

}
#mapa{
	cursor:pointer;
	cursor:hand;

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

}
#content{
	width:317px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
		padding-top:150px;
	color:#5E6E66;
	
	
	}
