@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ralewaysemibold';
    src: url('fonts/raleway-semibold-webfont.eot');
    src: url('fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-semibold-webfont.woff') format('woff'),
         url('fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {height:100%; margin:0px; padding:0px; font-family: 'ralewayregular',Sans-Serif; font-size:10pt; color:#666666; line-height:20px; }
a { color:##7F9B61; }
a:hover {  color:#cbcbcb; }
#pie {
	background-color: #7F9B61;
	height: 2px;
	width: 915px;
}

img { border:0px none; }

.titulo {font-family: 'ralewaysemibold',Sans-Serif;  }

#boton {
	background-color: #7F9B61;
	height: 40px;
	width: 137px;
	color: #FFF;
	text-align: center;
	line-height:40px;
	text-decoration:none;
	-moz-border-radius: 10px; /* Firefox*/
	-ms-border-radius: 10px; /* IE 8.*/
	-webkit-border-radius: 10px; /* Safari,Chrome.*/
	border-radius: 10px; /* El estándar.*/
}
#boton:hover {
	background-color: #cbcbcb;
	
}
.link {
	text-decoration:none;
	color:#7F9B61;
	}
