@charset "utf-8";
body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #3e3d3b;
}
p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
.wraper {
	clear: both;
	float: none;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
#contenedor {
	background-color: #f6f6f6;
	width: 700px;
	padding: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#menu {
	float: left;
	height: 200px;
	width: 210px;
	background-color: #00CC66;
	text-align: left;
}
#menu li {
	list-style-type: none;
	background-image: url(imagenes/bk-btn.jpg);
	width: 170px;
	height: 33px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	display: block;
	float: left;
	margin: 0px;
	color: #999999;
	font-size: 16px;
	
}
#menu li a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 170px;
	height: 33px;

}#menu li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#header {
	margin: auto;
	height: 200px;
	width: 700px;
}
#slideshow {
	float: left;
	width: 470px;
	height: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#header2 {
	margin: auto;
	height: 100px;
	width: 700px;
}
#logo {
	height: 100px;
	width: 210px;
	float: left;
}
#textologo {
	height: 60px;
	width: 450px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: justify;
	display: inline;
	line-height: 20px;
}
#contenido {
	background-color: #666666;
	margin: auto;
	width: 680px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
#footer {
	margin: auto;
	height: 20px;
	width: 740px;
	text-align: right;
}
.campos {
	border: 0px solid #666666;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
}
label {
	color: #333333;
	display: block;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#formulariodiv {
	width: 230px;
	margin: auto;
	text-align: left;
}
