
body{
	background:url(../images/fondo.jpg) repeat-x;
	font-family:arial,sans-serif;
	text-align: center;
	/* font-size:small; */
}

h1{
	font-size:130%;
	color:#003366;
}

h3{
	text-align:center;
	font-size:110%;
	color:#006699;
}
p{
	text-align:justify;
	margin-bottom:25px;
}
div{
	text-align:left;
}

p.campomap{
	text-align:center;
}
a img{
	border: 0px;
}

#main_content{
	position:relative;
	width:850px;
	background:#ffffff;
	margin: 0px auto;
}

#logo_content{
	height:200px;
	background:url(../images/logo_1.jpg);
}

#menu_content{
	background:rgb(0,102,153);
	text-align:center;
	padding:7px;
}

#menu_content a{
	padding:7px;
	font-size:120%;
	text-decoration:none;
	color:white;
	margin:10px;
}
#menu_content a:hover{
	background:rgb(0,152,225);
}

#page_content{
	float:left;
	width:520px;
	margin:10px;
	padding:10px;
}
#page_content h3{
	text-align:left;
	font-size:120%;
	background:#E6F4FF;
}
html>body #page_content{
	width:500px;
	margin:10px;
	padding:10px;
}

#side_content{
	float:left;
	width:280px;
	background:#E6F4FF;
	margin:10px;
	padding:10px;
}
html>body #side_content{
	width:260px;
	margin:10px;
	padding:10px;
}

#footer_content p{
	font-size:small;
	text-align:center;
	background:#FF9900;
	/* vertical-align:middle;
	height:40px; */
	clear:both;
}

.warning{
	width:80%;
	margin:20px auto;
	background:yellow;
	font-size:small;
	text-align:justify;
	padding:10px;
}

.warning h1{
	margin:0px;
	color:red;
}

.lightbox img,.campomap img{
	border: 1px solid #BBB;
	margin:5px;
	padding:3px;
}
.lightbox img{
	height:75px;
	width:100px;
}
/* FANCYBOX */
#fancybox-title-over{
	color:white;
}

/* GOOGLE MAPS*/
#page_content.mapa{
	width:820px;
	height:600px;
}
html>body #page_content.mapa{
	width:850px;
}
#map_canvas{
	width:810px;
	height:90%;
}

/* FACEBOOK */
.fb-comments{
	clear:both;
}