body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ccc;
	background-color:#333;
	background-image:url(../imagenes/bodybkgd.png);
	background-repeat:repeat-y;
	background-attachment:fixed;
	height: 365px;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ccc;
	background-color:#333;
	background-image:url(../imagenes/bodybkgd.png);
	background-repeat:repeat-y;
	background-attachment:fixed;
}

#wraper {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	/* position: relative; */
}
.normalHeight #container {
	width: 900px;
	height: 600px;
	margin: 20px auto 10px;
	text-align: left;
	background: #333 url(../imagenes/containerbkgd.jpg) no-repeat scroll;
	border: 2px solid #000;
	position: relative;
}
.tallHeight #container {
	width: 900px;
	height: 900px;
	margin: 20px auto 10px;
	text-align: left;
	background: #333 url(../imagenes/containerbkgd.jpg) no-repeat scroll;
	border: 2px solid #000;
	position: relative;
}
/*-------------------------------Fixes--------------------------------------*/
img{
	border:0;
}
.clear {
	margin: 0;
	padding: 0;
	height:0px;
	visibility: hidden;
	clear: both;
}
.it {
	font-style: italic;
	font-size: 12px;
	color:#666;
}
ul {
	list-style: none;
}
/*-------------------------------End of Fixes--------------------------------------*/
/*-------------------------------Header--------------------------------------*/
#header {
	margin: 0 auto;
	width: 900px;
	height:146px;
	background: url(../imagenes/headerdiv.png) no-repeat center 144px;
}
#header #best {
	margin: 0px 3px 0 0;
	padding: 0;
	position:absolute;
	height:50px;
	top: 0;
	right: 0;
	color:#666;
	line-height: .5em;
	font-size: .5em;
	font-weight: 100;
}
#headerContact {
	margin:0;
	padding: 0px 0px 0 20px;
	height: 100px;
	width: 200px;
	background:url(../imagenes/contactoheaderbkgd.png) no-repeat;
	right: 08px;
	position: absolute;
	top: 30px;
}
#headerContact h5{
	padding-top:0px;
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
}
#header h1 {
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	background: url(../imagenes/logo.png) no-repeat;
	height:111px;
	width:343px;
	position:relative;
	left: 75px;
	top:25px;
}
/*-------------------------------End of Header--------------------------------------*/
/*-------------------------------Navigation------------------------------------*/
#navbar {
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 672px;
}
#navbar ul {
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	margin: 0 auto;
	padding: 0px;
	float: left;
	list-style: none;
}
#navbar ul li {
	float: left;
}
#navbar ul li a{
	padding: 10px 0px 10px 0px;
	display:block;
	width:112px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.80em;
	font-weight: bold;
	color:#999;
	text-decoration:none;
	font-variant: small-caps;
	background:url(../imagenes/navdiv.png) no-repeat right top;
	line-height:0.9em;
	text-align:center;
	text-transform: lowercase;
	vertical-align: bottom;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
}
#navbar ul li a:hover{
	color:#FFF;
	 -webkit-transition:all 0.2s ease-in-out; -webkit-box-shadow: #000 3px 3px 10px; -webkit-transform:  scale(1.1); 
	 -moz-transition:all 0.2s ease-in-out;    -moz-box-shadow: #000 3px 3px 10px;     -moz-transform:  scale(1.1); 
}
#navbar ul li a.current{
	color:#FFF;
}
#navbar ul li a.last{
	background-position:-1000px center;
}
#navbar ul li a.lastlast{
	background-position:-1000px center;
	color:#FFF;
	cursor:default;
}
#navbar li a.current,#navbar li a.current:hover,#navbar li a.current:active{
	color:#FFF;
	cursor:default;
}
/*-------------------------------End of Navigation------------------------------------*/
/*-------------------------------index Content------------------------------------*/
.index #content {
	margin: 0 auto;
	padding:0;
	width: 800px;
	padding-top: 50px;
	background: red;
}
.index #imageSwapper {
	margin: 0;
	padding: 0px;
	margin-right: 50px;
	float:right;
}
.index #maintxt p {
	margin-bottom: 2px;
	line-height:1.2em;
	text-align:justify;
	font-size:13px;
}
.index #maintxt {
	margin: 0 auto; 
	margin-left:50px;
	margin-top:40px;
	padding:15px;
	padding-left: 22px;
	padding-right: 20px;
	background: #808000;
	border:solid #FFF 1px;
	color: #FFF;
	width:300px;
	float:left;
	position: absolute;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
/*-------------------------------End of Index Content------------------------------------*/
/*-------------------------------Arquitectura Content------------------------------------*/
.arquitectura {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 800px;
	height: 300px;
	position: relative;
}
.arquitectura a {
	cursor:default;
	float:left;
}
.arquitectura a:hover {
	position: relative;
	-z-index:4;
	float: left;
	 -webkit-transition:all 0.2s ease-in-out; 
	-webkit-box-shadow: #000 3px 3px 10px; 
	-webkit-transform:  rotate(-3deg) scale(2.5);
	-moz-transition:all 0.2s ease-in-out; 
	-moz-box-shadow: #000 3px 3px 10px; 
	-moz-transform:  rotate(-3deg) scale(2.5);
}
.arquitectura #txt{
	margin: 0 0 0 30px;
	width: 340px;
	padding: 5px 30px 15px 0px;
	background: url(../imagenes/maincontentdivider.png) no-repeat top right;
	font-size: 12px;
	font-weight: 100;
	text-align: justify;
	float: left;
}
.arquitectura #img{
	margin: 20px 25px 0 0;
	padding: 0
	margin-right: 20px;
	width: 368px;
	float: right;
}
.arquitectura img {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
}
.arquitectura ul {
	margin: 0 auto;
	padding: 0 30px 0 0;
	float: right;
}
.arquitectura li {
	margin: 3px;
	padding: 0;
	float: right;
}

/*-------------------------------End OF Arquitectura Content------------------------------------*/
/*-------------------------------Construccion Content------------------------------------*/
.construccion {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 830px;
	height: 300px;
	position: relative;
}
.construccion a {
	cursor:default;
	float:left;
}
.construccion a:hover {
	position: relative;
	-z-index:4;
	float: left;
	 -webkit-transition:all 0.2s ease-in-out; 
	-webkit-box-shadow: #000 3px 3px 10px; 
	-webkit-transform:  rotate(4deg) scale(2.5);
	-moz-transition:all 0.2s ease-in-out; 
	-moz-box-shadow: #000 3px 3px 10px; 
	-moz-transform:   rotate(4deg) scale(2.5);
}
.construccion #txt{
	margin: 0 0 0 17px;
	width: 360px;
	padding: 0px 0px 0px 21px;
	background: url(../imagenes/maincontentdivider.png) no-repeat center left;
	font-size: 12px;
	font-weight: 100;
	text-align: justify;
	float: right;
}
.construccion #img{
	margin: 39px 0px 0 0;
	padding: 0
	margin-right: 20px;
	width: 432px;
	float: right;
}
.construccion img {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
}
.construccion ul {
	margin: 0 auto;
	padding: 0 0px 0 0;
	float: right;
}
.construccion li {
	margin: 3px;
	padding: 0;
	float: right;
}
/*-------------------------------End Of Construccion Content------------------------------------*/
/*-------------------------------Proyectos Content------------------------------------*/
.proyectos a.prev{
	float: left;
	background: url(../imagenes/proyprev.png);
	width: 32px;
	height:45px;
	margin-top: 130px;
}
.proyectos a.next{
	float: right;
	background: url(../imagenes/proynext.png);
	width: 30px;
	height:45px;
	margin-top: 130px;
}
.proyectos a.prev:hover{
	background: url(../imagenes/proyprevover.png);
}
.proyectos a.next:hover{
	background: url(../imagenes/proynextover.png);
}
.proyectos {
	margin: 0px auto;
	padding: 30px 0 0 0;
	width: 850px;
	height:320px;
}
.proyectos #proytxt p {
	padding-top: 15px;
}
.proyectos #proytxt{
	margin: 0 0 0 53px;
	padding: 15px 25px 15px 15px;
	font-size: 13px;
	color: #ccc;
	text-align: right;
	text-indent: 2px;
	line-height: 1.2em;
	font-weight: 100;
	width: 300px;
	height: 247px;
	background: url(../imagenes/maincontentdivider.png) no-repeat right top;
	float: left;
}
#proyimg {
	margin: 0 0 0 0px;
	padding: 0px 20px 0 0;
	width:343px;
	height:300px;
	float: left;
}

#proyimg a{
	cursor:default;
	float:left;
}
#proyimg a:hover{
	position: relative;
	-z-index:4;
	float: left;
	 -webkit-transition:all 0.1s ease-in-out; 
	-webkit-box-shadow: #000 3px 3px 10px; 
	-webkit-transform:   rotate(-4deg) scale(2.5);
	-moz-transition:all 0.1s ease-in-out; 
	-moz-box-shadow: #000 3px 3px 10px; 
	-moz-transform:  rotate(-4deg) scale(2.5);
}
#proyimg ul {
	margin: 0px 0 0 15px;
	padding: 0;
	list-style: none;
	float:left;
}
#proyimg li {
	float:left;
	margin: 5px;
}
#proyimg img {
	border: 1px solid #ccc;
}
/*-------------------------------End OF Proyectos Content------------------------------------*/
/*-------------------------------Galeria Content------------------------------------*/
.gallery{

	padding:0;
	margin:0 auto;
	width: 758px;
	height:100%!important;
	height:auto;
	padding:5px;
}
.gallery ul{
	float:left;
	padding:0;
	margin:0;
	padding-left: 15px;
}
.gallery img{
	margin:0;
	padding:2px;
	height:35px;
	width:56px;
}
.gallery li{
	float:left;
	height:35px;	
	width:56px;
	margin:8px;
}
.gallery li a{
	float:left;
	height:39px; 
	width:60px;
	border:1px solid #000; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.gallery li a:hover {
	float:left;
	height:39px;
	width:60px;
	border:1px solid #fff; 
	-webkit-transition:all 0.1s ease-in-out; 
	-webkit-box-shadow: #000 3px 3px 10px; 
	-webkit-transform:  scale(1.2);
	-moz-transition:all 0.1s ease-in-out; 
	-moz-box-shadow: #000 3px 3px 10px; 
	-moz-transform:  scale(1.2);
}
/*-------------------------------End Of Galeria Content------------------------------------*/
/*-------------------------------Contactos Content------------------------------------*/

.contacto {
	margin: 0;
	padding: 0;
	width: 750;
	position: relative;
}
p.contacto {
	margin: 0;
	padding: 0px 50px 0 0;
	display: block;
	width: 300px;
	height: 250px;
}
.contacto #forma{
	margin: 0 auto;
	padding: 0;
	background:url(../imagenes/maincontentdivider.png) no-repeat center right;
	float: left;
	text-align:right;
	font-size: 13px;
	margin-top: 10px;
	margin-left: 154px;
}
.contacto img{
	float: right;
	margin-right: 130px;
	margin-top: 55px
}
.contacto h5{
	float: left;
	margin:253px 0 0 23px;
	padding: 0;
	font-family: Times;
	font-size: 16px;
	font-weight:normal;
	font-style: italic;
	color: #ccc;
}
.contacto #msg {
	margin:0;
	padding:0;
	background:url(../imagenes/maincontentdivider.png) no-repeat center right;
	float: left;
	text-align:right;
	font-size: 13px;
	margin-top: 10px;
	margin-left: 160px;
	height:300px;
	padding-right:45px;
}
.contacto #msg p{
	padding-top:125px;
}
.contacto #form p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: .2;
	color: #CCC;
	margin: .5em 0px;
	text-align:right;
}
.contacto input.text {
	width: 300px;
	margin: 0.5em;
	margin-right: 25px;
	background: #ccc;
	color:#000;
	text-align:right;
}
.contacto input.btn { 
	float: right;
	margin-right: 25px;
}
 .contacto input.text:focus {
	background: #999 url(../imagenes/contactbkgd.png);
	color: #fff;
}
.contacto textarea:focus {
	background: #999 url(../imagenes/contactbkgd.png);
	color: #fff;
}

.contacto label.top {
	display: block;
	margin-bottom: 0.3em;
	margin-right: 25px;
}
 .contacto textarea {
	width: 300px;
	margin: 0.5em;
	background: #ccc;
	color:#000;
	text-align:right;
	margin-right: 25px;
}
/*-------------------------------End of Contacto Content------------------------------------*/
/*-------------------------------Footer------------------------------------*/
.normalHeight #footer {
	margin: 0 auto;
	padding-top: 13px;
	width:950px;
	height:15px;
	background: #808000;
	border: 2px solid #FFF;
	position: absolute;
	float:left;
	z-index: 3;
	clear: both;
	top: 560px;
} 
.tallHeight #footer {
	margin: 0 auto;
	padding-top: 13px;
	width:950px;
	height:15px;
	background: #808000;
	border: 2px solid #FFF;
	position: absolute;
	float:left;
	z-index: 3;
	clear: both;
	top: 860px;
} 
#footer p {
	margin: 0px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.55em;
	font-variant: small-caps;
	color: #000;
	text-align:center;
}
#footer p .locations {
	font-size: 1.5em;
	color: #FFF;
	font-weight: lighter;
	line-height: 0px;
}
#footer p .copyright {
	text-indent:50px;
	margin-left:0px;
	color: #999;
	float: left;
	}
#footer p .design {
	text-align:right;
	color: #999;
	float: right;
	padding-right: 50px;
}
/*-------------------------------End of Footer------------------------------------*/