body{
    background-color:#9393A2;
}
#page{
    width:940px;
    margin:0 auto;
    background:#FFF url(../frontEnd/images/page_top.jpg) top left no-repeat;
}
/*******************
CONTENT
********************/
#header{
    height:125px;

}
#header h1{
    padding:0;
    margin:0;

}
#header h1 a{
    display:block;
    background:transparent url(../frontEnd/images/logo.jpg) 15px 15px no-repeat;
    width:458px;
    height:0;
    padding-top:113px;
    overflow:hidden;
    float:left;
}
#search{
    color:#9393A2;
    float:right;
    margin-top:96px;
    margin-right:30px;
}
#label{
    float:left;
    padding-right:10px;
}
#input{
    background:transparent url(../frontEnd/images/search_input.jpg) top left no-repeat;
    width:225px;
    height:18px;
    float:left;
    border:none;
    padding-left:10px;
    padding-right:10px;
    font-size:11px;
}
#button{
    background:transparent url(../frontEnd/images/search_button.jpg) top left no-repeat;
    width:19px;
    height:0;
    padding-top:18px;
    overflow:hidden;
    float:left;
    border:none;
}
.ingresa{
	background:none repeat scroll 0 0 #6D181C;
	border:medium none;
	color:#FFFFFF;
	font-weight:bold;
	width:65px;
}
/******************
PROYECTO
*******************/
#fotoProyecto{
    width:400px;
    padding:20px;
    float:left;
    overflow:hidden;
    /*min-height:500px;*/
}

#fotoProyecto .main{
    border:#555564 1px solid;
    padding:1px;
}

#listaFotosProyecto{
    width:470px;
    float:left;
    padding:10px;
    overflow:hidden;

}
#listaFotosProyecto #fotoThumb{
    float:left;
    width:115px;
    height:115px;
}
#listaFotosProyecto #fotoThumb img{
    border:#555564 1px solid;
    padding:1px;
}
#contentProyecto{
    width:930px;
    overflow:hidden;
}
/*******************
NAV
********************/
#nav{
    background:transparent url(../frontEnd/images/nav_bg.jpg) 3px 0px no-repeat;
    width:938px;
    height:44px;
}
/*   MENU   */
.ddsmoothmenu{
    font: bold 15px Verdana, Arial, Helvetica, sans-serif;
    /*background: #999999; background of menu bar (default state)*/
    width: 100%;
}

.ddsmoothmenu ul{
    z-index:100;
    margin: 0;
    padding:0 25px;
    list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
    position: relative;
    display: inline;
    float: left;
    padding:0;
    margin: 0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
    display: block;
    background:url(../frontEnd/images/separadorMenu.gif) top right no-repeat;
    color: white;
    padding: 13px 33px;
    /*border-right: 1px solid #E2E2E2;*/
    color: #FFFFFF;
    text-decoration: none;
    display:block;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{

}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    background: #7B7B8A;
}

.ddsmoothmenu ul li a:hover{
    /*background: #1F3668; background of menu items during onmouseover (hover state)*/
    background: #7B7B8A;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
    position: absolute;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    background:#7B7B8A;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
    display: list-item;
    float: none;
    background:url(../frontEnd/images/tileMenu.jpg) repeat-x;
    margin:0;
    padding:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
    top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
    background:none;
    font: normal 12px Tahoma;
    /*width: 160px; width of sub menus*/
    padding: 5px;
    margin: 0;
    border-top-width: 0;
    border-bottom: 1px solid #666666;
}
.ddsmoothmenu ul li ul li a:hover{
    /*background: #1F3668; background of menu items during onmouseover (hover state)*/
    background:#6D181C;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
    position: absolute;
    top: 12px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 6px;
    right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    /*background: silver;*/
}
/*******************
CONTENT
********************/
#title{
    padding:200px 0 10px;
}

#container{
    width:930px;
    border:#FFF 5px solid;
    background-color:#FFF;
    float:left;
}
#contentLeft{
    width:605px;
    background-color:#FFF;
    padding-left:5px;
    float:left;
    overflow:hidden;
}
#banner{
    float:left;
    width:930px;
    overflow:hidden;
    height:188px;
    margin-bottom:10px;
}
#contentLeft p{
    width:230px;
	text-align:justify;
}
#contentLeftLeft{
    float:left;
    width:311px;
    padding-top:5px;
    overflow:hidden;
}
#contentLeftLeft img{
    border:1px solid #555564;
    padding:2px;
}
#contentLeftRight{
    float:left;
    width:279px;
    padding-left:15px;
}
#list1 li{
    width:62px;
    height:62px;
    float:left;
    padding-right:15px;
    margin-bottom:15px;
}
#list2{
    margin-left:70px;
}
#list2 li{
    float:left;
    width:17px;
    height:17px;
    padding-right:3px;
}
#list3{
    margin-left:80px;
}
#list3 li{
    float:left;
    width:17px;
    height:17px;
    padding-right:3px;
}
.ServiceLeft, .ServiceRight  li{
    /*background: url(../frontEnd/images/listServices.png) no-repeat 8px 15px;*/
    list-style-type:none;
    padding-left: 20px;
}
.ServiceLeft strong, .ServiceRight strong{
	background:url(../frontEnd/images/listServices.png) no-repeat scroll 0 50% transparent;
	padding-left:12px;
}
#contentRight{
    float:right;
    width:320px;
    overflow:hidden;
}
#banner2{
    float:left;
    background-color:#FFF;
    padding-bottom:5px;
    /*padding-top:10px;*/
}

.ServiceLeft img{
    margin-right:20px;
	border:3px solid #888888;
    float:left;
}

.ServiceLeft{
    overflow:hidden;
    margin:20px;
}
.ServiceRight{
    background:#F1F1F3;
    overflow:hidden;
    padding: 20px 20px;
    border-bottom: 1px dashed #900506;
    border-top: 1px dashed #900506;
}
.ServiceRight img{
    margin-left:20px;
	border:3px solid #888888;
    float:right;
}
.ServiceLeft p{
    margin:0 0 15px;
	padding:12px;
	overflow:hidden;
	text-align:justify;
}
.ServiceRight p{
    margin:0 0 15px;
	padding:12px;
	text-align:justify;
}





#articleContainer{
    float:left;
    padding:10px 0px;
    height:265px;
	width:100%;
    background: #B0B0B4;
}
#articleContainer img{
    float:left;
	border:1px #333333 solid;
	padding:1px;
    margin:0 10px 0 0;
}
#articleContainer p{
    color:#FFF;
	text-align:left;
}
#articleContainer h4{
    padding: 0px 5px 5px;
}
#articleContainer a{
    float:left;
    color:#6D181C;
    text-decoration:none;
    padding-bottom:5px;
}
#articleContainer .articleDescription{
    padding: 9px;
}
#edificios{
margin:0 0 0 23px;
}

#thumbs .singleProyect{
    height:170px;
}
#thumbs h3{
    background:none;
    color:gray;
}
#thumbs_home li{
    background:#FFF;
	float:left;
	height:80px;
	list-style:none outside none;
	margin:5px 1px;
	padding:0;
	text-align:center;
	width:85px;
}
#thumbs_home img{
    border: 1px #666666 solid;
	padding:1px;
}
#thumbs img{
    border:#545463 1px solid;
    padding:3px;
}
#thumbs .thumbItems_1{
    height: 260px;
    background:#F7F7F9;
}
#thumbs .thumbItems_2{
    height: 260px;
    border-bottom:1px dashed #960202;
    border-top:1px dashed #960202;
}


#projectImage{
    float: left;
    height: 488px;
    width: 380px;
    text-align: center;
}
#projectInfo{
    float: left;
    padding-left: 30px;
    height: 231px;
    width: 520px;
}
#projectPics{
    float: left;
    padding-left: 30px;
    height: 257px;
    width: 520px;
}
#projectPics li{
    float: left;
    padding:5px 10px;
}
#pedo{
    padding-left: 90px;
}
#contentTemplate02 {
text-align:justify;
}

#contentTemplate02 td{
    padding:0 10px;
	text-align:justify;
}

#planos ul{
	width:460px;
}

#planos li{
	color:#990000;
	float:left;
	font-size:10px;
	list-style-position:inside;
	list-style-type:square;
	padding:7px 0;
	width:210px;
}	

#thumbs_x{
    border:1px solid;
    float:left;
    height:76px;
    line-height:18px;
    margin:5px;
    overflow:hidden;
    padding:1px;
    vertical-align:middle;
}

#proyect_info{
    text-align:center;
	margin:0 0 0 80px;
}

#proyect_info li{
    list-style:none;
    float:left;
    margin:5px;
    padding:0 35px;
width:200px;
}

#proyect_info #financiamiento{
border-left:1px #333333 dashed;
border-right:1px #333333 dashed;
}

#proyect_info h2{
    text-align:left;
    color:#999999;
    font-size:15px;
}

#proyect_info span{
    border-left:6px solid #900506;
    padding:0 5px;
}

#proyect_info .sub_info li{
    text-align:left;
    padding:0;
    list-style-type: square;
    /*color:#990000;*/
    font-size:10px;
    list-style-position: inside;
}

#proyect_info .sub_info span{
    border-left:none;
    color:#000;
}


#contactInfo{
	background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #DDDDDD;
padding:10px;
text-align:center;
	}
    
#volver{
    float:right;
	font-weight:bold;
	padding-right:20px;
    }    
#containerImage{
    position:relative;
    } 
 
#zoomImage{
	border:none;
    padding:0;
    }    

#iboxImageBox{
left:50%;
margin-left:-305px;
position:absolute;
top:210px;
    }
/*******************
FOOTER
********************/
#footer {
    background: #6D181C;
    color: #FFF;
    float:left;
    margin:3px 0px;
    padding:10px;
    width:920px;
    height:134px;
}
#footer .footerElement{
	text-transform:lowercase;
    float: left;
    padding:0 28px;
	width:250px;
}
#footer a:hover{
	text-decoration:underline;
}

#footer h4{
    color: #FFF;
    text-transform: capitalize;
}

#footer ul{
    padding:0;
    margin:0;
}
#footer li{
    list-style:none outside none;
    padding:0;
    margin:0;
    font-size: 11px;
}

#footer a{
    text-decoration: none;
}

#copyright {
width:200px;
margin:0 auto;
clear:both;
overflow:hidden;
position:relative;
padding-left:740px;
}


#copyright a.mushoq {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../frontEnd/images/logo_mushoq.png) no-repeat scroll 0px 2px;
    display:block;
    float:left;
    height:0;
    margin-top:2px;
    overflow:hidden;
    padding-top:9px;
    width:95px;
}

#copyright h5 a {
    color:#FFF;
    /*font-family:"Small Fonts";*/
    font-size:9px;
    font-weight:normal;
    float: left;
    margin-right: 3px;
    text-decoration:none;
}
