/* CSS Document */

body {
	background-color: #DEDEDE;
	
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000080;
	scrollbar-dark-shadow-color: #000080;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #663399;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #000080;

}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #663399;
	font-weight: bold;
}

a.texto_creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

a.texto_creditos:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#div_marco{
	background-image: url(imagenes/fondo_web.jpg);
	background-repeat: no-repeat;
	height: 668px;
	background-position: center;
}

.tabla_marco{
	background-image: url(imagenes/fondo_web.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 550px;
}

.texto_home {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #663399;
}

.texto_leyenda {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #663399;
}

.texto_dato{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #663399;

}

.texto_normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #663399;
}

.texto_normal_chico {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #663399;
}

.texto_resaltado {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #663399;
	text-transform: uppercase;
	text-decoration: underline;
}

.texto_creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663399;
}

.boton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #663399;

}
