@charset "UTF-8";

body {
	background-image: url(../images/paisaje.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
		background-position-x: 50%;
		background-position-y: 50%;
}
.titulo {
	font-size: 2.5em;
	color: #393;
	margin-left: 30px;
}
.subtitulo {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #639;
	background-color: #CF0;
}
.balazo {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #999;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
}
.importante {
	background-color: #FF0;
}
.gridContainer.clearfix #barra .opciones a {
	color: #FFF;
	text-decoration: none;
}
.gridContainer.clearfix #barra .opciones a:hover {
	color: #FC0;
	text-decoration: none;
}
@font-face
{
font-family: helvetica;
src:url(../fuentes/Helvetica.ttf);
src:url(../fuentes/Helvetica.woff);
}

.helvetica
{
	font-family:helvetica;
	/*aplico el nombre que le di a la fuente*/
}

.open
{
	font-family: 'Open Sans', sans-serif;
}h1 {
	color: #F90;
	font-size: 2.5em;
	font-weight: normal;
}
