
/*-----------------------------------*/
/*************** RESET ***************/
/*-----------------------------------*/

*{ outline:none;}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-weight:normal;}
a img{ border:none;}
ul{ margin:0; padding:0;}
textarea{ font-family:Arial, Helvetica, sans-serif; resize:none; overflow:auto;}

/*-----------------------------------*/
/*************** FONTS ***************/
/*-----------------------------------*/

@font-face {
    font-family: 'TitilliumBold';
    src: url('../fonts/TitilliumText15L001.eot');
    src: url('../fonts/TitilliumText15L001.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/TitilliumText15L001.woff') format('woff'),*/
         url('../fonts/TitilliumText15L001.ttf') format('truetype'),
         url('../fonts/TitilliumText15L001.svg#TitilliumText15L001') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumReg';
    src: url('../fonts/TitilliumText15L002.eot');
    src: url('../fonts/TitilliumText15L002.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/TitilliumText15L002.woff') format('woff'),*/
         url('../fonts/TitilliumText15L002.ttf') format('truetype'),
         url('../fonts/TitilliumText15L002.svg#TitilliumText15L002') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-----------------------------------*/
/************** GENERAL **************/
/*-----------------------------------*/

body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#f1f1f3;
	}
	
header{
	border-top:solid 5px #0f72b6;
	z-index:9997;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	}

.center, .wrapper{
	width:928px;
	margin:auto;
	clear:both;
	position:relative;
	}

.logo{
	position:absolute;
	left:-80px;
	width:414px;
	height:125px;
	background:url(../images/bg_logo.png) top left no-repeat;
	z-index:2;
	}

.logo a{
	width:135px;
	margin:auto;
	display:block;
	margin-top:15px;
	}

.innerlogo{
	background:none;
	}

.innersha{
	background:url(../images/shadow6.png) top center no-repeat;
	height: 150px;
    margin: auto;
    width: 1020px;
	margin-left:-25px;
	}
	
/*-----------------------------------*/
/************* MENU *************/
/*-----------------------------------*/

.homenav{
	float:right;
	width:680px;
	}

.homenav ul{
	float:left;
	width:100%;
	margin-left: 35px;
	}

.homenav ul li{
	float:left;
	list-style-type:none;
	padding:55px 27px;
	}

.homenav ul li a{
	float:left;
	text-decoration:none;
	color:#d8d8da;
	text-shadow:1px 2px 0px #333;
	font-family: 'TitilliumReg';
	font-size:17px;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

.homenav ul li a:hover{
	color:#fff;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

/*-----------------------------------*/
/************* SLIDESHOW *************/
/*-----------------------------------*/

#slideshow .bx-wrapper, #slideshow .bx-window{
	width:100% !important;
	clear:both;
	}

.navigation .bx-pager{
	position:absolute;
	top: 385px;
    left: 35px;
	z-index:999999999999;
	}

.navigation .bx-pager a{
	text-indent:-999999px;
	background:url(../images/pager.png) 0 0 no-repeat;
	width:12px;
	height:12px;
	margin:0 4px;
	text-decoration:none;
	display:inline-block;
	}

.navigation .bx-pager a.pager-active, .navigation .bx-pager a:hover{
	background:url(../images/pager2.png) 0 0 no-repeat;
	}

#slideshow{
	width:100%;
	height:472px;
	margin:0;
	text-align:center;
	position:relative;
	z-index:0;	
	overflow:hidden;
	}

.blackBar{
	position:absolute;
	width:100%;
	height:30px;
	background-color:#333;
	z-index:9999;
	bottom:0;	
	
	opacity: 0.6;
	-moz-opacity: 60;
	filter:alpha(opacity=60);
	}

#slideshow .slideContent{
	width:950px;
	margin:auto;
	position:relative;
	}

.slide{
	width:100%;
	height:475px;
	}

.img01{ background:url(../images/slide01.jpg) top center repeat-x;}
.img02{ background:url(../images/slide02.jpg) top center repeat-x;}
.img03{ background:url(../images/slide03.jpg) top center repeat-x;}

.infoSlide{
	position:absolute;
	z-index:999;
	top:220px;
	text-align:left;
	width:840px;
	left:50px;
	}

.infoSlide h1{
	color:#fff;
	text-shadow:1px 1px 2px #000;
	font-size: 44px;
	font-family: 'TitilliumReg';
	}

.infoSlide p{
	color:#fff;
	text-shadow:1px 1px 2px #000;
	font-size: 17px;
	width:450px;
	}

.navigation .bx-prev, .navigation .bx-next{
    position: absolute;
	top:225px;	
	opacity:0.6;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
}

.navigation .bx-prev:hover, .navigation .bx-next:hover{
	opacity:1;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
}

.navigation{
	margin: auto;
    position: relative;
    width: 930px;
	z-index:999;
	}

.navigation .bx-prev{
	left:-50px;
	background:url(../images/prev.png) 0 0 no-repeat;
	width:26px;
	height:46px;
	}
	
.navigation .bx-next{
	right:-50px;
	background:url(../images/next.png) 0 0 no-repeat;
	width:26px;
	height:46px;
	}

/*-----------------------------------*/
/************* CONTENIDO *************/
/*-----------------------------------*/

.wrapper{
	margin-top:-30px;
	position:relative;
	z-index:999;
	}

.mainCol{
	width:613px;
	float:left;
	}


/*-----------------------------------*/
/************* OBRAS *************/
/*-----------------------------------*/

.ultimas_obras{
	background-color:#fff;
	width:583px;
	float:left;
	padding:15px;
	}
	
.ultimas_obras h2{
	color:#4e4e4e;
	font-size:23px;
	margin-bottom:15px;
	background:url(../images/bullet.png) left center no-repeat;
	padding-left:26px;
	font-family: 'TitilliumReg';
	}
	
.obraswrap img{	
	}

.ultimas_obras .bx-prev, .ultimas_obras .bx-next{
    position: absolute;
	top:-35px;
	width:11px;
	height:16px;
	opacity:0.6;
}

.ultimas_obras .bx-prev{
	right:30px;
	background:url(../images/left.png) 0 0 no-repeat;	
	}
	
.ultimas_obras .bx-next{
	right:10px;
	background:url(../images/right.png) 0 0 no-repeat;
	}

.ultimas_obras .bx-prev:hover, .ultimas_obras .bx-next:hover{
	opacity:1;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
}

.obraswrap{
	position:relative;
	}

.obraswrap:hover .obraInfo{
	}

.obraSlide{
	height:197px;
	}

.obraInfo{
	background:url(../images/black.png) 0 0 repeat;
	position:absolute;
	bottom:-75px;
	padding:15px 80px 15px 22px;
	overflow:hidden;
	width:480px;
	min-height: 50px;
	
	-webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
	}
	
.obraInfo h3{
	color:#fff;
	font-size:16px;
	}
	
.obraInfo p{
	color:#fff;
	font-size:13px;
	margin:5px 0 0 0;
	}

.obraInfo a{
	background:url(../images/bg_blue.png) 0 0 repeat;
	padding:28px 20px;
	text-decoration:none;
	color:#fff;
	position:absolute;
	right:0;
	bottom:0;
	
	-webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
	}	
	
.obraInfo a:hover{
	background:url(../images/bg_blue2.png) 0 0 repeat;
	
	-webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
	}
	
/*-----------------------------------*/
/************* MISION *************/
/*-----------------------------------*/	

.miviva{
	background-color:#e6e6e6;
	width:609px;
	float:left;
	}

.miviva ul{	
	}

.miviva ul li{
	display:inline-block;
	width:139px;
	padding:20px 18px 20px 43px;
	*float:left;
	*padding:20px 20px 20px 43px;
	}

.miviva ul li a{ text-decoration:none;}

.miviva ul li:hover{
	/*box-shadow:0 -8px 10px #C7C7C7 inset;*/
	box-shadow:
        11px 0 19px -17px #B8B8B8 inset,
        -11px 0 19px -17px #B8B8B8 inset;
	
	background: #e7e7e7;
	background: -moz-linear-gradient(top,  #e7e7e7 1%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e7e7e7), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #e7e7e7 1%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #e7e7e7 1%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #e7e7e7 1%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #e7e7e7 1%,#d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#d9d9d9',GradientType=0 );
	}

.miviva ul li a h3{
	color:#4e4e4e;
	font-family: 'TitilliumReg';
	font-size:23px;
	}

.miviva ul li a h3 img{
	margin:0 8px 0 -25px;
	}

.miviva ul li a p{
	color:#808080;
	font-size:12px;
	width:145px;
	}

aside{
	float:right;
	}

#divisiones{
	background-color:#ebebeb;
	width:266px;
	}
	
#divisiones h2{
	background:url(../images/bullet.png) left center no-repeat;
	padding-left:26px;
	color:#4e4e4e;
	margin:15px 0 15px 25px;
	display:inline-block;
	font-family: 'TitilliumReg';
	font-size:22px;
	}

#divisiones ul li{
	list-style-type:none;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}


#divisiones ul li:hover{
	background-color:#dedede;
	box-shadow:0 3px 2px #999;	
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

#divisiones ul li:hover a{ 
	background:none;
	color:#454746;
	}

#divisiones ul li a{
	padding:30px 35px;
	color:#757978;
	text-shadow:1px 1px 1px #fff;
	text-decoration:none;
	display:block;
	background:url(../images/line.gif) top left repeat-x;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}


#divisiones ul li a img {
    float: left;
	margin-right:15px;
}

#divisiones ul li a span{
	display: inline-block;
    margin-top: 13px;
	font-family: 'TitilliumReg';
	font-size: 16px;
	}


/*-----------------------------------*/
/************* FOOTER *************/
/*-----------------------------------*/


footer{
	width:100%;		
	clear:both;	
	
	
background: #a1a1a1;
background: -moz-linear-gradient(top,  #a1a1a1 1%, #cccacb 17%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a1a1a1), color-stop(17%,#cccacb));
background: -webkit-linear-gradient(top,  #a1a1a1 1%,#cccacb 17%);
background: -o-linear-gradient(top,  #a1a1a1 1%,#cccacb 17%);
background: -ms-linear-gradient(top,  #a1a1a1 1%,#cccacb 17%);
background: linear-gradient(to bottom,  #a1a1a1 1%,#cccacb 17%);
	}

footer .center {
	padding:20px;
	background:url(../images/bg_footer.png) 0 10px no-repeat;
	}

footer p{
	font-size:12px;
	color:#4e4e4e;
	display:inline-block;
	margin:12px 0 0 35px;
	*float:left;
	}

footer p a{
	text-decoration:none;
	color:#4e4e4e;
	}
	
footer p a:hover{
	text-decoration:underline;
	color:#4e4e4e;
	}

.boemiz{
	float:right;
	margin:0 40px 0 0;
	width:205px;
	}

.boemiz a{
	float:right;
	opacity:0.6;
	margin:5px 0 0 15px;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

.boemiz a:hover{
	opacity:1;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}


/*-----------------------------------*/
/************* INTERNAS *************/
/*-----------------------------------*/

.sectionImg{
	background-color: #000000;
    display: inline-block;
    height: 140px;
    margin-top: 135px;
    width: 100%;
	box-shadow: 0 2px 5px #424242 inset;	
	position:relative;	
	}

.sectionImg h1{
	width:820px;
	margin:auto;
	color:#fff;
	font-size:40px;
	margin-top:50px;
	font-family: 'TitilliumReg';
	text-shadow:1px 2px 0px #333;
	padding-left:45px;
	background:url(../images/bullet2.png) left center no-repeat;
	}

.quienes{ background:url(../images/img_quienes_somos.jpg) top center repeat-x;}
.que_hacemos{ background:url(../images/img_que_hacemos.jpg) top center repeat-x;}
.obras{ background:url(../images/img_obras.jpg) top center repeat-x;}
.contacto{ background:url(../images/img_contacto.jpg) top center repeat-x;}

.shadow{
	background:url(../images/shadow4.png) 0 0 repeat-x;
	bottom:-2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9997;
	}

.innernav ul li{
	padding:0;
	}

.innernav ul li a{
	color:#666;
	text-shadow:1px 2px 0px #fff;
	padding:56px 28px;
	}

.innernav ul li a:hover{
	background-color:#fff;
	color:#666;
	text-shadow:1px 2px 0px #fff;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}
	
.innernav ul li a.current{
	background-color:#0F71B8;
	color:#d8d8da;
	text-shadow:1px 2px 0px #333;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

.innerwrap{
	margin-top:-10px;
	}

.innerCol{
	padding: 40px;
    width: 580px;
	}
	
.innerCol h2{
	color:#0f71b8;
	font-size:22px;
	font-family: 'TitilliumReg';
	margin-bottom:30px;
	}

.innerCol p, .bottomLeft p{
	color:#7F8080;
	font-size:14px;
	line-height: 22px;
	}

.contImg{
	float:left;
	background:url(../images/shadow5.png) bottom center no-repeat;
	padding-bottom:10px;
	margin-bottom:30px;
	}

.contImg img{
	background-color:#fff;
	padding:7px;
	}

.colmiviva{
	float:left;
	width:266px;
	background-color:#F1F1F3;
	height:500px;
	
    box-shadow:
        11px 0 19px -17px #B8B8B8,
        -11px 0 19px -17px #B8B8B8;
	}

.colmiviva ul li{
	list-style-type:none;
	background:url(../images/line.gif) bottom left repeat-x;		
	}

.colmiviva ul li:last-child{
	background:none;
	}

.colmiviva ul li .accordionButton{
	list-style-type:none;
	padding:35px;	
	cursor:pointer;
	background:url(../images/down.png) 220px 40px no-repeat;
	opacity:0.4;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}
	
.colmiviva ul li .accordionButton:hover{
	opacity:1;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

.colmiviva ul li .on{	
	background:url(../images/top.png) 220px 40px no-repeat;
	opacity:1;
	}

.colmiviva ul li .accordionButton h3{
	font-family: 'TitilliumReg';
	font-size:22px;
	}

.colmiviva ul li .accordionButton h3 img{
	float:left;
	margin:0 15px 0 0;
	}

.colmiviva ul li .accordionContent{
	list-style-type:none;
	padding:0 35px 35px 35px;	
	cursor:pointer;
	font-size:12px;
	color:#808080;
	}

.colmiviva ul li .accordionContent p{
	line-height: 18px;
    margin: 0 0 10px;
	}

.infoBottom{
	width:100%;
	clear:both;
	background-color:#E6E6E6;
	border-top: solid 20px #DBDDDA;
	}

.bottomWrap{
	width:895px;
	margin:auto;
	position:relative;
	padding:10px 0 60px 0;	
	display:table;
	}

.bottomLeft{
	float:left;
	width:600px;
	}
	
	
	
	
.bottomLeft li:hover{
	background-color:#eeeeee;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}
	
	
	

.infoBottom h4{
	color:#4E4E4E;
	font-size:22px;
	font-family: 'TitilliumReg';
	padding:15px 0;
	background:url(../images/line.gif) bottom left repeat-x;
	}
	
.infoBottom h4 img{
	float:left;
	margin:0 15px 0 0;
	}

.infoBottom ul{}

.infoBottom ul li{
	font-family: 'TitilliumReg';
	list-style-type:none;
	padding:20px 20px;
	border-bottom: dashed 1px #B3B3B3;
	color:#7F8080;
	background:url(../images/bullet4.png) left center no-repeat;
	position:relative;
	}

.infoBottom ul li a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#7F8080;
	position:absolute;
	right:15px;
	
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

.infoBottom ul li a span{
	color:#006AB3;
	}

.infoBottom ul li a:hover{
	color:#333;
		
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

.bottomRigth{
	background:url(../images/bottom_right.png) top center no-repeat;
	height: 217px;
    position: absolute;
    right: -56px;
    top:-20px;
    width: 190px;
	padding:40px 80px;
	}

.podBox{
	display:block;
	}

.podBox a{
	text-decoration:none;
	display:block;  
	position:relative;
	cursor:pointer;
}	

.podBox a .rollover {
	display:block; 
	position:absolute; 
	top:0; 
	left:0;	
}

.podBox h5{
	margin-top:-5px;
	color:#fff;
	width:160px;
	float:left;
	padding:20px;
	font-family: 'TitilliumReg';
	color:#a6bfdb;
	font-size:17px;
	border-top:solid 1px #266caf;
	text-align:center;
	
	background: #004493;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDQ5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVhYTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #004493 0%, #005aa4 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#004493), color-stop(100%,#005aa4));
	background: -webkit-linear-gradient(left,  #004493 0%,#005aa4 100%);
	background: -o-linear-gradient(left,  #004493 0%,#005aa4 100%);
	background: -ms-linear-gradient(left,  #004493 0%,#005aa4 100%);
	background: linear-gradient(to right,  #004493 0%,#005aa4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004493', endColorstr='#005aa4',GradientType=1 );

	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

.podBox a:hover h5{
	color:#fff;

	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

.adipoli-wrapper{
    position:relative;
	float:left;
}

.adipoli-wrapper>img{
    position: absolute;
    z-index: 1;
}

.adipoli-before{
    position: absolute;
    z-index: 5;
}
.adipoli-after{
    position: absolute;
    z-index: 10;
}

.obrasLista{}

.obrasLista li{
	list-style-type:none;
	}

.fullCol{
	width:94%;
	}

.obrasLista li .accordionButton{
	background:url(../images/down2.png) 98% 22px no-repeat;
    border-bottom: 1px dashed #B3B3B3;
    color: #7F8080;
    font-family: 'TitilliumReg';
    padding: 20px;
	cursor:pointer;
	float:left;
	width:830px;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}
	
.obrasLista li .accordionButton:hover{
	background-color:#F7F7F7;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

.obrasLista li .accordionButton img{
    float: left;
    margin-right: 9px;
    position: relative;
    top: -5px;
}
	
.obrasLista li .on{
	background:url(../images/top2.png) 98% 22px no-repeat #F7F7F7;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

.obrasLista li .accordionContent{
	padding:30px;
	background-color:#F7F7F7;
	float:left;
	width:93%;
	}
	
.obrasLista li .accordionContent .colLeft{
	float: left;
	width:358px;
	}

.obrasLista li .accordionContent .colRight{
	float: right;
	width:390px;
	}

.obrasLista li .accordionContent p{
	font-size:12px;
	}

.obrasLista li .accordionContent h3{
	color:#2789CF;
	font-size:14px;
	}

.obrasLista li .accordionContent ul li{
	list-style-type:disc;
	list-style-position:inside;
	font-size:12px;
	color:#7F8080;
	line-height:20px;
	}

.galleryObra{
	}
	
.colRight .bx-wrapper{
	border:solid 12px #fff;
	box-shadow:0 2px 3px #666;
	margin:30px 20px 0 0;
	}

.colRight .bx-wrapper, .colRight .bx-window, .colRight .bx-window img{
	height:225px !important;
	width:auto !important;
	}

.colRight .bx-pager{
    position: absolute;
    width: 100%;
	text-align:center;
	margin-top:30px;
	}
	
.colRight .bx-pager a{ 
	text-indent:-999999px;
	background:url(../images/bullet_grey.png) 0 0 no-repeat;
	width:10px;
	height:10px;
	margin:0 4px;
	text-decoration:none;
	display:inline-block;
	}

.colRight .bx-pager a.pager-active{
	background:url(../images/bullet_blue.png) 0 0 no-repeat;	
	}

.contact{
	float:left;
	width:432px;
	}

.contact input, .contact textarea{
	float:left;
	background:none;
	border:solid 1px #ccc;
	width:400px;
	padding:12px 15px;
	margin-bottom:15px;
	color:#A5A5A5;
	font-size:13px;
	position:relative;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

.contact textarea{
	min-height:100px;
	}
	
.contact input:hover, .contact input:focus{
	border:solid 1px #0F71B7;
	color:#0F71B7;
	
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	transition: all 0.3s linear;
	}

.contact input.enviar{
	float:right;
	background:url(../images/button.png) top left no-repeat;
	width:109px;
	height:27px;
	text-align:center;
	color:#fff;
	border:none;
	padding:0;
	font-size:12px;
	cursor:pointer;
	-moz-transition:none !important;
	}
	
.contact input.enviar:hover{
	background-position:bottom left;
	-moz-transition:none !important;
	}

.contacBox{
	padding:25px;
	background:url(../images/line.gif) bottom left repeat-x;
	}

.contacBox h3{	
	font-family: 'TitilliumReg';
	font-size:19px;
	color:#4E4E4E;
	}

.contacBox h3 img{
	float:left;
	margin:0 15px 0 0;
	}
	
.contacBox p, .contacBox a{
	font-size:13px;
	color:#7F8080;
	text-decoration:none;
	line-height:20px;	
	}

.contacBox a:hover{
	text-decoration:underline;
	}

.last{
	background:none;
	}

iframe.map{
	float:left;
	background-color:#fff;
	padding:5px;
	margin-top:20px;
	}

