body {
font-family: Verdana, sans-serif;
color: #ccc;
font-size: 14px;
background: #4568AC;
margin:0;
		text-align: center; /* for IE */
}

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

table {
text-align: center;
}

table ul{
text-align: left;
}

strong {
font-weight: normal;
}

#contenedor {
margin: 15px auto;   /* align for good browsers */
text-align: left; /* counter the body center */
width: 700px;

}

#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;
}



#flash {
float: left;
width: 700px;
height: 95px;
background: #fff;
border-top: 8px solid #4568AC;
border-bottom: 8px solid #4568AC;
}



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

p {
padding: 0px 10px;
}


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

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


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

#der{
width: 515px;
float: left;
}

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







/*------------menu---------------------*/
ul#nav {
list-style: none;
padding:0;
margin: 0;
margin-top: 15px;
font-variant: small-caps;
text-transform: capitalize;
}

#nav a{
color: #4568AC;
font-weight: bold;
text-decoration: none;
border: 1px dashed #4568AC;
padding: 5px;
margin: 5px;
width: 160px;
display: block;
}


#nav a:hover{
color: #fff;
background: #4568AC;
border: 1px dashed #fff;
}

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------------------------------*/
label { 
display:block; 
font-weight:bold; 
margin-bottom:3px;
color:#000
}  

input, textarea{
background-color: #FAFAFA;
border: 1px solid #E2E2E2;
color:#999;
font-family: verdana, sans-serif;
font-size:100%;
font-weight: normal;
padding:0.3em;
}

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