html, body {
	height:auto;
}
body {
	width: 100%;
	background-image: url(../img/bg_body.png);
}

#wrap{

    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    width: 960px;
    }

.slide {
	width: 940px;	
	}
	
.content{
	color: #000000;
	margin: 9px;
	text-align: justify;
	min-height: 660px;
}
.content p {
	font-family:arial,sans-serif;
	font-size: 14px;
	padding-left:  20px;
	padding-right:   20px;
	margin-bottom: 10px;
	line-height: 20px;
}

.content h2 {
	margin-top: -125px;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 110px;
	color: #fff;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}



#home:target ~ #header #navigation #link-home,
#portfolio:target ~ #header #navigation #link-portfolio,
#about:target ~ #header #navigation #link-about,
#contact:target ~ #header #navigation #link-contact{
	background: #000;
	color: #fff;
}
#works {
	padding: 15px 0px;
}
#works li{
	display: inline;
}
#works li a{
	padding-right: 10px;
}
#works img {
	padding: 12px; 
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.9);
}


#mapa {
	float: left;
	margin-top: -50px;
	width: 400px;
	height: 350px;
}


footer {
	padding-top: 5px;
	font-family: arial;
	font-size: 12px;
	height: 50px;
	background-image: url(../img/bg_header.png);
	width: 100%;
	bottom: 0;
}

#trol {
	margin-left: 5%;
	padding: 12px;
}

#trol a {
	color: #ffffff;
	font-weight: 900;
}

#trol a:hover {
	color: #ffffff;
	font-weight: 900;
	text-decoration: underline;
}


header{
	height: 125px;
	width: 100%;
	background-image: url(../img/bg_header.png);
	background-position: -600px; 
	
}
#logo {
	float: left;
}

nav {
float: left;


}

#wrapper {
	margin-top: -85px;
	margin-left: 580px;
	font: 22px 'Lobster1.1Regular', Arial, sans-serif;
       
}

h3 {
	text-align: left;
	margin-left: 22%;
	width: 400px;
	font-size: 30px;
	font-family: 'Lobster1.1Regular',fantasy;
}
span {
	font-size: 26px;
	font-style: italic;
}
strong {
	font-size: 1.1em;
}

.menu {
    display: inline-block; 
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(240, 240, 240));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(240, 240, 240));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(240, 240, 240));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(240, 240, 240));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(240, 240, 240));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#f0f0f0'); 
    -webkit-border-radius:0.2em;
    -moz-border-radius:0.2em;
    border-radius:0.2em; 
    border:1px solid #cecece; 
    -webkit-box-shadow:
        inset 0px 1px 0px #fff,
        0px 1px 2px rgba(0,0,0,.06);
    -moz-box-shadow:
        inset 0px 1px 0px #fff,
        0px 1px 2px rgba(0,0,0,.06);
    box-shadow:
        inset 0px 1px 0px #fff,
        0px 1px 2px rgba(0,0,0,.06);
}

.menu li {
    float:left;
    position:relative;
    list-style: none;
    border-right:1px solid #d8d8d8;
    border-left:1px solid #ffffff;
}
.menu li:first-child { border-left:none; }
.menu li:last-child  { border-right:none;}    
    
.menu li a {
	text-decoration: none;
    font-size:0.75em;
    font-weight:bold;
    color:#666666;
    text-shadow:0px 1px 0px #ffffff;
    display: block;
    padding:0 1em;
    line-height:2.5em;
}
.menu li:hover a {
    color: #343434;
}

#contactoo {
	font-family: arial;
	text-align: justify;
	margin-top: -450px;
	margin-right: 50px;
	float: right;
	width: 400px;
	height: 200px;
	color: #000000;
	font-size: 1.1em;
}


#formulario {

border:medium none;
color:#333333;
padding:0 0 0 50px;
width:400px;
margin-bottom: 20px;
}
#formulario h3 {
	font-size: 24px;
}

#formulario label {
display:block;
font-family:arial,sans-serif;
font-size:14px;
padding:10px 0 3px;
}


.buttons {
    float: left;
    padding-bottom: 5px;
    clear: both;
    color: #6e6e6e;
    font: bold 19px Helvetica, Arial, sans-serif;
      border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
   
.buttons:hover {
    float: left;
    padding-bottom: 5px;
    clear: both;
    color: #555555;
    font: bold 19px Helvetica, Arial, sans-serif;
      border-color: #888;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
    -webkit-box-shadow:0 2px 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
