@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	/*background:url(../images/filete-fondo.jpg) repeat-x left top #D3D3D3;*/
	background-image:url(../images/lineas-background-01.png), url(../images/filete-fondo.jpg);
	background-position: left 700px, left top;
	background-repeat: repeat-x;
	background-color: #D3D3D3;
}
p{
	text-align:justify;
}
p, h1, label{
	color:#6d6e70;
	font-size:0.875em;
}
h1{
	height:23px;
	line-height:23px;
	margin-bottom:20px;
}
h1:before, p.parrafo-home:before{
	position:relative;
	content:url(../images/arrow.png);
	/*margin: 0 5px 0 -18px;*/
	margin-left:-12px;
   	top:6px;
	left:-5px;
}
.diez-col ul, .nueve-col ul{
	color:#6d6e70;
	font-size:0.688em;
	padding:0;
	list-style:none;
}
.diez-col ul li:first-child, .nueve-col ul li:first-child{
	list-style-image:url(../images/arrow-opac.png);
}
h1{
	font-weight:500;
}
b{
	color:#6d6e70;
	font-weight:500;
}
.wrapper{
	width:960px;
	margin:0 auto;
	background-color:#f1f1f1;
}

header{
	width:960px;
	height:174px;
	background:url(../images/back-header.jpg) no-repeat left top;
}
img[alt='Logo Comsa']{
	margin:49px 0 0 66px;
}
#slider{
	width:960px;
	height:242px;
	margin-top:16px;
	position:relative;
}
/*img.adorno{
	position:absolute; left:400px; top:170px; z-index:100;
}*/
.bxslider{
	margin:0;
}
nav{
	width:960px;
	height:56px;
	background:url(../images/back-nav.jpg) no-repeat right top #1b75bb;
}
nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
nav ul li{
	float:left;
}
nav ul li a:link, nav ul li a:visited{
	display:block;
	width:110px;
	height:54px;
	background:url(../images/img-btn.png) no-repeat left top #1767a4;
	margin:1px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	line-height:54px;
	text-align:center;
}
nav ul li a:focus, nav ul li a:hover, nav ul li a:active{
	background-color:#4f94ca;
}
nav ul li.facebook{
	float:right;
	text-transform:none;
	margin-right:80px;
}
nav ul li.facebook a{
	text-transform:none;
	font-weight:400;
	background:url(../images/facebook-icon.png) no-repeat right center;
	text-align:left;
}
section#content{
	padding-top:65px;
}
.diez-col{
	width:390px;
	margin-left:125px;
	float:left;
}
img.acorte{
	float:right;
}
footer{
	width:960px;
	background:url(../images/filete-pie.png) no-repeat center top;
	padding:3px 0 40px;
	margin-top:100px;
}
footer p{
	font-size:0.813em;
	text-align:center;
}
.nueve-col{
	width:350px;
	margin-left:125px;
	float:left;
}
.fila-oscura, .fila-clara{
	width:100%;
	height:113px;
	margin-top:10px;
}
.fila-oscura{
	background-color:#e6e6e6;
}
.fila-clara{
	background-color:#fff;
}
.fila-oscura .nueve-col, .fila-clara .nueve-col{
	margin-top:30px;
	margin-right:50px;
}
label{
	text-transform:uppercase;
	display:block;
	width:100%;
	margin-top:20px;
}
input{
	height:40px;
	padding:0 2%;
}
input, textarea{
	width:96%;
	margin-top:10px;
}
textarea{
	padding:2% 2%;
}
input[type='submit']{
	height:30px;
	width:100px;
}