@charset "utf-8";
/* CSS Document */

#menu1 ul li a#menu_nosotros {
	color:#069;
}

#contenido_superior {
	width:960px;
	height:40px;
	display:block;
	margin:0 auto 10px;
	background:url(../img/bg_cont_sup.png) repeat-x center;
}
#contenido_superior h1 {
	font-size:16px;
	line-height:18px;
	display:block;
	margin-top:11px;
	margin-left:20px;
	color:#ccc;
	float:left;
}
#contenido_superior p {
	font-size:12px;
	line-height:14px;
	display:block;
	margin-top:13px;
	margin-right:20px;
	color:#ccc;
	float:right;
}

div.caja_nosotros1 {
	width:960px;
	height:184px;
	margin:10px auto 20px;
	display:block;
}
div.caja_nosotros1_tit {
	width:212px;
	height:104px;
	margin:10px 0;
	padding-top:60px;
	display:block;
	float:left;
	background:url(../img/bg_tit.png) no-repeat center;
}
div.caja_nosotros1_tit h2 {
	height:20px;
	line-height:20px;
	font-size:18px;
	padding:10px 0;
	display:block;
	text-align:center;
	color:#fff;
	background:url(../img/bg_cont_sup.png) repeat-x center;
}
div.caja_texto_nosotros1 {
	width:700px;
	height:144px;
	display:block;
	float:right;
	padding:20px;
	background-color:#eee;
}
div.caja_texto_nosotros1 p {
	width:220px;
	text-align:justify;
	margin-right:15px;
	line-height:12px;
	vertical-align:top;
	display:inline;
	float:left;
}
div.caja_texto_nosotros1 p.der {
	float:right;
	margin-right:8px;
}
div.caja_texto_nosotros1 img {
	vertical-align:top;
	border:solid 1px #ccc;
	float:right;
	display:inline;
}

div.caja_nosotros2 {
	width:960px;
	height:184px;
	margin:10px auto 20px;
	display:block;
}
div.caja_nosotros2_tit {
	width:212px;
	height:104px;
	margin:10px 0 10px 230px;
	padding-top:60px;
	display:block;
	float:left;
	background:url(../img/bg_tit.png) no-repeat center;
}
div.caja_nosotros2_tit h2 {
	height:20px;
	line-height:20px;
	font-size:18px;
	padding:10px 0;
	display:block;
	text-align:center;
	color:#fff;
	background:url(../img/bg_cont_sup.png) repeat-x center;
}
div.caja_texto_nosotros2 {
	width:470px;
	height:144px;
	display:block;
	float:right;
	padding:20px;
	background-color:#eee;
}
div.caja_texto_nosotros2 p {
	width:220px;
	text-align:justify;
	margin-right:15px;
	line-height:12px;
	float:left;
}
div.caja_texto_nosotros2 img {
	float:right;
	display:block;
	border:solid 1px #ccc;
}