/* CSS Document */
/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, img, font,
ins, kbd, q, s, samp, small, strike,
sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
body {
    line-height: 1
}
:focus {
    outline: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
li{
	list-style:none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}
blockquote, q {
    quotes: "" ""
}
input, textarea {
    margin: 0;
    padding: 0
}
hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}

b{
	font-weight:bold;
}

p{
	margin:10px 0px 10px 0px;
	padding:0;
}
a{
	color:#333333;
	text-decoration:none;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

/* Fin Reset */

body{
	margin:0;
	font-size:13px;
	font-family: 'Open Sans', Helvetia, Arial;
	font-weight:400;
	line-height:1.3;
	color:#333;
	background-color:#FDFDFD;
}

.row {clear: both; width: 100%; max-width: 1140px; margin: 0 auto;}

img{
	width:100%;
}

#banner{
	position:relative;
	width:100%;
	min-height:50px;
	background-color:#f3f3f3;
	margin-top:10%;
	padding-top:50px;
	padding-bottom:50px;
}
#logo{
	text-align:center;
	width:100%;
}
	#logo img{
		max-width:700px;
	}
#slogan{
	width:100%;
	text-align:center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:30px;
	line-height:1.2;
	color:#333333;
	margin-top:35px;
}
.rojo{
	color:#06C;
}
.texto{
	position:relative;
	margin-top:50px;
	text-align:center;
}
.link-correo{
		color:#06C;
		text-decoration:none;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.link-correo:hover{
		color:#000;
	}
.social{
	width:100%;
	text-align:center;
	font-size:30px;
}
.social a{
	color:#333;
	text-decoration:none;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.social a:hover{
	color:#DD1027;
}