@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
}
#cont_general {
	height: 900px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#cabezal {
	height: 170px;
	width: 1024px;
	background-color: #24378B;
	position: relative;
}
#contenido {
	height: 731px;
	width: 1020px;
	position: relative;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #24378B;
	border-bottom-color: #24378B;
	border-left-color: #24378B;
	padding-top: 20px;
	background-color: #CCCCCC;
}
