body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	/*SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #000000;*/

}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	border: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #F4600A;
	margin: 0px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #12497F;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0B3F6F;
}
a:link, 
a:active, 
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.input {
	font-size: 9px;
	color: #333333;
	margin: 0px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	filter: Wave(Add=0, Freq=1, LightStrength=5, Phase=155, Strength=0);
}
.boton {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copy {
	font-size: 8px;
	color: #FFFFFF;
	background-color: #1160c6;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
.copy a:link, 
.copy a:active, 
.copy a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.copy a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.aviso-bien {
	background-color: #FFFFF0;
	border: thin dashed #009900;
	padding: 5px;
	font-weight: bold;
	color: #009900;
	text-align: center;
}
.aviso-error {
	background-color: #FFFFF0;
	border: thin dashed #CC0000;
	padding: 5px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.lateral {
	background-image: url(../../images/bg-lateral.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.lateral .contenido {
	background-image: url(../../images/candado.png);
	background-repeat: no-repeat;
	background-position: 0px 900px;
}
.lateral li {
	margin-left: -20px;
	list-style-type: circle;
}
.lateral-fondo {
	background-image: url(../../images/bg-amarillo.jpg);
	width: 300px;
}

.content {
	background-image: url(../../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 600px;
}


.content .logo {
	vertical-align: text-top;
}

