@charset "utf-8";
body, html{
	background-color:#FFF;
	margin:0px;
	font-family:sans-serif;
}
p{
	margin-top:0px;	
}
a{
	text-decoration:none;	
}

/*** contenedor ***/
.cont_inner{
	height:auto;
	/* el ancho lo calculo con JQuery, segun el ancho de la pantalla */
	margin-left:15px;
	margin-right:25px;
}

/*** menu ppal ***/
#div_mnu{
	min-height:74px;
	opacity:0;	
}
.banner_logo{
	float:left;	
	margin-left:0px;/*porque el logo no está en el borde del png*/
	padding-top:15px;
}
.banner_menu{
	width:auto;
	float:right;
	padding:42px 0px 0px 0px;/* acá le saqué 6px de padding bottom para "subir" el slide */
}
.banner_redes{
	float:left;
	text-align:center;
	width:auto;
	height:26px;
	margin-left:20px;
}
.redes_cell{
	float:left;
}
.redes_cell > a > i{
	font-size:22px;
	color:#6E6E6E;	
}
.redes_cell > a > i:hover{
	color:#FF5A00;
}
/* menu de secciones */
#divsecc{
	width:100%;
	height:24px;
	padding:5px 0px 2px 0px;
	opacity:0;
	overflow:hidden;
}
.mnuSeccCell{
	float:left;
	margin-right:4px;
	background-color:#f2f2f2;
	padding:6px 0px 6px 0px;
	text-align:center;
	cursor:pointer;	
}
/*** contenidos ***/
/* index */
#lnkGde{ /* solo en index, es el link del "Ver Mas"*/
	float:right;
	text-align:center;
	margin:15px 150px 0px 0px;
	width:180px;
}
#txtWrk{/* texto de la izquierda en trabajos y home de secciones */
	float:left;
	padding:36px 15px 0px 15px;
	background-color:#FFFFFF;
	/*margin-right:4px;*/
	overflow:hidden;
}
#fotoWrk{
	float:right;
	margin-right:8px;
}
/*** slider ***/
.ppal_foto_img{
	vertical-align:bottom;
	width:100%;
	height:100%;
	border:none;
	outline:none;
	position:absolute;
	top:0px;
	left:0px;
}
#arrows{
	z-index:30;
	position:absolute;
	left:0px;
	visibility:hidden;
	width:100%;
}
#divCtrls{
	z-index:20;
	position:absolute;
	left:0px;
	width:100%;
	text-align:center;
	padding-bottom:8px;
	visibility:hidden;
}
#ctrls{
	text-align:center;	
}
#ctrls a{
	font-size:2px;
	color:#CCC;
	background:#CCC;
	margin:0px 5px 0px 0px;
	padding:5px 5px 4px 5px;
	border-radius:6px;
}
#ctrls a.activeSlide{
	color:#212929;
	background:#212929;
}
#ctrls a:focus{
	outline:none;
}
.lnk_pause{
	font-family:sans-serif;
	font-size:10px;
	font-weight:400;
	color:#FFF;	
	line-height:14px;
	cursor:pointer;
}

/*** GALERIA DE TRABAJOS ***/
#divGal{
	overflow:hidden;
	margin-top:-10px;
}
#titGal{
	margin-bottom:0px;
	padding:0px;
}
/* contenedor de todas las tarjetas */
.gal_card{
	width:100%;
	height:100%;
	background-color:#e7e7e6;
	overflow:hidden;
}
.gal_card_foto{
	width:100%;
	height:auto;
	overflow:hidden;
}
.gal_card_foto > a > img{
	width:100%;
	height:auto;
	border:none; 
	outline:none;
}
.gal_card_tit{
	width:auto;
	height:auto;
	padding:10px 0px 0px 8px;
}
/* PIE - MENU DE ABAJO */
.pie{
	width:100%;
	height:auto;	
	padding-top:50px;
	margin-bottom:30px;
}
.pie_address{
	width:auto;
	float:left;
}
.pie_txt{
	font-family:sans-serif;
	font-size:14px;
	font-weight:400;
	letter-spacing:0px;	
	color:#6E6E6E;
}

/*** ABOUT ***/
.contIzq{
	float:left;
	width:530px;
	padding:70px 20px 20px 20px;	
}
.contDer{
	float:right;
	padding:70px 20px 20px 20px;
}

/* cONTACTO */
.ctt_form_celda{
	width:355px;
	padding-top:15px;
	/*float:left;	*/
}
.ctt_form_label{
	font-family:sans-serif;
	font-size:12px;
	color:#333;
	line-height:30px;
}
.ctt_form_input{
	width:334px;
	height:16px;
	padding:6px 0px 6px 6px;
	border:none;
	background-color:#FFF;
	font-family:sans-serif;
	font-size:12px;
	color:#333;	
}
.ctt_tit{
	font-family:sans-serif;
	font-size:24px;
	color:#333;
}
.ctt_parr{
	font-family:sans-serif;
	font-size:12px;
	color:#333;
	line-height:15px;
}