@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Tangerine);

body{
	background-color:#fff;
	margin:0;
	padding:0;    
}
#contenedor_incicio{
    width: 100%;
    text-align: center;
    margin-bottom: 30px; 
}
#contenedor_textos{
    width: 610px;
    margin: 20px auto;
}
#creditos{
    margin: 60px auto 30px auto;
    text-align: center;
}
h1,h2,h3,p{
    font-family: 'Open Sans', sans-serif;
}
h1{
	font-weight:600;
	color:#000;
	font-size:30px;
    text-align: center;
}
h2{
    margin: 50px auto 20px auto;
    font-weight:400;
	color:#4d4d4d;
	font-size:15px;
    text-align: center;
    text-transform: uppercase;
}
h3{
    margin: 50px auto 20px auto;
    font-weight:600;
	color:#4d4d4d;
	font-size:12px;
    text-align: center;
    text-transform: uppercase;
}
p{
  font-weight:400;
  color:#3c3c3c;
  font-size:13px;
  text-align: center;  
}
#creditos p{
    font-weight:400;
    color:#717171;
    font-size:12px;
}
#creditos p span{
    color:#9d9d9d;
}
#copyR{
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    color:#717171;
    font-size:10px;
}