
* {
    margin: 0;
    padding: 0
}

body {
    font-size: 13px;
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 18px;
    margin-bottom: 5px
}

p {
    margin-bottom: 15px;
    line-height: 1.3em
}

dl {
    line-height: 20px;
}

dt {
    float: left;
    font-weight: bold;
    width: 130px;
}

dd{
    float: right; 
    width: 730px;
}

a img {
    border: none
}

#contain {
    width: 960px;
    margin: 0 auto;
}

#header {
    height: 70px;
    position: relative;
	background-color:#000;
}

#header #logo {
    float: left;
    width: 312px;
	margin-left:12px;
	display:inline;
}

#footer #social {
    position:absolute;;
    left:760px;
    top:2px;
    width:200px
}

#footer #youtube {
    margin-left: 5px;
    margin-top:-10px
}

#header #search {
    /*border: 1px solid #000;*/
    position: absolute;
    left: 630px;
    top: 24px;
    width: 221px;
    height: 24px
}

#header #search input {
    border: black 1px solid;
    height: 22px;
    line-height: 22px;
    width: 148px;
    float: left;
}

#header #search input.button {
    background: white;
    color: black;
    text-align: center;
    width: 70px;
    float: right;
    cursor: pointer;
    height: 24px;
}

#header .lang{
	position:absolute;
	left:870px;
	top:25px
}

#header #gb{
	margin-left:10px
}

#main {
    margin: 10px 10px
}

#footer {
    margin: 0 10px;
    position:relative
}

#footer #submenu {
    width: 940px;
    height: 35px;
    margin: 10px 0;
    border-bottom: 1px solid #000;
    padding-top:12px
}

#footer #submenu li {
    float: left;
    list-style: none;
    padding: 0 10px;
    border-left: #ccc 1px solid
}

#footer #submenu li.first {
    padding-left: 0
}

#footer #submenu a {
    text-decoration: none;
    color: #000
}

#footer #copy {
    width: 300px;
    float: right;
    text-align: right
}

/*Menu*/
#menu {
    border-bottom: 1px solid #000;
    line-height: 18px;
    height: 40px;
    z-index: 100;
    position: relative
}

#menu ul ul {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    top: 38px;
    left: 0;
    margin-left: -2px;
    background: white;
    border: 2px solid #ccc;
}

#menu ul ul ul {
    display: none;
    position: absolute;
    left: 210px;
    top: -1px;
}

#menu ul ul ul ul {
    display: none;
    position: absolute;
    left: 210px;
    top: -1px;
}

#menu ul li {
    float: left;
    width: 110px;
    list-style: none;
    position: relative;
    display: block;
    height: 38px;;
    vertical-align: middle;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
    border-right: 2px #fff solid;
    text-align: center;
    font-weight: bold;
    font-size: 12px
}

#mini{
	margin-left:-10px;
	width:960px
}

#menu ul li li {
    float: none;
    display: block;
    width: 200px;
    min-height: 25px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 04px;
    background: white;
    height: auto;
    line-height: 25px;
    text-align: left
}

#menu li li a {
    height: 100%;
    width: 100%;
    display: block
}

#menu ul li:hover {
    border-top: 2px #ccc solid;
    border-left: 2px #ccc solid;
    border-right: 2px #ccc solid;
	height:40px
}

#menu ul li:hover li{
    height:auto
}

#menu ul li li:hover {
    border-top: none;
    border-left: none;
    border-right: none;
}

#menu ul li:hover ul {
    display: block
}

#menu ul ul li:hover ul {
    display: block
}

#menu ul ul ul li:hover ul {
    display: block
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
    display: none;
}

#menu a {
    color: #000;
    text-decoration: none;
}

#menu a:hover {
    color: #666;
}

#menu li {
    line-height: 38px
}

#menu li li {
    line-height: 30px
}

#menu ul li.twolines {
    line-height: 17px
}

#menu ul li .twolines {
    line-height: 14px
}

#menu ul li#m5 {
    width: 158px
}

#menu ul li#m7 ul {
    left: -138px
}

#menu ul li#m7 ul li{
    width:240px
}

#menu ul li#m8 ul {
    left: -98px
}

#menu ul li#m8 ul ul {
    left: -259px
}

#menu ul li#m8 ul ul li {
    width: 250px
}


/*Generic elements*/

.showlb{
	cursor:pointer;
}

.twobar {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    height: 1px;
    clear: both
}
.noBar{ border:0}
.enter {
    background: url(img/enter.png) no-repeat;
    padding-left: 5px;
    line-height: 24px;
    width: 70px;
    color: white;
    text-decoration: none;
    display: block
}

a.arr {
    background: url(img/arrow.gif) no-repeat center right black;
    padding: 0 30px 0 5px;
    line-height: 24px;
    color: white;
    text-decoration: none;
    display: block;
	text-align:left
}


.volver {
   /* width: 200px;*/
    float: right;
    text-align: right;
}

.line {
    border-bottom: 1px solid #000000;
    display: block;
    float: left;
    height: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.clear20{
	clear:both;
	height:20px
}

.center {
    text-align: center;
}

.formbar .hide{
	display:none
}

.hide{
	display:none
}

.h330{
	height:330px
}

.h310{
	height:310px
}

.h300{
	height:300px
}

.left{
	float:left;
}

.right{
	float:right;
}

.w220{
	width:220px
}

.w705{
	width:705px
}

.plus4 {
    height: 4px;
    clear: both
}

.standard {
    /*margin: 4px 10px 20px 10px;*/
	 margin: 4px 0 20px;
}

.photoabove {
    margin-top: 18px
}

.f14-2lines {
    font-size: 14px;
    font-weight: bold;
    border-bottom: #000 1px solid;
    padding: 4px 0;
    height:44px
}

.f14 {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0;
	
}

.f14-italic {
    font-size: 14px;
    font-weight: bold;
    
	font-style:italic;
	
}

.f14-standard{
	  font-size: 14px;
    padding: 0px 0;
}

.pad5{
	padding:5px 0;
}

.pad5-bottom{
	padding-bottom:5px;
}

.pad10-bottom{
	padding-bottom:10px;
}


.onlyline{
	
	border-bottom: #000 1px solid;
}

.bold {
    font-weight: bold
}

.center {
    text-align: center
}

img.left{
	float:left;
	padding-right:20px
}

img.right{
	float:right;
	padding-left:20px
}

.lightbox-container{
	position:relative;
	
}

.lightbox{
	position:absolute;
	width:940px;
	min-height:440px;
	background:url(img/shade.png);
	z-index:100;
		display:none

	

	
}

.formbar {
    height: 30px;
	margin:40px 0 20px 0;
	position:relative
	
}

.formbar .item{
	width:190px;
	float:left;
}

.formbar #special{
	position:absolute;
	top:-75px;
	left:770px
}




.formbar input, formitem.input{
	height:23px;
	border:solid #000 1px;
	float:left;
	width:120px
}

.formbar input.date{
	width:25px;
	margin-right: 5px
}

.formbar input.submit,input.formitem{
	width:30px;
	border:none;
	height:25px;
	background:black;
	color:white
}


.formbar label{
	width:50px;
	line-height:25px;
	background:black;
	color:white;
	display:block;
	float:left;
	text-align:center
}

h1.gen {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

h1.gen1 {
    margin: 20px 0;
    padding-bottom: 10px;
}

.noticia h2 {
    font-size: 14px;
	padding-bottom:3px;
}

.noticia .date {
    font-size: 12px;
    font-weight: normal;
}

.noticia {
    margin-bottom: 20px
}

a.black {
    color: black;
    text-decoration: none
}

/*pager*/
.pager {
    text-align: right;
}

.pager a {
    color: #000
}

.pager a {
    color: #000;
    text-decoration: none
}

.pager a:hover {
    color: #666
}

.pager a.active {
    font-weight: bold
}

/*Front page*/
#slideshow {
    width: 940px;
    height: 440px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

#slideshow .title, #slideshow .subtitle {
    font-size: 22px
}

.blurb {
    position: absolute;
    top: 350px;
    left: 0px;
    background: url(img/shade.png);
    color: white;
    padding: 5px 20px;
    width: 630px;
    height: 45px;
}

.foursquare {
    margin-right: 20px;
    width: 220px;
    float: left;
 }

.foursquare .title {
    font-weight: bold;
    line-height: 35px;
    font-size: 18px;
    border-bottom: #000 solid 1px
}

.foursquare .text {
    height: 80px;
    margin-top: 5px;
}

#gal .foursquare h2 {
	padding:8px 0
}

#gal .foursquare .text{
	height:65px
}



/*threesquare*/

.threesquare {
    margin-right: 20px;
    width: 293px;
    float: left;
    padding-bottom: 20px
}

.threesquare .enterpad{
	margin:10px 0;
}

.threesquare .enterpad a{
	float:right
}

.last {
    margin-right: 0;
    padding: right: 0
}

.first {
    margin-left: 0 padding-left: 0
}

/*FORMS*/
.rightselect {
    background: black;
    border: none;
    color: white;
    font-size: 14px;
    padding: 5px
}

/*
 * Lightbox
 */

.close{
	color:white;
	float:right;
	cursor:pointer;
	padding:5px;
	border:white 1px solid;
	padding:3px;
	margin:15px 12px;
	width:8px
}

#nav{
	position:absolute;
	left:30px;
	top:430px
}

#nav a{
	color:white;
	border:1px white solid;
	padding:3px 6px;
	text-decoration:none
}

#nav a.activeSlide{
	background:white;
	color:black
}

.slider{
	margin-left:28px0px;
	margin-top:15px;
	text-align:center;
	width:400px;
	overflow:hidden;
	padding-bottom:15px;
	color:white
}
.lightbox{
	color:white
}

.lightbox .title{
	width:250px;
	float:left;
	font-size:18px;
	margin:10px
}

.lightbox .title .small{
	
	font-size:11px;

}






/*----------------CODED BY HAMIDUR(19/06/2011)----------*/
/*------all input tags----*/
.iptTxt_1,
.iptTxt_2,
.iptTxt_3,
.iptTxt_4,
.iptTxt_5,
.iptTxt_6,
.iptTxt_7,
.iptDate,
.iptTxt{
	height:18px;
	padding:2px;
	line-height:18px;
	font-size:14px;
	color:#000;	
	border:1px solid #000;	
}
.alignLeft{float:left}
.alignRight{float:right}
.iptTxt_1{width:482px}
.iptTxt_2{width:521px}
.iptTxt_3{width:144px; margin-right:19px}
.iptTxt_4{width:378px}
.iptTxt_5{width:200px}
.iptTxt_6{width:30px; margin-right:4px}
.iptTxt_7{width:50px}
.iptDate{
	width:130px;/*177*/
	height:19px;/*25*/
	padding:3px 44px 3px 3px;
	border:none;
	background:url(img/iptDateBg.gif) no-repeat;
}
.chkBox_1{
	width:13px;
	height:13px;
	float:left;
	margin:6px 6px;
}
/*------------------------*/
#formActivity{
	/*width:920px;*/
	width:100%;
	padding:0;
	margin:0 auto;
	text-align:left;
	border-top:1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
}
#formActivity form{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.frmContent{
	width:100%;/*920*/
	padding:12px 0;
	margin:0;
	float:left;
	border-bottom:1px solid #000;
}
.frmContent h6,
.frmContent2 h6,
.frmBttm h6{
	padding:0;
	margin:0;
	line-height:24px;
	font-size:14px;
	color:#000;
}
.frmContent2 h6{padding-top:12px}
.frmBttm h6{ padding-bottom:8px}
.frmContent2{
	width:666px;/*920*/
	padding:12px 126px 28px 128px;
	margin:0;
	float:left;
	border-bottom:1px solid #000;
}
.frmContent3{
	width:100%;/**/
	padding:16px 0 0;
	margin:0;
	float:left;
}
.frmContent2 label{
	line-height:24px;
	float:left;
	padding-right:6px;
	position:relative;
}
.frmContent4 label{font-family: Helvetica, Arial, sans-serif;}
.frmContent2 label.lablComponent{
	width:160px;
	padding:0px 12px 0 31px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.frmContent2 label.lablComponent span{font-size:12px}
.frmContent4{
	width:290px;
	padding:0;
	margin:0;
}
.frmContent4 .arr{ font-size:12px}
.icon_calender{
	width:33px;
	height:25px;
	float:right;
}
.frmBttm{
	width:100%;
	padding:25px 0 0;
	margin:0;
	float:left;
}
.avisos{
	width:815px;
	padding:25px 125px 0 0;
}
.frmBttm p{
	width:486px;
	padding:0;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	line-height:10px;
	font-size:11px;
}
.avisos p{
	width:100%;
	margin-bottom:5px;
}
.btnSubmit{
	width:131px;
	height:24px;
	margin-top:5px;
	text-indent:-5000px;
	overflow:hidden;
	text-transform:capitalize;
	cursor:pointer;
	border:none;
	float:right;
	background:url(img/btnSubmit.gif) no-repeat;
}
.f12-standard{font-size:12px}

.p-06b1{position:relative}
.price{
	position:absolute;
	right:0;
	bottom:0;
}
.noticia .line {
    height:7px;
    margin-bottom: 10px
}

.noticia a{color:#000; text-decoration:none}
.noticia a:hover,
.center p a:hover{text-decoration:underline}

.center p a{
	font-weight:bold;
	color:#000;
	font-size:13px;
	text-decoration:none;
}
.tbl-1 a{ color:#000}


.frmContent5{
	float:right;
}

.frmContent5 label{padding:0 6px 0 10px}
.frmContent5 input[type="checkbox"]{
	width:13px;
	height:13px;
	margin-top:6px;
	float:left
}
.bttm04b{
	width:100%;
	padding:20px 0 30px;
	overflow:hidden;
	float:left;
}

#formActivitfrmContent{padding:0; margin:0; overflow:hidden}
.ovflowCont{
	overflow:hidden;
}

.moreInforbtn{
	float:right;
	padding:0;
	margin:0;
}
.moreInforbtn b{
	line-height:25px;
	padding-right:10px;
	float:left;
}
.moreInforbtn a{
	float:left;
	line-height:25px;
	padding:0 20px 0 5px;
	background:#000 url(img/arrow.gif) no-repeat center right;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.urlblack a{ color:#000}
.scroller,
.scrollerIn{
	width:100%;
	height:560px;
	padding:0;
	margin:0;
	overflow:hidden;
}
.scrollerIn{
	overflow:auto;
}






.containner2{
	width:100%;
	padding:0;
	margin:0;
	border:solid #000;
	border-width:1px 0 3px;
	background:url(img/content2Bg.gif) repeat-y;
	overflow:hidden;
}
.leftCont09{
	width:170px;/*193*/
	padding:0 12px 0 11px;
	margin:0;
	float:left;
}
.menu09{
	width:100%;
	padding:0;
	margin:32px 0;
}
.menu09 ul{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.menu09 ul li{
	width:168px;/*170*/
	margin-top:11px;
	line-height:22px;
	font-size:14px;
	font-weight:bold;
	border:1px solid #fff;
}
.menu09 ul li a{
	display:block;
	padding-left:4px;
	color:#000;
	background-color:#fff;
	text-decoration:none;
}
.menu09 ul li a:hover,
.menu09 ul li.current-item a{
	background:none;
	color:#fff;
}
.contRight09{
	width:740px;/*750*/
	padding:28px 10px 28px 0;
	float:right;
	display:inline;
}
.contRight09 a{text-decoration:none; color:#000000;}
.contRight09 a:hover{ text-decoration:underline}
.contRight09 a.arr{color:#fff}
.contRight09 h6{
	padding:0;
	margin:0;
	line-height:16px;
	font-size:12px;
	font-weight:normal;
}
.contentPhoto09{
	width:736px;
	height:358px;
	padding:0;
	margin:15px 0;
	overflow:hidden;
}
.contRight09 img{
	float:left;
	margin:1px 20px 0 5px;
	display:inline;
}
.contRight09 h5{
	padding:0;
	margin:0 0 15px;
	line-height:15px;
	font-size:14px;
	color:#000;
}
.contRight09 p{
	padding:0 0 16px;
	margin:0;
	line-height:16px;
	font-size:12px;
}
.serviceList{
	padding:10px 0 0;
	list-style:none;
}
.serviceList li{
	padding:5px 0;
	line-height:20px;
	overflow:hidden;
}
.serviceList li p,
.list09a li p{
	float:left;
	padding:0 0 0 8px;
	margin:0;
	background:url(img/blt.gif) no-repeat left 6px;
}
.content09aIn{
	padding:0;
	margin:0;
	overflow:hidden;
}
.listCont09a{
	width:270px;
	padding:0;
	margin:0;
	float:right;
}
.list09a{
	padding:0;
	margin:0;
	list-style:none;
}
.list09a li{
	line-height:16px;
	clear:right;
}
.listCont09a .list09a li{
	padding-left:8px;
	background:url(img/blt.gif) no-repeat left 6px;
}


.content09aIn address{
	float:left;
	padding:0 20px 15px 0;
	line-height:16px;
	font-style:normal;
}

#formbar09 {
    height: 10px;
    margin-top: 30px;
    margin-bottom:0
}

#newbar{
	float:right;
	width:170px
}

#mini h1{
	padding-bottom:6px
}

.propiedadObra{
	float:left;
}

.propiedadPublicacion{
	float:left;
}

.fechaPublicacion{
        float: left;
	width:300px;
}

