body {
font-family: Arial, sans-serif;
color: #666;
font-size: 14px;
background: #BC5528;
margin:0;
		text-align: center; /* for IE */
}

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

table {
text-align: center;
}

table ul{
text-align: left;
}

strong {
font-weight: normal;
}

a:link {
color: #99622A;
text-decoration: none;
}

a:visited{
color: #99622A;
text-decoration: underline;
}


a:hover{
color: #99622A;
text-decoration: underline;
}

a.email {
font-size: 12px;
}

#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: 101px;
background: #fff url(logo-mv.png) no-repeat;
}


#menu {
width: 450px;
/*float: right;*/
position:relative;
top: 68px;
left:255px
}

#menu ul {
  margin:0;
  padding:0;
  list-style:none;
  }
#menu li {
  float:left;
  background:url("tab-izq.jpg") no-repeat left top;
  margin:1px;
  padding:0 0 0 9px;
  }
#menu a {
  float:left;
  display:block;
  background:url("tab-der.jpg") no-repeat right top;
  padding:10px 15px 10px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
font-size: 12px;
text-transform: capitalize;
  }

#menu a:hover {
color: #C89960;
}

#flash {
float: left;
width: 700px;
height: 150px;
background: #fff;
border-top: 1px solid #BC5528;
border-bottom: 1px solid #BC5528;
}



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

p {
padding: 0px 10px;
}


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

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




#texto{
/*width: 700px;*/
float: left;
padding: 20px;
}

#izq{
float: left;
width: 280px;
}

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



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


ul.dir li{
margin-top: 1em;
}




/*------------menu---------------------*/
/*ul#nav {
list-style: none;
padding:0;
margin: 0;
margin-top: 15px;
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;
float: left;
}


#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------------------------------*/
form {
margin-left: 60px
}

label { 
display:block; 
font-weight:bold; 
margin-bottom:3px;

}  

input, textarea{
background-color: #FAFAFA;
border: 1px solid #BC5528;

font-family: Arial, sans-serif;
font-size:100%;
font-weight: normal;
padding:0.3em;
}

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