@charset "UTF-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
#inicio {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(img/fondobody5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
}
#inicio2{
	background-color: #474C52;
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	position:absolute;
	width: 960px;
	height: 530px;
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-480px;
}
#sobrewrapper{
	position:absolute;
	width: 960px;
	height: 530px;
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-480px;
	background: transparent url(img/transparencia.png) no-repeat left top;
	z-index:1000;
}
#contenedorportf {
	position: absolute;
	height: auto;
	width: 980px;
	left:50%;
	margin-left:-480px;
	top:0;
}
#footer {
height:100px;
}
#footer p {
	padding: 40px;
}
#head {
	background-image: url(img/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 212px;
	width: 980px;
}
#texto{
	color: #CCCCCC;
	position: absolute;
	height: auto;
	width: 540px;
	margin-top: 85px;
	margin-left: 400px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-style: normal;
}
#anuncio{
	position: absolute;
	height: 200px;
	width: 250px;
	margin-top: 300px;
	margin-left: 305px;
}
#anuncio a {
	background-image: url(img/webs2.jpg);
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:200px;
}
#anuncio a:hover {
	background-image: url(img/webs.jpg);
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:200px;
}
#anuncio2{
	position: absolute;
	height: 200px;
	width: 250px;
	margin-top: 300px;
	margin-left: 305px;
}
#anuncio2 a {
	display:block;
	width:250px;
	height:200px;
}
#anuncio2 a:hover {
	display:block;
	width:250px;
	height:200px;
}

#slider{
	color: #999999;
	position: absolute;
	height: 235px;
	width: 375px;
	margin-top: 290px;
	margin-left: 580px;
	overflow: hidden;
}
#sliderForm{
	color: #999999;
	position: absolute;
	height: 290px;
	width: 375px;
	margin-top: 240px;
	margin-left: 580px;
	overflow: hidden;
}

#sliderContent {
	width: 375px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 370px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	font-style: oblique;
}
h2 {
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 25px;
	font-weight: normal;
	font-size: 16px;
}
.dis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-align: right;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
.dir {
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}
#enviado {
	width: auto;
	height: auto;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
/*para la navmenu*/

#navmenu {
	position: absolute;
	height: auto;
	width: 205px;
	margin-left: 149px;
	margin-top: 10px;
}
#navmenu ul {
	color: #666666;
}
#navmenu li {
	list-style-type: none;
	height: 38px;
	width: 80px;
	margin-top: 10px;
}
#navmenu li a {
	display:block;
	height: 38px;
	width: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#navmenu li a:hover{
	color: #FFFFFF;
}
.inicio {
	margin:0 0 0 23px;
}
.portfolio {
	margin:0 0 0 65px;
}
.blog {
	margin:0 0 0 110px;
}
.contac {
	margin:0px 0 0 130px;
}
.vcard {
	margin:0px 0 0 145px;
}
/*para formulario*/
#post_card {
	float:left;
	height:235px;
	padding:0 0 0 15px;
	width:345px;
	margin-left: 0px;
	background-attachment: scroll;
	background-color: transparent;
}
#post_card label {
	color:#CCCCCC;
	float:left;
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0;
	width:150px;
}
* html #post_card label {
/*height:23px;*/
}

#post_card label.error {
	background:#000000;
	color:#de3939;
	font-weight:bold;
	border:none;
	font-size:9px;
}

#post_card .req {
font-size:9px;
font-style:italic;
font-weight:normal;
}
#post_card #left {
	float:left;
	height:210px;
	width:170px;
}
#post_card #right {
	float:left;
	height:220px;
	padding:7px 0 0 15px;
	width:150px;
}
#post_card .textarea, #post_card .input {
	/*background-color: transparent;*/
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	float:left;
	background:#000000;
	/*background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;*/
}
#post_card .textarea {
	height:180px;
	overflow:hidden;
	width:165px;
	background:#000000;
}
#post_card .input {
	height:18px;
	width:150px;
}

#post_card .error {
	border:1px solid #883e3e;
	background:#FFFFFF;
	color:#000000;
}

#post_card .submit {
cursor:pointer;
float:right;
margin:10px 0 0;
}
/* para el portfolio */
.muestra {
	height: auto;
	width: 940px;
	margin:0 auto;
}

#portfSelect {
	height:auto;
	width:940px;
}
#portfSelect li, #portfSelect li a {
display:block;
height:135px;
width:940px;
}
#portfSelect li a span {
display:none;
}
#portfSelect li a#psResid {
background:transparent url(img/portfolio-rezidential.jpg) no-repeat scroll left top;
}
#portfSelect li a#psResid:hover {
background:transparent url(img/portfolio-rezidential.jpg) no-repeat scroll left bottom;
}
#portfSelect li a#psComerc {
background:transparent url(img/portfolio-comercial.jpg) no-repeat scroll left top;
}
#portfSelect li a#psComerc:hover {
background:transparent url(img/portfolio-comercial.jpg) no-repeat scroll left bottom;
}
#portfSelect li a#psOffice {
background:transparent url(img/portfolio-corporate-office.jpg) no-repeat scroll left top;
}
#portfSelect li a#psOffice:hover {
background:transparent url(img/portfolio-corporate-office.jpg) no-repeat scroll left bottom;
}
#portfSelect li a#psPubl {
background:transparent url(img/portfolio-spatii-publice.jpg) no-repeat scroll left top;
}
#portfSelect li a#psPubl:hover {
background:transparent url(img/portfolio-spatii-publice.jpg) no-repeat scroll left bottom;
}
#portfSelect li a#psPosi {
background:transparent url(img/posicionamiento.jpg) no-repeat scroll left top;
}
#portfSelect li a#psPosi:hover {
background:transparent url(img/posicionamiento.jpg) no-repeat scroll left bottom;
}
/* clases para los portfolio */
.web {
	height: auto;
	width: 940px;
	color: #FFFFFF;
	margin:15px 0 ;
}
.columleft {
	float: left;
	width: auto;
	background-color: transparent;
}
.columright {
	float: right;
	width: 350px;
	background-color: transparent;
	margin: 15px 0;
}
.serviscolumright {
	float: right;
	width: 650px;
	background-color: transparent;
	margin: 15px 0;
}

.clear {
clear:both;
}
.parrafo {
	color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	text-align: justify;
}
.columright img {
	padding-top: 15px;
}
