* {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', arial, sans-serif;
}
.fondo {
    background: none repeat scroll 0 0 #CCCCCC;
}
.container {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.logo {
    color: #777777;
    float: left;
    font-size: 80px;
    font-weight: 900;
    height: 150px;
    line-height: 150px;
    text-align: center;
    text-shadow: 0 1px 0 #DDDDDD;
    width: 960px;
}
.text {
	color: #444444;
    float: left;
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0 30px;
    text-align: center;
    width: 100%;
}
.textc {
	color: #666;
    float: left;
    font-size: 20px;
    text-align: center;
    width: 960px;
}
.textc strong {
	color: #222222;
    font-size: 20px;
    font-weight: 400;
}
.contacto {
	float: left;
    height: auto;
    margin: 60px 0 0;
    width: 960px;
}
.contacto h1 {
	border-bottom: 1px solid #444444;
    color: #444444;
    float: left;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0;
    width: 500px;
}
.contacto h3 strong {
    border-bottom: 1px solid #666666;
    color: #444444;
    float: left;
    font-size: 24px;
    font-weight: 400;
    margin: 0 30px 10px 0;
    width: auto;
}
.izq {
	float: left;
    height: auto;
    width: 686px;
}
.izq p {
    color: #777777;
    float: left;
    margin: 0 0 5px;
    width: 600px;
}
.footer {
	background: #ddd;
    float: left;
    font-size: 14px;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
	height: 80px;
}
.footer a {
	float: right;
	height: 80px;
	width: auto;
	padding-right: 10px;
}
.footer a img {
	float: left;
	height: 60px;
	width: auto;
	margin-top: 10px;
}