html, body {
	text-align:center;
	margin:0;
    padding:0;
}
#contenedor {
	width:990px;
	border:none;
	margin:0px auto;
	text-align:left;
}
.ps {font-family: Arial Narrow, Verdana, Geneva, Arial, Helvetica, sans-serif; 
            color : #D37A23;
            font-size : 13px; 
            font-weight : bolder; 
            letter-spacing : 3px; } 
.pn {font-family:verdana; font-size:12px;text-decoration:none;font-weight:bold;}
.pd {font-family:verdana; font-size:10px;text-decoration:none;color:000066;}
.textotitulo {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; font-style: normal; font-weight: bold; color: #9E000F; text-decoration: none}
/*td {vertical-align:middle; text-align:center;}  */
.spacer {
	width: 990px;
	height: 10px;
	background-image:url(http://www.shoppresa.com/cabs/comunes/sombra.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#spacer{
	height:10px;
	background-image:url(http://www.shoppresa.com/cabs/comunes/sombra.png);
	background-position:center top;
	background-repeat:no-repeat;
	clear:both;
}
.hor-inf-iz {
	background-image:url(../fondos/hor-baj-iz.png);
	width:19px;
	height:6px;
}
.hor-inf-de {
	background-image:url(../fondos/hor-baj-de.png);
	width:19px;
	height:6px;
}
.ver-inf-iz {
	width:6px;
	height:13px;
	background-image:url(../fondos/ver-baj-iz.png);
}
.ver-inf-de {
	width:6px;
	height:13px;
	background-image:url(../fondos/ver-baj-de.png);
}
.hor-sup-iz {
	width:19px;
	height:6px;
	background-image:url(../fondos/hor-sup-iz.png);
}
.hor-sup-de {
	width:19px;
	height:6px;	
	background-image:url(../fondos/hor-sup-de.png);	
}
.ver-sup-iz {
	width:6px;
	height:13px;
	background-image:url(../fondos/ver-sup-iz.png);	
}
.ver-sup-de {
	width:6px;
	height:13px;
	background-image:url(../fondos/ver-sup-de.png);	
}
#center{
	text-align:center;
}
#relleno_ver{
	background-color:#fff;
	clear:both;
	float:left;
	width:990px;
	position:relative;
	padding:0px;
}
.relleno_hor {
	height:19px;
	width:952px;
	background-color:#fff;
	float:left;
}
#content{
	background-color:#fff;
	margin:-13px 6px;
	position:relative;
	height: auto !important;
	height: 26px;
	min-height:26px;
}
#esquina {
	background-repeat:no-repeat;
	height:19px;
	width:19px;
	position:relative;
	background-image:url(../img/esquinas.png);
}
.e-si2 { /*Esquina Superior Izquierda*/
	background-position:inherit;
	float:left;
}
.e-sd2 { /*Esquina Superior Derecha*/
	background-position:-19px 0px;
	float:right;
}
.e-ii2 { /*Esquina Inferior Izquierda*/
	background-position:0px -19px;
	float:left;
}
.e-id2 { /*Esquina Inferior Derecha*/
	background-position:-19px -19px;
	float:right;
}