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

*{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	}
	
a:link {
	color: #FF0;
}
a:hover {
	color: #F60;
}	

body{
	background: url(../img/fb.jpg) top fixed ;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	

	}
#content{
	width:1000px;
	margin:0 auto;
	border-left:#0c4d6d solid 1px;
	border-right: #0c4d6d solid 1px;		
	}	

#header{
	height:160px;
	background:#0093dd;	
	}
#logo{
	float:left;
	width:680px;
	background:#000;
	
	}
	
#logo1{
	float:right;
	width:300px;
	padding:10px;
	text-align:right;
	color:#FFF;
	
	}	
	
#separa{
	height:60px;
	background:url(../img/separa.jpg);
	text-align:right;
	padding:0 10px;
	}	
	
#contenido{
	min-height:500px;
	
	
	}	
	
#conten1{
	float:left;
	width: 440px;
	border-radius:5px;
	height:410px;
	margin:10px 20px;
	background:#F9C;
	border-bottom:#F06 solid 5px;
	border-right: #F06 solid 8px;
}
	
	
#conten2{
	float:right;
	width:460px;
	margin:10px 20px;
	background:#0093dd;
	height:400px;
	border-radius:5px;
	padding:5px;
	}	
	
#conten3{
	float:left;
	width:300px;
	margin:10px 0 10px 25px;
	min-height:400px;
	border:#0c4d6d solid 1px;
	font-size:14px;
	}	
#conten4{
	float:right;
	width:460px;
	margin:10px 20px;
	background:#000000;
	height:400px;
	border-radius:5px;
	padding:5px;
	}	
	

	

	

#footer{
	background: #FF0;
	height:90px;
	text-align:center;
	display:block;
	clear:both;
	font-size:24px;
	}
	
#footer a{
	color:#09F;
	}
	
		
.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;	}

.txtfirma{
	
	font-size:12px;
	
	}
	
h1{
	background:#939;
	color: #FF0;
	margin:0 0 10px 0;
	font-size:24px;
	padding:10px;
	}	
	
h2{
	background:#000;
	color:#FFF;
	padding:10px 20px;
	font-size:20px;
	text-align:center;
	}	
	
	
p{
	text-align:justify;
	margin:10px 20px;
	}	
	
.txtbco{
	color: #FF0;
	font-size:22px;
	
	}		

div.sticky {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 1;
}
.img-responsive {
  width: auto;
}

