/* CSS Document */

body {
margin:0px;
font-family: 'bookman old style',arial,'times';
font-size:12px;
color: #666666;
background-image: url(img/fondo-body.jpg);
}

#contenedor {
width:960px;
margin:0px auto;
text-align: left;
}

#encabezado {
width: 960px;
clear: both;
height: 136px;
background-image: url(img/top.jpg);
background-repeat: no-repeat;
border-bottom: 4px #4496af solid;
}

#encabezado .home {
width: 319px;
height: 100px;
border:  0px;
margin-left: 36px;
margin-top: 18px;
float: left;
}

#cuerpo {
width: 960px;
clear: both;
height: 350px;
padding-top:20px;
padding-bottom:20px;
background-image: url(img/fondo-contenido.jpg);
}

#contenido {
width: 620px;
/*margin-left:250px;
*margin-left:272px;*/
float:right;
padding-left: 34px;
padding-right: 34px;
height: 350px;
overflow:auto;
text-align:justify;
}

#contenido a {
text-decoration:none;
color:#009999

}

#contenido a:hover {
text-decoration:underline;
}

#contenido h2{
font-weight:bold;
text-transform:capitalize;

}

#contenido h3{
font-weight:bold;

}

/* MENU */

#menu {
float:left;
margin: 0px;
width: 160px;

text-align:center;

}

#menu ul {
list-style-type: none;
margin: 0px;
padding: 0px;
font-weight: bold;
text-align:center;
}

#menu li {
margin: 0px;
float: left;
}

#menu li a {
display: block;
color: #999999;
width: 191px;
padding-left: 5px;
margin-left: 40px;
margin-right: 36px;
text-transform: uppercase;
text-decoration: none;
font-size: 12px;
line-height: 30px;
text-align: left;
font-weight: bold;
border-bottom: #666666 dashed 1px;


}

#menu li a:hover {
background-image:url(img/fondo-btn-menu.jpg);
color: #666666;
}


/* contenido */

#pie {
width: 960px;
height: 35px;
background-color: #565656;
border-top: 4px #4496af solid;
}

#pie p {
font-family:Verdana;
color:#FFFFFF;
font-size: 9px;
text-align:center;

}

#pie p a{
font-family:Verdana;
color:#FFFFFF;
font-size: 9px;
text-decoration:none;

}

#pie p a:hover {
text-decoration:underline;

}

/*stilos form contacto*/

.nombreform
{
clear:left;
	width: 110px;
	float: left;
	text-align: right;
	vertical-align: middle;
	padding-right: 45px;
	margin-left: 45px;
	padding-top: 5px;
}

.campoform
{
float:left;
	width: 220px;
	padding-left: 20px;
	padding-top: 5px;
}

.botonesform
{
clear:both;
	width: 135px;
	padding-left: 130px;
	padding-top: 20px;

}
/*stilos form contacto*/

#estandares {
width: 960px;
height: 35px;
padding-top: 5px;
text-align:center;
}
