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

* {
	margin: 0;
	padding: 0;
}
body {
	background: url("img/bg-patt.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-family: "Josefin Sans", sans-serif;
}
#wrapper {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
	margin: 0 auto;
	max-width: 1440px;
	width: 100% !important;
}
section {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1100px;
	margin: 0 auto;
	max-width: 1440px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100% !important;
}
/*#bloque1 {
	width: 100%;
	height: 722px;
	background-image:url(../images/patronuno.png);
}*/

/*#bloque3 {
	width: 100%;
	height: 459px;
	background-image:url(../images/patron3.png);
}*/
#bloque2 {
	width: 100%;
	height: 392px;
	background-image:url(../images/BLOQUEDOS.png);
	background-repeat: repeat-x;
	background-position: right bottom;
"
}
