/*
Frontend de LuxLed - http://www.luxled.com.ve/
Stylesheet para uso general del sitio web
Diseño: Dis. Ronald Mantilla <ronald@actimedia.com.ve>
Programación: Ing. Miguel Palazzo <miguel@actimedia.com.ve>
Fecha de Creación: 13/09/2007
Fecha de Actualización: 14/09/2007
*/

/* 001 - Estilos de HTML tags a emplear -> Inicio */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

body {
	background: scroll #ECECEC url(../images/fondo.jpg) top left repeat-x;
	color: #333;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}

a {
	color: #999;
	font-size: 11px;
}

a:hover {
	color: #F90;
}

a img, a:hover img {
	border: 0;
}

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

input[type="text"], input[type="password"], select, textarea {
	background-color: #FFF;
	border: 1px solid #999;
	color: #000;
	font-size: 11px;
	padding: 0px;
}
/* 001 -> Fin

002 - Estilos para uso general -> Inicio */
img.mini {
	background-color: #FFF;
	border: 1px solid #CCC;
	cursor: pointer;
	height: 34px;
	width: 60px;
}

.fecha {
	color: #F90;
	font-size: 11px;
}

.copy {
	color: #999;
	font-size: 10px;
}

.noticias {
	color: #999;
	font-size: 11px;
}

.noticias a:link, .noticias a:active, .noticias a:visited {
	color: #999;
	text-decoration: underline;
}

.noticias a:hover {
	color: #F90;
}

.categoria {
	color: #FFF;
	text-transform: uppercase;
}

.categoria a:link, .categoria a:active, .categoria a:visited {
	color: #FFF;
	text-decoration: none;
}

.categoria a:hover {
	color: #F90;
	text-decoration: underline;
}

.tit_naranja {
	color: #F90;
	font-size: 11px;
	font-weight: bold;
}

.tit_gris {
	color: #333;
	font-weight: bold;
}

#breadcumbs {
	background: scroll transparent url(../images/fond_gris.jpg) top left no-repeat;
	color: #000;
	text-decoration: none;
}

.text_bread {
	padding: 12px 0px 9px 19px;
	font-weight: bold;
	text-transform: uppercase;
}

.tit_blanco {
	color: #FFF;
	font-weight: bold;
}

.tit_blanco2 {
	color: #FFF;
	font-weight: bold;
	text-decoration: line-through;
}

.tit_micuenta {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.link_gris {
	color: #333;
}

.link_gris a:link, .link_gris a:active, .link_gris a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.link_gris a:hover {
	color: #F90;
	text-decoration: underline;
}

.exito {
	color: #F90;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
}

.error {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
}
/* 002 -> Fin

003 - Estilos para sección F.A.Q. -> Inicio */
.faq_mas {
	background: scroll transparent url(../images/fond_faqmas.gif) top left no-repeat;
	color: #333;
	font-weight: bold;
	padding: 4px 0px 5px 17px;
	text-decoration: none;
}

.faq_mas:hover, .faq_menos:hover {
	color: #F90;
	cursor: pointer;
	text-decoration: underline;
}

.faq_menos {
	background: scroll transparent url(../images/fond_faqmenos.gif) top left no-repeat;
	color: #333;
	font-weight: bold;
	padding: 4px 0px 5px 17px;
	text-decoration: none;
}

.resp_ocultar {
	display: none;
}

.resp_mostrar {
	display: block;
}
/* 003 -> Fin */