body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	/* background-color:#FFA851; */
	margin:0px;
	background:url(img/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper {
	width:980px;
	margin:auto;

}
#wrapper2 {
	width:960px;
	margin:auto;

}
#wrapper3 {
	width:100%;
	margin:auto;
}
#encabezado {
	background-image:url(img/encabezado_bg.png);
	background-repeat:no-repeat;
	height:150px;
	/*	background-color:#cccccc;	 */

}
#menu {
	background-image:url(img/menu_bg.png);
	height:35px;
	padding-top:5px;
	text-align:center;
	color:#ccc;
}
#menu a, #pie a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover, #pie a:hover{
	text-decoration:underline;
}
#contenido {
	padding:20px;
	background-color:#ffffff; 
	/*background-color:#D7E3E3;	*/

}
#pie {
	height:22px;
	padding-top:8px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(img/pie_bg.png);
}
h1 {
	color:#33170D;
	font-size:18px;
	border-bottom:1px solid #0C426F;
	padding-bottom:10px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right:25px;
	background-color:#25d366b8;
	color:#FFF;
	border-radius:48px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	background-color:#25d366;
	color:#FFF;
}

.my-float{
	margin-top:16px;
}