/* Predefinidos */
body {
	background-color: #EBEBEB;
	
	/* ScrollBars */
	scrollbar-arrow-color:#736A52;
	scrollbar-base-color:#DADBDC;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#EBEBEB;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#0A6F9E;
}

body, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747474;
}

a, a:active, a:link, a:visited {
	color: #747474;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Estilos propios */
.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}


/* Enlaces */
.enlace01, .enlace01:active, .enlace01:link, .enlace01:visited {
	color: #747474;
	text-decoration: none;
}

.enlace01:hover {
	color: #747474;
	text-decoration: underline;
}

.enlace02, .enlace02:active, .enlace02:link, .enlace02:visited {
	color: #4F8A10;
	text-decoration: none;
}

.enlace02:hover {
	color: #4F8A10;
	text-decoration: underline;
}

.enlace03, .enlace03:active, .enlace03:link, .enlace03:visited {
	color: #E5131B;
	text-decoration: none;
}

.enlace03:hover {
	color: #E5131B;
	text-decoration: underline;
}

.enlace04, .enlace04:active, .enlace04:link, .enlace04:visited {
	color: #158FB6;
	text-decoration: none;
}

.enlace04:hover {
	color: #158FB6;
	text-decoration: underline;
}

/* Colores */
.01 {
	color: #747474;
}

.02 {
	color: #4F8A10;
}

.03 {
	color: #E5131B;
}

.04 {
	color: #158FB6;
}

.textologo {
	font-family: arial;
	font-size: 9px;
	color: #000000
}
