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

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500,300italic);

body{
	background:url(../img/bg-05.png) right bottom no-repeat fixed;}

.titulo{
	font-family: 'Roboto', sans-serif;
	font-weight:200;
	font-size:36px;
	padding:30px 0 0 0;}
	
.contenido{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:15px;
	padding:20px 0 0 0;
	}
	
h4{
	font-family: 'Roboto', sans-serif !important;
	font-weight:700;
	font-size:24px;
	padding:30px 0 0 0;
	}
	
p{
	font-family: 'Roboto', sans-serif !important;
	font-weight:300;
	font-size:15px;
	padding:10px 0 0 0;}
	
ul{
	font-family: 'Roboto', sans-serif !important;
	font-weight:300;
	font-size:15px;
	padding:10px 0 0 40px;
	}				
	
.eraser-margins{
	padding:0;
	margin:0;}	
	
.bg-head{
	background-color:#3a3a3a;
	max-height:60px;
	height:60px;}	
	
.pad-logo{
	padding:15px 0 10px 0;}	
	
.footer{
	background:rgba(204,204,204,0.5);
	color:#333;
	height:60px;
	margin-top:30px;
	font-family: 'Roboto', sans-serif !important;
	font-weight:200;
	font-size:12px;
	padding-top:20px;
	}	
