/* Fuentes */
@font-face {
    font-family: 'museosans700';
    src: url('fonts/museo/museosans700.eot');
    src: url('fonts/museo/museosans700.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo/museosans700.woff') format('woff'),
         url('fonts/museo/museosans700.ttf') format('truetype'),
		 url('fonts/museo/museosans700.svg#museosans700') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'museosans100';
    src: url('fonts/museo/museosans-100.eot');
    src: url('fonts/museo/museosans-100.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo/museosans-100.woff') format('woff'),
         url('fonts/museo/museosans-100.ttf') format('truetype'),
		 url('fonts/museo/museosans-100.svg#museosans700') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
/* Comunes */
body{
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
h1{
	margin:0;
}
a, p, li{
	font-family: 'museosans100';
}

/* Propios */
.wrapper{
	width:1049px;
	margin: 0 auto;
	padding:0 15px;
}
.text-margin{
	margin-bottom:26px;
}

/* Cabecera */
#header{
    background: url("images/bg_header.png") center;
    height: 123px;
}
#header span.element-invisible{
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Contenido */
#content{
	background: url("images/bg_content.png") no-repeat center;
	height:614px;
}
#content article{
	padding-top:55px;
	width:580px;
}
#content article p{
	font-family: 'museosans100';
	text-align:justify;
	font-size: 17px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	color: #444;
}

/* Separador */
.separator{
	border-top:10px solid #8d99a3;
}

/* Redes */
.especial{
	background-color:#4A1214;
	height:100px;
}
.especial li{
	color:#fff;
	font-family: 'museosans100';
}
.datos{
	width: 630px;
	padding: 21px 0px;
	display: inline-block;
	vertical-align:top;
}
.datos li{
	display: inline-block;
	vertical-align:top;
	padding:5px 0;
	background: url("images/bg_list-circle.png") left no-repeat;
	padding-left:20px;
	margin-right:10px;
	font-size:19px;
}
.datos li.name{
	background:none;
	padding-left:0;
}
.datos li.tel{
	background:none;
	padding-left:0;
}
	.datos li.tel span{
		background: url("images/bg_list-phone.png") left no-repeat;
		padding: 0 0 0 25px;
	}
	.datos li.fax span{
		background: url("images/bg_list-fax.png") left no-repeat;
		padding: 0 0 0 25px;
	}
	.datos li.mail span{
		background: url("images/bg_list-mail.png") left no-repeat;
		padding: 0 0 0 25px;
	}
.redes{
    display: inline-block;
	vertical-align:top;
	float: right;
}
	.redes ul li{
	    display: inline-block;
		vertical-align: top;
		padding: 22px 8px;
	}
	
/* grid */	
.grid {
    padding: 10px 0;
}

/* Footer */
#footer{
	background-color:#E8E7E6;
	height:70px;
}
#footer li{
	display:inline-block;
	padding: 26px 0;
}
#footer li{
	text-transform:uppercase;
	padding-right: 20px;
}
#footer li:nth-child(4n){
	text-transform:lowercase;
	padding-right: 0px;
}
#footer li:nth-child(3n){
	cursor: pointer;
}
#footer li:last-child{
	float:right;
}
#footer li a{
	text-decoration:none;
	color:#000;
}

@media (max-width: 1100px){
	.responsive{
		width:1049px;
	}
	.wrapper{
		width:1000px;
	}
}