*{ margin:0; padding:0}
header, footer, section, nav, article {
display: block;
}
body{
	background:#7D464E;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contenedor{
width: 780px;
margin: auto;
padding: auto;
border: 1px solid #fff;
}
header{
width: 780px;
height: 236px;
}
.logo {
	width: 780px;
	height: 200px;
	display:block;
}
nav { float:left;
	width: 780px;
	height: 36px;
	background:#7D625A;
}
nav ul {
margin: 0 auto;
width: 800px;
list-style: none;
}
nav ul li {
    float: left;
    }
nav ul li a{
	height:36px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	line-height: 36px;
	text-align:center;
	float: left;
	background: url(images/main-delimiter.png) 100% 0px no-repeat; 
	padding:0px 15px;
	font-weight:bold;
}
nav ul li.selected a {
	color:#0C6B6A;
	background:#fff;
	-khtml-opacity:.50; -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;zoom:1;}
nav ul li a:hover{
	color:#0C6B6A;
	background:#fff;
	-khtml-opacity:.50; -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;zoom:1;}
section{ width:780px; background:#FFF;}
#derecha{
width: 210px;
float: left;
background:#000; 
}
#izquierda{
width: 530px;
float: left;
padding:10px 10px 20px 30px;
color:#000;

}
.de{width:220px; height:380px; float:right;}
.des{width:220px; height:454px; float:right;}
.der{width:220px; height:454px; float:right;}
.lon{ padding:10px 0 0 20px; }
.lon1{ padding:10px 0 0 0; }
#izquierda p{padding: 0px 0 10px 0;
			font-size:13px;
	}
h1{ font-size:15px;
	color:black;
	padding:20px 0 0 0;}
h2{ font-size:14px;
	color:#900;
	padding:10px 0 0 0;
	font-weight:bold;}	
footer{
	background:#7D625A;
height:30px;
font-size: 12px;
color:#fff;
text-align:center;
}
footer a{
text-decoration: none;
font-size: 12px;
color: white;
line-height:30px;
}
.clear{clear: both;}
form { 
	width:270px; float:left; }
label {	
	float:right;
	margin-right:5px;
	margin-bottom:15px;
	text-align:right;
	color:#000;}
input, textarea {
	float:right;
	border: 1px solid #747374;
	width:180px;
	background:#fff;
	margin-bottom:15px;
}
fieldset { border:none;}
.button { 
	width:180px;
	background-color:#CCC;
	border:1px solid  #000}
.datos {  float:left; padding:0px 0 0 20px; font-size:13px;	}