@import url("textos.css");
@import url("barranav.css");
@import url("footer.css");
@import url("forms.css");
@import url("modulos.css");
@import url("links.css");

BODY {
	font-family: Verdana;
	font-size: 11px;
	background-attachment: fixed;
	background-color: #E0DFE3;
	background-image: url(img/fondo_pagina.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
}
#todo {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
}
#Contenido {
	padding: 3px;
	text-align: justify;
	border: 1px solid #E0DFE3;
	margin: 0px;
	overflow: auto;
	height: 450px;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : #EAE9EB;
	scrollbar-track-color : #F8F8F8;
	scrollbar-shadow-color : #CCCCCC;
}
#Header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.Lateral {
	font-family: Tahoma;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #E0DFE3;
	margin: 3px;
}
