@charset "utf-8";
/* CSS Document */

body {
font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
color: #fff;
font-size: 14px;
background: #4F4E57;
margin:0;
		text-align: center; /* for IE */
}

h1 {
color: #D1190D;
font-size: 160%;
margin: 10px 0 5px 10px;
padding: 0;
}

h3 {
color: #fff;
font-size: 160%;
margin: 20px 0 5px 20px;
padding: 0;
border-bottom: 1px dotted #fff;
}

table {
text-align: center;
}

table ul{
text-align: left;
}

a:link img{
border: 2px solid #D3EF7E;
}

a:hover img{
border: 2px solid #fff;
}

a:visited img{
border: 2px solid #ccc;
}

strong {
font-weight: normal;
}

img {
text-align: center;
}

img.home {
float: right;
margin: 13px 0 0 5px;
}

p {
text-align: justify;
color: #fff
}

p.dir {
text-align: center;

margin: 20px 0 0 0;
}



#contenedor {
margin: 15px auto;   /* align for good browsers */
text-align: left; /* counter the body center */
width: 700px;
background: #93af70 url(bg.jpg) no-repeat top left;
border: 1px solid #fff;
}

#contenedor2 {
float: left;
/*border: 2px solid silver;*/
width: 700px;
}


#header {
/*float: left;*/
width: 700px;
height: 88px;
background:url(puertas-automaticas-cuernavaca/logo.jpg) no-repeat;
text-indent: -1000em;
}




#contenido {
color: #fff;
float: left;
width: 100%;
/*background: #fff;*/
}


/*
.home-izq {
float: left;
width: 340px;
}

.home-der{
float: left;
width: 250px;
}
*/


#menu {
width: 180px;
float: left;
}

#der{
width: 515px;
float: left;
margin-top: 10px;
}

#pie {
width: 100%;
color:#FFFFFF;
text-align: center;
font-size: 80%;
}

div.mapa {
text-align: center;
margin: 20px  0 0 0;
}





/*------------menu---------------------*/
ul#nav {
Font-family: 'Trebuchet MS', 'Times New Roman', serif;
list-style: none;
padding:0;
margin: 20px 0 0 0px;
text-transform: capitalize;
}

#nav a{
color: #D3EF7E;
font-weight: bold;
font-size: 23px;
letter-spacing: 2px;;
text-decoration: none;
/*border-left: 5px solid #fff;*/
border-bottom: 3px dotted #fff;
padding: 5px;
margin: 15px 0 0 5px;
width: 150px;
display: block;
}


#nav a:hover{
color: #fff;
border-bottom: 3px dotted #D3EF7E;
}

ul.home-der {

  float: left;
  width: 30em;
margin: 0;
padding: 0 0 1em 40px;;
list-style: none;

}

ul.home-der li {
  float: left;
  width: 15em;

}


/*----------------contacto------------------------------*/
form {
margin: 0 0 0 100px
}

label { 
display:block; 
font-weight:bold; 
margin-bottom:3px;
color:#fff
}  

input, textarea{
background-color: #D4FCA2;
border: 1px solid #D3EF7E;
color:#999;
font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
font-size:100%;
font-weight: normal;
padding:0.1em;
}

textarea{overflow:auto;
font-size:100%
}
