@charset "utf-8";
/* CSS Document */
.section{
	width:170px;
	position:absolute;
	right:0px;
	}
.section li{
	float:left;
	}
.section li a{
	text-decoration:none;
	float:left;
	position:relative;
	height:50px;
	width:163px;
	margin-top:5px;
	}
.sec-tex{
	text-align:right;
	left:0px;
	top:13px;
	color:#000;
	position:absolute;
	width:105px;
	padding:5px 10px 5px 5px;
	font-family:"Open Sans";
	font-size:13px;
	}
.section li a:hover .sec-tex{
	color:#FFF;
	background-color:#F00;
	}
.sec-ico{
	width:48px;
	height:50px;
	position:absolute;
	right:0px;
	}
.sec-line{
	position:absolute;
	width:50px;
	height:1px;
	background-color:#000;
	bottom:3px;
	right:12px;
	}
.section li a:hover .sec-line{
	background-color:#FFF;
	}
.men1{
	background-image:url(../img/proyectos/m.png);
	}
.section li a:hover .men1{
	background-image:url(../img/proyectos/m-h.png);
	}
.men2{
	background-image:url(../img/proyectos/m1.png);
	}
.section li a:hover .men2{
	background-image:url(../img/proyectos/m1-h.png);
	}
.men3{
	background-image:url(../img/proyectos/m2.png);
	}
.section li a:hover .men3{
	background-image:url(../img/proyectos/m2-h.png);
	}
.proyectos{
	float:right;
	margin-top:7px;
	margin-right:25px;
	}
.proyectos ul li{
	width:247px;
	height:230px;
	margin-right:17px;
	}
.proyectos ul li a{
	width:247px;
	height:230px;
	float:left;
	position:relative;
	}
.foto{
	float:left;
	position:relative;
	width:247px;
	height:156px;
	float:left;
	position:relative;
	background-color:#FFF;
	}
.proyectos ul li a:hover .foto img{
	opacity:0.4;
	filter:alpha(opacity=40);
	}
.linea{
	position:absolute;
	left:0px;
	bottom:0px;
	width:95px;
	height:2px;
	background-color:#FFF;
	}
.texto{
	float:left;
	position:relative;
	width:247px;
	font-family:"Open Sans Condensed Light";
	font-size:21px;
	color:#FFF;
	margin-top:10px;
	padding-bottom:3px;
	}
.info{
	float:left;
	position:relative;
	padding:5px 10px;
	background-color:#e9e9e9;
	color:#970b0d;
	border-radius:20px;
	margin-top:5px;
	font-family:"Open Sans";
	font-size:13px;
	}
.proyectos ul li a:hover .info{
	color:#fff;
	background-color:#000;
	}
.prev{
	background:url(../img/equipo/prev.png) no-repeat;
	width:37px;
	height:56px;
	position:absolute;
	top:110px;
	left:100px;
	cursor:pointer;
	z-index:100;
	}
.prev:hover{
	background-image:url(../img/equipo/prev-h.png);
	}
.next{
	background:url(../img/equipo/next.png) no-repeat;
	width:37px;
	cursor:pointer;
	height:56px;
	position:absolute;
	top:110px;
	right:0px;
	z-index:100;
	}
.next:hover{
	background-image:url(../img/equipo/next-h.png);
	}