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

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

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: #5da643; /* Old browsers */

background: -moz-linear-gradient(top,  #5da643 0%, #0a7baf 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5da643), color-stop(100%,#0a7baf)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #5da643 0%,#0a7baf 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #5da643 0%,#0a7baf 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #5da643 0%,#0a7baf 100%); /* IE10+ */

background: linear-gradient(to bottom,  #5da643 0%,#0a7baf 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da643', endColorstr='#0a7baf',GradientType=0 ); /* IE6-9 */

}

#container{
	width:800px;
	height:600px;
	text-align:center;
	
    position: absolute;
    left: 50%;
    margin-left: -400px;
	
	bottom:50%;
	margin-bottom:-300px;
}
#blanco{
	width:780px;
	height:580px;	
	background-color:#fff;
	margin: 10px;

}
img{
	margin-bottom:100px;
	margin-top:40px;
}
p{
	width:400px;
	font-family:DIn-Light, sans-serif, helvetica;
	font-size:1 em;
	line-height:1.5em;
	margin:0 auto;
}
a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	color:#0A7BAF;
}

@font-face
{
font-family: DIn-Light;
src: url('din-light.ttf'),
     url('din-light.eot'); /* IE9 */
}