* {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
    margin: 0;
    padding: 0;
	color: #552536;
}

a {
	color: #552536;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #DE3A57;
	font-weight: bold;
	text-decoration:underline;
}

a:hover img{
	text-decoration:none;
}

body {
    background-position: left top;
    background:#EDEDE5 url(../img/fondo.png) repeat-x;
}

#contenedor {
    width:780px; /*ancho total de la pagina*/ 
    margin:10px auto; /*10px arriba y abajo, y auto a los lados, para los navegadores nuevos es suficiente para centrar la pagina*/ 
}

#cabecera {
    width: 760px;
	background-color:#EDEDE5;
	border: 1px solid #552536;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
}

#cabecera table {
	width: 760px;
}

/*--------------------------------------------------------------------------------------*/


#contenidoLados{
	background: url(../img/fondo-lados.png) repeat-y;
    width: 780px;
	padding: 0;
	margin: 0;
}

#contenido {
	background: url(../img/fondo-contenido.png) repeat-x #FFFFFF;
    width: 772px;
	padding-top: 10px;
	padding-bottom: 10px;
	_padding-bottom: 0px;  /* Para IE 6.0 */
    margin-top: 0px;
    _margin-top: -5px;  /* Para IE 6.0 */
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
} 

.imagenMaximizable{
	border: 1px solid #552536;
	padding: 3px;
	background-color: #FFFFFF;
	cursor:  url(../img/lupa-35x35.png), auto;
}

#contenido a {
	color: #DE3A57;
	font-weight: bold;
	text-decoration:none;
}

#contenido a:hover {
	color: #DE3A57;
	font-weight: bold;
	text-decoration:underline;
}

.separador {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #552536;
	margin: 0px 0px 20px 0px;
	width: 360px;
	clear: both;
}

.espaciador5 {
	border: 0px;
	height: 5px;
	clear: both;
}

.espaciador10 {
	border: 0px;
	height: 10px;
	clear: both;
}

.espaciador20 {
	border: 0px;
	height: 20px;
	clear: both;
}

/*--------------------------------------------------------------------------------------*/

#pie {
    width: 780px;
	height: 34px;
	background: url('../img/pie.png') no-repeat;
	padding: 0px;
	margin: 0 auto;
}

#pie table {
	width: 780px;
/*    color: #0000FF;*/
	text-align: center;
	vertical-align: middle;
}

#filtro {
	float: right;
}

/*--------------------------------------------------------------------------------------*/


#productos table{
	width: 730px;
	margin-bottom: 25px;
}


#productos td{
	border-bottom: 1px solid #552536;
	height: 16px;
}


/*--------------------------------------------------------------------------------------*/

.texto {
	text-align: justify;
	_text-align: left;
	padding: 10px 20px 10px 10px;
}

.texto a {
	color: #552536;
}

.textoIndexado {
	text-align: justify;
	padding: 0px 20px 10px 40px;
}

.importante {
	font-weight:bold;
}

.alineacion_centro {
	text-align: center;
}


h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #552536;
	font-weight: normal;
	line-height: 100%;
	display: inline;
}

h2 {
	font-size: 2em;
	color: #552536;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	font-size: 1em;
	color: #552536;
	font-weight: normal;
	margin: 0px 10px 13px 20px;
}

h3 a {
	color: #552536;
	text-decoration:underline;
}




