/* CSS Document */

body{
margin:0px;
background-color:#FFFFCC;}

img {
border:none;}

#contenedor {
width:770px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
margin:auto;
border-left:#CCCCCC 1px solid;
border-right:#CCCCCC 1px solid;}

#head{
height:218px;
background:url(IMG/fondohead.jpg) no-repeat;}

#cuerpo{
background:url(IMG/fondocuerpo.jpg) repeat-y;}

#pie{
clear:both;
height:51px;
background: #FFFFA5 url(IMG/fondopie.jpg) no-repeat;
text-align:center;
padding-top:15px;
color:#000000;}

#menu{
width:680px;
padding-left:70px;
background:#CCCCCC;
border-top: #000000 1px solid;
border-bottom: #000000 1px solid;
margin:auto;
text-align:center;
}


#menu ul a {
display:block;
text-align:center;
font-size:12px;
padding:2px;
color:#000000;
text-decoration:none;
}


#menu ul a:hover {
color:#FFFFFF;
background:#000000;
}

#menu ul li{
padding-left:15px;
list-style:none;
float:left;}

#caja1{
min-height:300px;
width:730px;
margin:auto;
padding:10px;
text-align:justify;}

#caja1 h1{
color:#CE0017;
font-size:14px;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
}

#fla {
width:400px;
height:250px;
margin-left:10px;
float:right;
border:#999999 1px solid;}

#caja2{
min-height:100px;
width:730px;
margin:auto;
border-top:#999999 solid 1px;
border-bottom:#999999 solid 1px;
padding:5px;
background:#E8E8E8;
}

#banner{
margin-top: 2px;
width:350px;
height:120px;
border:#999999 1px solid;
float:left;}

/* FORMULARIO CONTACTO */

#f form {
width:270px;
padding:2px;
color:#333333;}

#f input {
background-color:#F9F9F9;
border:#999999 1px solid;
border-bottom:2px;
border-right:2px;
width:350px;
height:14px;
margin:0px;}

#f textarea{
background-color:#F9F9F9;
border:#999999 1px solid;
width:350px;
margin:0px;}

#f input.boton{
width:350px;
marging-left:190px;
border:#003300 1px double;
border-bottom:2px;
border-right:2px;
height:25px;
color:#000000;}


