#container-main {
    width: 963px;
    margin: 0px auto 0px auto;
}

#toolbar {
    height: 60px;
	 
}

#logo {
	width: 335px;
	height: 45px;
	/*float: right; CAUSA MALFUNCIONAMIENTO EN FIREFOX*/
}

#banner{
	height: 173px;
	width: 963px;
	text-align: center;
}

div.scroll {	
	overflow: auto;
}

.container-cuadro-gris{
	background-color: #CCCCCC;	
	height: 200px;
	width: 230px;
}

#container-content-image{
	height:534px;
	width:330px;
	float:left;
}
#container-content-texto{
	height: 499px;
	width: 570px;
	float: left;
}

#container-content-image-borde{
	height: 525px;
	width: 330px;
	float: left;
}
#container-content-texto-borde{
	height: 514px;
	width: 572px;
	float: right;

}

#container-content-margen-border {
	height: 525px;
	width: 913px;

}

#container-content-margen {
	height: 556px;
	width: 913px;	
}

#container-content-sin-margen {
	height: 570px;
	width: 963px;
}

#container-content-margen-interior {
	height: 534px;
	width: 891px;
}


#container-content-busqueda {
	float: right;
	margin-top: 15px;
	margin-right: 2px;
	width: 240px;
}

#container-content-universo {
    min-height: 528px;
    overflow: auto;
}

#ruta_links{
	font-size: 12px;
	text-transform: uppercase;
	color: Black;

	font-weight: bolder;
  padding-left: 15px
}

#content {
   padding-top: 2px;
	padding-left: 2px;
   float: left;
   text-align: justify;
}

#content h1 {
	font-size: 12px;
	font-weight: bold;	
	color: Black;
	margin-bottom:10px;
	text-transform:uppercase;
}

#content .abstractIndice 
{
	font-size: 14px;
	font-weight: lighter;
	color: #4D4D4D;
	margin-bottom: 10px;
}

#content .subtitulo {
	font-size: 14px;
	font-weight: bold;
	color: #4D4D4D;
	margin-bottom: 10px;	
}

#content h1.titulo-rosa {
	font-size: 30px;
	font-weight: normal;	
	color: #D8027F;	
	margin-bottom:0px;
	text-transform:none;
}

#content h1.titulo-naranja {
	font-size: 30px;
	font-weight: normal;	
	color: #FE5815;	
	margin-bottom:0px;
	text-transform:none;
}

#content h1.titulo-azul {
	font-size: 30px;
	font-weight: normal;	
	color: #009FC3;		
	margin-bottom: 0px;
	text-transform:none;
}

#content h1.titulo-gris {
	font-size: 30px;
	font-weight: normal;	
	color: #4D4D4D;
	margin-bottom: 0px;
	text-transform:none;
}

#content .indicador-rosa {
	color: #D8027F;
	}
	
#content .indicador-naranja {
	color: #FE5815;
	}

#content .indicador-azul {
	color: #009FC3;
	}	
	
#content .text-scroll {
	float: left;
	text-align: justify;
	padding-right: 11px;
}

/*#content .image {
    width: 315px;
    float: right;
}

#content ul.ligas {
	font-family: Tahoma, Sans-Serif;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 0 10px;
	list-style-type: none;
}

#content ul.ligas a {
	color: #4C250B;
}

#content ul.ligas img {
	padding-left: 6px;
	padding-right: 6px;
}*/

#footer {
	height: 50px;
	width: 913px;
}

#menuAlterno  {
		font-size: 11px;
	width: 913px;
	line-height: 15px;

}

div.pleca {
    background-color: #CCCCCC;
    width: 950px;
    height: 5px;
    margin: 0px auto 0px auto;
}

/* UNIVERSO ULTRAJEWELS */

.universo-container {
    width: 440px;
    margin: 0px 10px 0px 20px;
    float: left;
}

.universo-container .marca {
    height: 135px;
    position: relative;
    margin-bottom: 20px;
}

.universo-container .marca img {
    position: absolute;
    bottom: 0px;
}

.universo-container .producto {
    height: 135px;
    margin-bottom: 20px;
}

.universo-container .producto h1 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #B4985A;
    margin-bottom: 10px;
}

.universo-container .producto p {
    font-size: 12px;
    color: #472C20;
    margin: 0px;
}

#universo-carrusel-container {
    height: 218px;
}

#universo-carrusel {
    position: relative;
    overflow: hidden;
    width: 430px;
    height: 218px;
    z-index: 100;
}

#universo-carrusel-layers	{ 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 430px;
	height: 130px;
	/* clip: rect(0px, 430px, 88px, 0px); */
	overflow: hidden;
	z-index: 1;
}

#universo-carrusel-layer { 
    position: absolute;
    visibility: hidden;
    top: 0px;
    left: 0px;
	height: 130px;
    z-index: 1;
}

#universo-carrusel-scrollbar {
    position: absolute;
    top: 130px;
    left: 0;
    width: 430px;
    height: 11px;
    font-size: 1px;
    z-index: 2;
}

#universo-carrusel-track {
    position: absolute;
    top: 0;
    left: 12px;
    width: 410px;
    height: 20px;
    z-index: 1;
    background-image: url("/App_Themes/Ultrafemme/images/tex_carrusel.gif");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#universo-carrusel-dragbar {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 10px;
    height: 20px;
    z-index: 1;
    background-image: url("/App_Themes/Ultrafemme/images/ico_pretzel.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.universo-producto-imagen {
    /*width: 315px;
    height: 508px;*/
    width: 0px;
    height: 0px;
    /*margin: 10px 10px 0px 0px;*/
    /*float: right;*/
}

.boton-anterior {
	float: left;
}

.boton-siguiente {
	float: right;
}

/* ADMINISTRACION */

#container-administracion {
    width: 950px;
    margin: 0px auto 0px auto;
}

#container-administracion h1 {
	font-size: 16px;
	color: #BF1D65;
	text-align: center;
	margin: 0px 0px 10px 00px;
}

#content-administracion {
    padding: 10px;
}

table.gridView {
    margin-bottom: 10px;
}

table.gridView a {
    color: #007A9D;
    text-decoration: none;
}

table.gridView a:hover {
    color: #007A9D;
    text-decoration: underline;
}

/* EVENTOS */

#eventoThumbs h1 {
    font-size: 22px;
    font-weight:normal;
    text-transform:uppercase;
    color: #FE5815;
    margin-bottom: 5px;

    
}

#eventoThumbs p {
    font-size: 12px;
    /*color: #472C20;*/
    color: #666666;
    margin: 0px;
}

/* UBICACION */

#menu-ubicacion .plazas {
	padding-left: 15px;
	display: none;
}

.menu-acerca:hover {
	
	font-size: 12px;
	text-decoration: none;	
	font-size: 12px;
	font-weight: bold;
	color: #0289B4;
	text-decoration: none;
}



/* NEW */


#content ul.pretzel {
	list-style-image: url(/App_Themes/Ultrafemme/images/bul_pretzel.gif);
	margin: 10px 0 10px 20px;
}

#content ul.pretzel li {
	font-size: 12px;
	line-height: 1.5;
}

#content .menu {
	float: left;
	width: 150px;
	height: 508px;
	padding-top: 20px;
	background: url(/App_Themes/Ultrafemme/images/tex_Subnivel.gif) no-repeat;
}

#content .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .menu ul a {
	color: #FFFFFF;
}

#content .menu li {
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 12px;
	background: url(/App_Themes/Ultrafemme/images/bul_Menu.gif) no-repeat;
	padding-left: 20px;
}

#content .text-d {
	float: left;
	position: relative;
	width: 465px;
	height: 483px;
	padding: 45px 10px 0 10px;
}

#content .image {
	float: right;
	width: 315px;
	height: 508px;
}

#content .text-d .pager {
	position: absolute;
	bottom: 20px;
	width: 465px;
	height: 20px;
	border-top: 1px solid #E7E6E2;
	border-bottom: 1px solid #E7E6E2;
}

#content .text .pager {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	border-top: 1px solid #E7E6E2;
	border-bottom: 1px solid #E7E6E2;
}

/* FIDELIDAD */

table.fidelidad-login {
	margin: 0 auto;
}

table.fidelidad-login td {
	padding: 3px;
}

table.fidelidad-consulta {
	margin: 20px 0;
}

table.fidelidad-consulta td {
	padding: 3px;
}