body
	{
	font-family: Verdana, Arial,sans-serif;
	font-size: 10px;
	margin:0px;
	line-height:14px;
	background-image: url('../imagenes/general/fondoPagina.gif');
	}

hr
	{
	border-color:#829BBE;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	width: 100%;
	}

p
	{
	text-align: justify;
	}

td
	{
	font-family: Verdana, Arial,sans-serif;
	font-size: 10px;
	margin:0px;
	line-height:14px;
	}


/*** CABECERA ***/
.cabecera
	{
	width: 753px;
	height: 94px;
	margin: 1px;

	background-color: #004F42;
	}

.cabeceraLogo
	{
	width: 176px;
	height: 84px;

	float: left;

	background-image: url('../imagenes/general/cabeceraLogo.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	}

.cabeceraBanner
	{
	width: 575px;
	height: 83px;

	float: right;
	margin-top: 10px;
	margin-right: 2px;
	}

/*** ZONA CENTRAL ***/
.central
	{
	float: left;
	width: 755px;
	height: auto;

	background-image: url('../imagenes/general/fondoCentral.gif');
	background-repeat: repeat-y;
	}

/* MENÚ IZQUIERDO */
.menuIzq
	{

	float: left;

	width: 173px;
	}


a:link.mNivel1,a:visited.mNivel1
	{
	color: #FFFFFF;

	text-decoration:none;
	}
a:hover.mNivel1
	{
	text-decoration:underline;
	}



.menuNivel2Simbolo
	{
	color: #3C67A5;
	}

a:link.mNivel2,a:visited.mNivel2
	{
	color: #004F42;
	text-decoration:none;
	}
a:hover.mNivel2
	{
	text-decoration:underline;
	}

/* PORTADA */
.portadaBloqueDer
	{
	width: 330px;
	float: right;
	padding-left: 5px;
	}

.titTextoPortada
	{
	font-weight: bold;
	color: #004F42;
	}


/*** LISTADOS (categorías, contenidos...) ***/
.contenidos
{
	background-color: #FFF;
	padding-left: 15px;
}

.listadoContenedor
	{
	float: left;

	width: 500px;
	height: auto;


	padding: 10px;

	margin-left: 20px;



	background-color: #CFDEDB;

	}

.listadoImagenDecorativa
	{
	float: left;
	width: 85px;
	height: 85;

	margin-left: 10px;

	background-image: url('../imagenes/general/adornoCuadroListados.gif');
	background-repeat: no-repeat;

	}

.listadoListaElementos
	{
	float:right;
	width: 383px;
	height: auto;
	line-height: 20px;
	}

.listadoElemento
	{
	background-image: url('../imagenes/general/elementoListados.gif');
	background-repeat: no-repeat;
	background-position: 0 6;

	padding-left: 14px;
	}

.listadoSeparador
	{
	width: 373px;
	height: 3px;
	background-image: url('../imagenes/general/separadorListados.gif');
	background-repeat: no-repeat;
	background-position: top left;
	/*border: 1px solid cyan;*/
	font-size: 3px;
	}


/*** CATÁLOGO DE PRODUCTOS ***/
.cajaListadoProducto
	{
	float: left;

	width: 260px;
	height: auto;

	background-color: #CFDEDB;
	padding: 4px;
	margin: 0px 4px 0px 4px;
	}

.nombreProducto
	{
	font-weight: bold;
	color: #004F42;
	}

.enlaceVerProducto
	{
	float: right;

	background-image: url('../imagenes/general/flechaVerProducto.gif');
	background-repeat: no-repeat;
	background-position: right 3;

	padding-right: 15px;
	margin-right: 3px;



	text-align: right;
	}

.listadoCatalogoSeparador
	{
	float: left;

	width: 260px;
	height: 3px;

	background-image: url('../imagenes/general/separadorListadosCatalogo.gif');
	background-repeat: no-repeat;
	background-position: top left;

	font-size: 3px;

	margin-left: 5px;
	margin-top: 2px;
	}


.cajaDetalleProducto
	{
	float: left;
	width: 540px;
	height: auto;

	background-color: #CFDEDB;
	padding: 4px;
	margin: 0px 4px 0px 4px;
	}

.detalleCatalogoSeparador
	{
	float: left;

	width: 540px;
	height: 3px;

	background-image: url('../imagenes/general/separadorDetalleCatalogo.gif');
	background-repeat: repeat-x;

	font-size: 3px;

	margin-left: 5px;
	margin-top: 2px;
	}


.enlaceVolverCatalogo
	{
	float: left;

	width: 540px;

	background-image: url('../imagenes/general/flechaVerProducto.gif');
	background-repeat: no-repeat;
	background-position: right 3;

	padding-right: 15px;
	margin-right: 3px;

	text-align: right;
	}

/* VARIOS */
.textoNormal
{
	text-align: justify;
	background-color: #FFF;
}

.imagenBordeInferior
	{
	width: auto;
	height: auto;

	border-width: 0px 0px 1px 0px;
	border-color: #004F42;
	border-style: solid;

	}

a:link.normal,a:visited.normal
	{
	color: #676767;
	text-decoration:none;
	font-weight: bold;
	}
a:hover.normal
	{
	text-decoration:underline;
	}



