body {
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 62.5%;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/fondo_general.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #212121;
}
h1, h2, h3, h4, h5, p, ul {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#general {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#cabecera {
	background-image: url(../img/shapeimage_2.png);
	height: 170px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#cabecera h1 {
	margin-left: 25px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
}
#cabecera ul {
	background-image: url(../img/nav-bg.png);
	height: 54px;
	float: left;
	width: 100%;
}
#cabecera ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#cabecera ul li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: auto;
	float: left;
	margin-right: 0px;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
}
#cabecera ul li a.end {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: auto;
	float: left;
	margin-right: 0px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 16px;
	padding-left: 30px;
}
#cabecera ul li a:hover {
	background-image: url(../img/nav-hover2.png);
}
#cabecera ul li a.active {
	background-image: url(../img/nav-hover2.png);
}
#cabecera #buscador {
	background-color: #D5D5D5;
	float: right;
	width: 311px;
	margin-top: 60px;
	margin-right: 10px;
}
#cabecera #buscador input {
	float: left;
	height: 31px;
	margin-top: 3px;
	width: 250px;
	background-color: #D5D5D5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	font-size: 16px;
	color: #666;
}
#contenido iframe#iframe_contenidos {
	height: 100%;
	width: 100%;
	background-color: #FFF;
	margin-top: 15px;
	overflow: auto;
}
