@charset "utf-8";
body {
	background-color: #D1E1E7;
	background-image: url(img/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/*tools*/
.left{float:left; display:inline;}
.right{float:right; display:inline;}
.pushup {
	height: 50px;
}

.clear {
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
	line-height: 0;
}
/*tools*/ 

#contenedor {
	width:960px;
	margin:0 auto;
	margin-top: 50px;
	background-color: #FFFFFF;
	background-image: url(img/top-bottom.gif);
	background-repeat: no-repeat;
}
#contenedor #rounded-bottom {
	height: 15px;
	background-image: url(img/top-bottom.gif);
	background-repeat: no-repeat;
	background-position: -960px;
	clear: both;
}

#header {
	height: 155px;
}
#nav {
	height: 40px;
	margin-top: 8px;
	background-color: #1E5075;
	width: 940px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(img/nav.gif);
}

#nav ul {
	padding: 0 20px;
	margin: 0;
	float: right;
}
#nav li {
	display:block;
	float:left;
	list-style:none;
	position:relative;
	z-index:150;
}

#nav li a {
	padding: 0 10px;
	height: 43px;
	display: block;
	float: left;
	line-height: 43px;
	color: #FFFFFF;
	position: relative;
  margin:-3px 1px 0;
}
#nav ul li a:hover,#nav ul li.current_page_item a {
	color: #ccb724;
	background-repeat: repeat-x;
	background-image: url(img/hover.png);
}
/* estilos de dropdown*/


#nav ul ul
{
position:absolute;
top:40px;
left:0px;
margin:0px;
padding:0px;
display:none;
width:190px;
}
#nav ul li:hover ul{
display:block
}
#nav ul ul li a{
	padding: 5px 10px;
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	color: #FFFFFF;
	position: relative;
 	 margin:0;
	 width:170px;
	 background-image: url(img/hover.png);
	 border-bottom:1px solid #122f41;
	 border-top:1px solid #1e5e85;
}
#nav ul ul li a:hover,#nav ul ul li.current_page_item a {
	color: #fff;
	background-repeat: repeat-x;
	background-image: url();
	background-color:#0881b7
}
#nav ul ul li.current_page_item a {
color: #fff;
	background-repeat: repeat-x;
	background-image: url();
	background-color:#000
}
#logo  {
	height: 80px;
	padding-top: 20px;
}
#logo  h1  {
	padding: 0;
	margin: 0;
}
#logo h1 a {
	height: 80px;
	display: block;
	width: 270px;
	margin-left: 10px;
}
#logo a span {
	background-image: url(img/Arquitecsa_logo.jpg);
	display: block;
	position: absolute;
	width: 270px;
	height: 80px;
	background-repeat: no-repeat;
	z-index: 3;
	cursor: pointer;
}




#showcase {
	height: 250px;
	margin-top: 15px;
	width: 940px;
	margin: 8px 10px;
	position: relative;
	overflow: scroll;
}

#showcase ul,#showcase li,#showcase img{
margin:0px  !important;
padding:0px !important;
}
#showcase #navslide {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 70px;
	z-index: 25;
	background-image: url(img/slder.png);
	height: 30px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#showcase #navslide a {
	display: block;
	float: left;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	color: #3498D3;
}
#showcase #navslide a:hover {
	background-color: #1B597F;
}

#showcase #navslide a.activeSlide {
	color: #FFFFFF;
}



#showcase li {
float:left;
list-style:none;

}

/*contendores de textos*/
#main {
	padding: 20px 0;
}
#proyectos  {
	margin: 0 10px;
}
#proyectos .thumbs {
	width: 215px;
	margin: 10px;
	background-color: #F5F4EF;
	height: 147px;
	position: relative;
	overflow: scroll;
}
#proyectos .thumbs img {
	z-index: 2;
}
#proyectos   .info {
	height: 147px;
	z-index: 10px;
	background-color: #000000;
	width: 215px;
	position: absolute;
	top: 157px;
	opacity: 0.8;
	padding: 10px;


	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	left: 0px;
}
#proyectos    .info    h4 a {
	color: #FFFFFF;
}
#proyectos  .info a {
	color: #FFCC00;
}





.interior {
  margin:0 0 0 25px;
  width:640px;
}
.interior ul li{
	background-image:url(img/bullet.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:25px; 
	}
.interior h1 {
	border-bottom: 3px solid #f7dc28;
	padding-bottom: 10px;
}
#sidebar {
	width: 260px;
	margin: 25px 10px 10px 10px;
	background-color: #E5EEF5;
	background-image: url(img/sidebar.png);
	background-position: -260px bottom;
	background-repeat: no-repeat;
}
#sidebar   h4  {
	color: #5C8098;
	display: block;
	background-color: #b7d2e5;
	padding: 10px;
	background-image: url(img/sidebar.png);
	height: 23px;
	line-height: 23px;
}
#sidebar  .proyectos  {
	padding: 10px;

}
#sidebar .proyectos h5 {
	color: #FFFFFF;
	font-weight: bold;
}

#sidebar .proyectos ul {
	color: #D0E1E8;
	list-style-type: none;
}
#sidebar .proyectos ul li {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:4px;
	padding-bottom:4px;
}
#sidebar .proyectos img {
	border: 2px solid #fff;
}

.col3 {
	width: 300px;
	float: left;
	display: inline;
	margin: 0 10px;
}
.col3 h3 {
	border-bottom: 3px solid #f7dc28;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: block;
}
.col3 .imgcol {
	text-align: left;
	padding-bottom: 15px;
}
.more {
	height: 40px;
	margin: 0;
	padding: 0;
}
.more a {
	background-color: #f0f0f0;
	padding: 2px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 20px;
	line-height: 20px;
	float: right;
	display: block;
}
.more a:hover {
	background: #F7DC28;
}





.col4 {
	width: 620px;
	float: left;
	margin: 0 10px;
}
.clientes{
text-align:center;
margin-bottom:15px;
}
h3.clientes-tit{
border-bottom:1px solid #f0f0f0;
display:block;
width:910px; 
padding-bottom:10px;
margin-left:20px;
}
/*contendores de textos*/
#footer {
	height: 40px;
	width: 940px;
	margin: 0 10px;
	clear: both;
	background-image: url(img/nav.gif);
	background-color: #AED6EA;
	text-align:right;
}
#footer p{
  color:#FFF;
  padding:10px; margin:0px;  
}

