/*
Backdoor de Yamaha Venezuela - http://www.yamaha-ve.com/
Diseño: Dis. Ronald Mantilla <ronald@actimedia.com.ve>
Programación: Ing. Miguel Palazzo <miguel@actimedia.com.ve>
*/

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
}

body {
	background-color: #ECECEC;
	color: #000;
	font-size: 1.1em;
	margin: 0px;
}

a {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

p {
	line-height: 1.4em;
	padding: 2px 0px 12px 0px;
}

input[type="text"], input[type="password"], select, textarea {
	background-color: #FFF;
	border: 1px solid #666;
	color: #000;
	font-size: 1.0em;
	padding: 0px;
}

#menu a {
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}

#menu a:hover {
	color: #5B06C5;
	text-decoration: none;
}

.separador {
	color: #5B06C5;
}

.bordeado {
	background-color: #FFF;
	border: 1px solid #CCC;
}

.categoria {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

.titulo {
	background-color: #5B06C5;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.negro {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
}

.morado_bold {
	color: #5B06C5;
	font-size: 1.2em;
	font-weight: bold;
}

.blanco_bold {
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}

.comentarios {
	color: #666;
	font-size: 1.0em;
	padding: 10px 12px 4px 12px;
	text-align: justify;
}

.error {
	color: #5B06C5;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.exito {
	color: #666;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.filtro_oculto {
	display: none;
}

.filtro_visible {
	display: block;
	padding: 2px 0px 12px 0px;
}


.link_reportes{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

.link_reportes:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5B06C5;
	text-decoration:underline;
}

.link_bandas{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-weight:bold;
	color: #5B06C5;
	text-decoration:none;
}

.link_bandas:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-weight:bold;
	color: #666;
	text-decoration:underline;
}