/*
Website 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-image: url(../images/fond_inter.jpg);
	background-repeat: repeat-x;
	color: #000;
	font-size: 1.1em;
	margin: 0px;
}

a {
	color: #666;
}

a:hover {
	color: #000;
}

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

#artistas ul li a {
	background: scroll transparent url(../images/fond_artista1.jpg) left top no-repeat;
	color: #FFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	height: 20px;
	margin: 0px 0px 16px 0px;
	padding: 2px 0px 2px 30px;
	text-decoration: none;
	width: 400px;
}

#artistas ul li a:hover {
	background: scroll transparent url(../images/fond_artista2.jpg) left top no-repeat;
	color: #FFF;
}

.copy {
	font-size: 1.0em;
	color: #999;
}

.separador {
	font-size: 1em;
	color: #5B06C5;
}

.fecha {
	font-size: 0.9em;
	color: #5B06C5;
}

.link_not {
	color: #666;
	text-decoration: none;
}

.link_not a {
	color: #666;
	text-decoration: underline;
}

.link_not a:hover {
	color: #000;
	text-decoration: underline;
}

.link_tec a {
	color: #5B06C5;
	font-weight: bold;
	text-decoration: underline;
}

.link_tec a:hover {
	color: #000;
	text-decoration: none;
}

.titulo {
	font-size: 1.2em;
	color: #5B06C5;
}

.bold_neg {
	color: #000;
	font-weight: bold;
}

.fondo_distri {
	background: scroll transparent url(../images/fond_distri.gif) left top no-repeat;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0px 8px 16px;
}

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

.fond_sisedu {
	background: scroll transparent url(../images/fond_sis_edu.gif) left top no-repeat;
	color: #5B06C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 7px 0px 5px 21px;
}

.fond_musica {
	background: scroll transparent url(../images/fond_musica.jpg) left top no-repeat;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	height: 32px;
	padding-top: 9px;
	padding-right: 10px;
	text-align: right;
}

.sumario {
	color: #666;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: justify;
}

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

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