@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold-webfont.woff2') format('woff2'),
         url('OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	/*background-image: url('../images/fondo01.png');*/
	background-color: #ccebe5;
	background-repeat: repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

