@charset "utf-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
}

body {
	text-align: center;
	background: #c3cece url(fondo-violet.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border-width: 0px;
	border-style: none;
	scrollbar-3dlight-color:#fcbb76;
    scrollbar-arrow-color:#b0e88e;
    scrollbar-darkshadow-color:#330033;
    scrollbar-face-color:#564787;
    scrollbar-highlight-color:#c3c3c3;
    scrollbar-shadow-color:#330066;
    scrollbar-track-color:#564787;
}

	INPUT 		{
	BORDER-RIGHT-COLOR: #003300;
	BORDER-BOTTOM-COLOR: #003300;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 10px;
	BORDER-BOTTOM-WIDTH: 1px;
	FONT-FAMILY:  "Verdana";
	BORDER-RIGHT-WIDTH: 1px;
	background-color: #fff;
	color: #003300;
}
	TEXTAREA	{
	BORDER-TOP-COLOR: #003300;
	BORDER-LEFT-COLOR: #003300;
	BORDER-RIGHT-COLOR: #003300;
	BORDER-BOTTOM-COLOR: #003300;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 10px;
	BORDER-BOTTOM-WIDTH: 1px;
	FONT-FAMILY:  "Verdana";
	BORDER-RIGHT-WIDTH: 1px;
	background-color: #fff;
	color: #003300;
}
SELECT 		{
	BORDER-TOP-COLOR: #003300;
	BORDER-LEFT-COLOR: #003300;
	BORDER-RIGHT-COLOR: #003300;
	BORDER-BOTTOM-COLOR: #003300;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 10px;
	BORDER-BOTTOM-WIDTH: 1px;
	FONT-FAMILY:  "Verdana";
	BORDER-RIGHT-WIDTH: 1px;
	background-color: #fff;
	color: #003300;
}
FORM 		{
	FONT-FAMILY:Verdana;
	FONT-SIZE: 10px;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6 { font-family: Verdana, Arial, Helvetica, sans-serif; }

h1 {
	font-size: 16px;
	color: #564784;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #564784;
}

h3 {
	font-size: 12px;
	color: #003300;
}

.base
        {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	z-index: 1;
	width: 100%;
	height: 2250px;
	background: #8E8BB6 url(fondo-violet.jpg) repeat-x;
        }

.caja1 {
	position: relative;
	padding: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 2250px;
	z-index: 5;
	background-image: url(FondoCaja1.gif) repeat;
	background-color: #564784;
}


.caja2 {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 760px;
	z-index: 10;
	top: 0px;
	left: 0px;
	height: 2250px;
	visibility: visible;
	background: #564787 url(FondoCaja2.jpg) repeat-x;
	border-width: 0px;
	overflow: visible;
}

.encabezado {
	position: absolute;
	background: url(CAS-Encabezado.jpg);
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 128px;
	z-index: 15;
	visibility: visible;
}

.barramenu {
	position: absolute;
	background: #cc0099 url(FondoBarraFucsia.gif) repeat-x;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 128px;
	width: 760px;
	height: 22px;
	z-index: 20;
	border-width: 0px;
	border-style: none;
	visibility: visible;
}		

.columnasubmenu {
	position: absolute;
	background: transparent;
	margin: 0;
	padding: 0;
	top: 150px;
	left: 0px;
	width: 219px;
	height: 300px;
	z-index: 25;
	visibility: visible;
}	

.caja3Editable {
	position: absolute;
	background: #564784 url(FondoCaja3.gif) repeat;
	margin: 0;
	padding: 0;
	top: 150px;
	left: 219px;
	width: 505px;
	height: auto;
	text-align: center;
	z-index: 30;
	overflow: visible;
	visibility: visible;
}

.fondosubmenu {
    background: transparent;
	background-image: url(Botones/FondoSubmenu.png)
	}		

.texto {
	text-align: left;
	color: #003300;
	text-indent: 40px;
	white-space: normal;
	font: normal 10px/16px Verdana, Helvetica, Arial, "Sans Serif";
	margin: 5px 10px 10px 20px;
	}
.textocvs {
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	height: auto;
	width: 400px;
	border-width: 0px;
	overflow: visible;
	font: 10px/16px Verdana, Helvetica, Geneva, Arial, "Sans Serif";
	color: #003300;
}


a:link {
	color: #cc0099;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #cc0099;
}
a:hover {
	text-decoration: underline;
	color: #cc0099;
}
a:active {
	text-decoration: none;
	color: #564787;
}

