@charset "UTF-8";
.line_izq {
	/*background-attachment: fixed;*/
	background-image: url(imagenes/line_izq.png);
	background-repeat: repeat;
	width:7px;
	/*background-position: left top;*/
}
.line_der {
	/*background-attachment: fixed;*/
	background-image: url(imagenes/line_der.png);
	background-repeat: repeat;
	/*background-position: top;*/
	width:6px;
}
.men_int {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #666;
	border-bottom: solid 1px #c7d55c;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	background-color:#ECEDED;
}
.textosima {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#somos
{
	width:700px;
	padding-left:40px;
	padding-top:20px;
	
}