/* CSS Document */
@import url("reset.css");
a{color:#35352F; text-decoration:none}
a:hover{text-decoration:underline}
.wrapper{
	width:954px;
	background:url(../images/css-images/bg-top.gif) no-repeat top;
	padding-top:6px;
	margin:10px auto 
}
.wrapper-inner{
	background:#fff url(../images/css-images/bg-bottom.gif) no-repeat bottom;
	padding:0 20px 6px;
	overflow:hidden;
	height:1%
}
.header{
	border-bottom:3px solid #414B53;
	overflow:hidden;
	height:1%;
	margin-bottom:5px
}
.header h1{
	/*background:url(../images/css-images/el-cruse.png) no-repeat;
	width:271px;
	height:60px;
	text-indent:-9999px;*/
	float:left;
	width:271px;
	font-size:36px;
	line-height:1em
}
.header h1 strong{
	display:block;
	margin-bottom:-5px;
	padding-left:22px;
}
.header h2{
	float:right;
	font-size:18px;
	line-height:20px;
	color:#121C26;
	font-weight:normal;
	padding-top:40px;
	margin-bottom:5px;
}
.col-1{
	float:left;
	width:305px;
	padding-top:5px
}
.col-1 h3{
	font-size:14px;
	line-height:1.2em;
	margin-bottom:18px;
	font-weight:normal
}
.col-1 h3.tel{
	font-weight:bold;
	font-size:36px;
	margin:30px 0 8px;
}
.col-1 p{
	font-size:14px;
	line-height:1.2em;
}
.col-1 a{color:#113DB9; text-decoration:underline}
.col-2{
	float:right;
	width:600px;
}
.recuadro{
	overflow:hidden;
	height:1%;
	background:#D6D7D9;
	padding:4px;
	margin-top:1px;
}
.recuadro img{float:left}
.recuadro .info{
	float:right; 
	width:370px;
}
.recuadro h3{
	font-size:18px;
	width:213px;
	line-height:1.2em;
	margin:5px 0 8px
}
.recuadro p{
	line-height:1.2em;
	margin-bottom:12px;
}
.red{color:#D22D12}
.copyright{
	padding:10px 20px;
	color:#C5C5C7
}
