@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	}
	
body{
	background:url(../img/fb.jpg) top no-repeat #099;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	}	

#conten{
	width:1100px;
	margin:0 auto;
	
	}	
	
#head{
	height:120px;
	}
	
#logo{
	width:342px;
	float:left;
	}
#nav{
	float:right;
	width:750px;
	height:120px;
	}
	
#nav a{
	float: right;
	display:block;
	text-align:center;
	color:#FFF;
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-size:20px;
	margin:2px;
	background:url(../img/divider.png) right no-repeat;
	padding:5px 20px;
	
	}	
	
#contenido{
		height:610px;
		position:relative;
	}	
	
#footer{
	height:200px;
	padding:10px 0 0 0;
	}
	
#footer a{
	color:#FF0;}					
	
.margin_bottom_1 { clear: both; width: 100%; height: 1px; font-size: 1px;	}
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.firma{
	font-size:12px;
	color:#06F;
	text-decoration:none;
	text-align: right;
	margin:20px;
	}
	
.imgredes{
	float:right;}
	
.circulo1{
	position:absolute;
	top:100px;
	left:70px;
	
	}
.circulo2{
	position:absolute;
	top:20px;
	right:350px;
	}
	
.circulo3{
	position:absolute;
	bottom:50px;
	right:100px;
	}					

