body {
	margin: 0px;
	text-align: center;
	padding: 0px;
	background-color: #000000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

li {
	margin-bottom: 20px;
}
a {
	color: #92C936;
	text-decoration: none;
}
a:hover {
	color: #92C936;
	text-decoration: underline;
}


#web {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#cabecera {
	color: #000000;
	background-image: url(img/pagina_sup.jpg);
	height: 26px;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 11px;
}
#fondo {
	background-image: url(img/fondopag.png);
	background-repeat: repeat-y;
}
#pagina {
	text-align: left;
	background-image: url(img/pagina.gif);
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 26px;
	padding-left: 30px;
	background-repeat: no-repeat;
}
#findepag {
	background-image: url(img/fondopie.png);
	background-repeat: no-repeat;
	clear: both;
	height: 33px;
}
#portada {
	text-align: left;
	height: 531px;
	background-image: url(img/portada.jpg);
}
#cabecera a {
	color: #63851e;
	text-decoration: none;
}
#cabecera a:hover {
	color: #63851e;
	text-decoration: underline;
}
#pie {
	font-size: 11px;
	color: #CCCCCC;
	background-image: url(img/pieweb.gif);
	width: 309px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#pie a {
	color: #CCCCCC;
	text-decoration: none;
}
#videoportada {
	height: 397px;
	width: 393px;
	margin-top: 0px;
	margin-left: 377px;
	padding-top: 64px;
}
#pagina .titular {
	font-size: 18px;
	padding-bottom: 15px;
	margin-left: 85px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
#pagina .cuerpo {
	line-height: 20px;
	padding-top: 50px;
	padding-right: 60px;
	padding-bottom: 50px;
	padding-left: 85px;
	text-align: justify;
}
#pagina .catalogo {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 430px;
	background-image: url(img/fondo_cat.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.contacto {
	line-height: 20px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: justify;
	background-image: url(img/fondo_contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 430px;
}


/* PAGINACION ---------------------------------------- */

#paginacion {
	color: #666666;
	margin-top: 10px;
	font-weight: bold;
	bottom: 0px;
	position: relative;
	width: 660px;
	float: right;
	clear: both;
}
#paginacion a {
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: normal;
}
#paginacion a:hover {
	text-decoration: none;
}
#paginacion .paginas {
	clear: left;
	float: left;
}
#paginacion .resultados {
	float: right;
	margin-left: 20px;
	clear: right;
	text-align: right;
}
.adelante {
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 0.1em;
	padding-right: 15px;
	padding-left: 5px;
	background-image: url(img/adelante.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
.atras {
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(img/atras.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
/* ------------------------------*/
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
.separa {
	padding-right: 3px;
	padding-left: 3px;
}

.fotoder {
	float: right;
	margin-bottom: 5px;
	margin-left: 25px;
}
.miniatura {
	border: 2px solid #FFFFFF;
	margin-right: 40px;
	margin-left: 40px;
}
.familia  {
	font-weight: bold;
	color: #D2488D;
}

/* FORMULARIOS */

#Consulta {
	text-align: center;
	float: left;
	padding: 0px;
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#Consulta p {
	margin: 0;
	text-align: center;
	padding: 5px;
}

.campo {
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

.asterisco {
	color: #66CC33;
	margin-left: 3px;
	font-size: 120%;
	font-weight: bold;
	line-height: 60%;
}

.bloqueizd {
	float: left;
	margin-left: 15px;
	clear: none;
	text-align: left;
	margin-bottom: 10px;
}
.bloqueder {
	float: right;
	margin-right: 15px;
	text-align: left;
	clear: right;
}

.bloquecen { /* para TEXTAREA */
	margin-left: auto;
	margin-right: auto;
}

.boton {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.boton input {
	margin: 5px;
	cursor: pointer;
}
#Consulta .nota {
	color: #FF0000;
	text-align: left;
	padding-left: 15px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contacto #datos {
	text-align: right;
	float: right;
	height: 260px;
	width: 400px;
	background-image: url(img/fondosol.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contacto .telefono {
	font-weight: bold;
	color: #4C8CA5;
	letter-spacing: 1px;
}
.contacto .nombre {
	font-weight: bold;
	color: #DD5800;
}
.confirmacion {
	padding-top: 150px;
	float: left;
	width: 300px;
	padding-left: 60px;
}
.listado {
	text-align: left;
	line-height: 1.5;
	text-transform: capitalize;
	width: 200px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: auto;
}

.clave {
	text-align: center;
}
#pagina .productos {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
}
#items {
	float: right;
	width: 660px;
	margin-left: 30px;
	text-align: left;
}

.producto {
	text-align: left;
	float: left;
	height: 185px;
	width: 300px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.producto     img   {
	float: left;
	margin-right: 15px;
	clear: left;
	border: 1px solid #FFFFFF;
}
.producto  .titulo {
	font-weight: bold;
	color: #F5A925;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
.producto .entradilla {
	padding-top: 10px;
	padding-left: 135px;
}
.producto .titulo a {
	color: #F5A925;
}

#menucatalogo li {
	margin-bottom: 5px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-left: 0px;
}
#menucatalogo li a:hover {
	text-decoration: none;
	color: #F5A926;
}
.seleccion {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.seleccion a {
	color: #FFFFFF;
}

#menucatalogo ul {
	margin: 0px;
	padding: 0px;
}
#pagina .ficha {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	min-height: 400px;
	background-image: url(img/fondo_ficha.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.ficha  .visual {
	width: 180px;
	vertical-align: top;
}
.ficha .info      {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.ficha  .captura {
	border: 1px solid #FFFFFF;
}
.ficha  .capturas {
	margin-top: 10px;
	margin-bottom: 10px;
}
.ficha .tecnica {
	padding: 15px;
	background-image: url(img/fondo_tecnica.png);
}
#contenido  {
	margin-top: 10px;
	text-align: left;
}
.capturas td {
	width: 50%;
	padding: 4px;
}
.tecnica .texto {
	height: 360px;
	overflow: auto;
	width: 220px;
}
.titulo img:hover {
	border: 1px solid #F5A925;
}
#video {
	height: 397px;
	width: 393px;
	margin-top: 0px;
	margin-left: 150px !important;
	margin-left: 100px;
	padding-top: 64px;
	float: left;
	background: transparent;
	clear: none;
}
#novedad {
	float: right;
	width: 240px;
	margin-top: 64px;
	margin-right: 50px;
	padding: 10px;
	background-image: url(img/fondo_novedad.png);
	border: 2px solid #CCCCCC;
	text-align: center;
	font-size: 18px;
	clear: none;
}
#novedad a {
	color: #FFFFFF;
}
#novedad a:hover {
	color: #92C936;
	text-decoration: none;
}
.catalogo #paginacion {
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
.catalogo .intro {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.aviso {
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(img/aviso.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #5FC0FF;
	border: 1px dotted #5FC0FF;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.error {
	text-align: center;
	color: #FF0000;
	background-image: url(img/alerta.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	white-space: normal;
	clear: both;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px dotted #FFFFFF;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.avisolegal {
	background-color: #000000;
	padding: 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.avisolegal .titular{
	color:#99CC00;
	font-size:14px;
	font-weight:bold;
}
