@charset "utf-8";
/* RESET DE CSS */
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/* NUEVOS ESTILOS CSS */
* {
	font-family: "Trebuchet MS", Georgia, Times, serif;
}
body, html {
	font-size: 14px;
	color: #676767;
	min-height: 100%;
	height: 100%;
	background-color: #dcd5c5;
	background-image: url(images/bg.png);
	background-position: center top;
	background-repeat: repeat-y;
}
#principal {
	width: 850px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	clear: both;
	background-color: #FFFFFF;
}
#cabeza {
	width: 850px;
	height: 216px;
}
#pie {
	width: 850px;
	height: 30px;
	font-size: 12px;
	color: #FF9900;
	background-color: #333333;
	text-align: center;
	padding-top: 10px;
}
#menu {
	width: 850px;
	height: 20px;
	background-color: #f5e1b3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b09964;
	padding-top: 4px;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #B2700D;
	text-decoration: none;
	margin-left: 25px;
	margin-right: 25px;
}
#menu a:hover {
	color: #CC0000;
	text-decoration: underline;
	margin-left: 25px;
	margin-right: 25px;
}
a:link, a:visited, a:active {
	color: #B2700D;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#menu p {
	color: #b2700d;
	text-align: center;
}
#cuerpo {
	width: 810px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
	padding: 20px;
}
#cuerpo h1 {
	font-size: 24px;
	color: #ef511e;
	margin-bottom: 15px;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 17px;
}
#cuerpo h2 {
	font-size: 20px;
	color: #155581;
	margin-left: 17px;
	margin-bottom: 15px;
}
#cuerpo p {
	margin-left: 17px;
	margin-bottom: 15px;
	text-align: justify;
}
#cuerpo ul, li {
	margin-left: 17px;
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 10px;
}
#cuerpo b {
	font-weight: bold;
	color: #970b00;
}
#cuerpo table {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 14px;
	margin-left: 20px;
	width: auto;
	background-color: #E3F1FB;
}
#cuerpo td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.img {
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img2 {
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #776948;
}
.img3 {
	clear: none;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
