/* CSS Document */

.texto_blanco_negrita{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.texto_oscuro_negrita{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;	
}

.texto_oscuro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;	
}

.texto_medio{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999999;
	text-decoration:none;	
}
.texto_obligatorio_negrita{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;	
}


.titulo_rojo_grande_negrita{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;	
}


.texto_azul_grande{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#7284b1;
	text-decoration:none;	
}

.texto_azul_negrita{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#003b7d;
	text-decoration:none;	
}


.texto_oscuro_web{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#7b7a7a;
	text-decoration:none;	
	line-height:1.5;
}

.texto_oscuro_web_sin_espacio{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#7b7a7a;
	text-decoration:none;	
}


.texto_oscuro_negrita_web{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#7b7a7a;
	text-decoration:none;	
}


/*************estilos factorocio********************/

.texto_azul_enlace_web{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#001ba5;
	text-decoration:none;	
}

.texto_blaco_negrita_web{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;	
}

.texto_rosa_negrita_web{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#9c2575;
	text-decoration:none;	
}

.texto_rosa_grande{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#9c2575;
	text-decoration:none;	
}

.texto_naranja_negrita_web{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#e37704;
	text-decoration:none;	
}

.texto_gris_negrita_web{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#8b8a8a;
	text-decoration:none;	
}

.texto_rosa_web{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#9c2575;
	text-decoration:none;	
}

.texto_naranja_web{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#e37704;
	text-decoration:none;	
}
.texto_gris_web{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#8b8a8a;
	text-decoration:none;	
}



/*slider ofertas index*/
#sliderOfertasDestacadas .sliderOfertasIndex{
    style="width: 430;
    height: 245px;
    overflow: hidden;
    margin-bottom: 15px; 
    position: relative;
}
#sliderOfertasDestacadas .bx-controls{
    background: none repeat scroll 0 0 <?php echo $_SESSION['diplayColors']->oscuro?>;
    bottom: 0;
    position: absolute;
    width: 100%;
}

#sliderOfertasDestacadas .bx-pager div {
    display: inline-block;
    font-size: 18px;
    margin-right: 7px;
    padding: 3px 0 6px;
}

#sliderOfertasDestacadas .bx-pager a {
   color:#fff
}
#sliderOfertasDestacadas .bx-pager {
    text-align: right;
    margin-right: 17px;
}

#sliderOfertasDestacadas .tapaTrasparente{
    background-color: #FFFFFF;
    height: 9.166em;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    width: 56%;
}

#sliderOfertasDestacadas{
    margin-bottom:15px;
    margin-right: 33px;
}

/*******************cuadros con radio*********************/
.cuadroConRadio8{
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px
}

.cuadroConRadio8Sup{
   -webkit-border-radius: 8px 8px 0px 0px;
   -moz-border-radius: 8px 8px 0px 0px;
   border-radius: 8px 8px 0px 0px;
}
.cuadroConRadio8Inf{
   -webkit-border-radius: 0px 0px 8px 8px;
   -moz-border-radius: 0px 0px 8px 8px;
   border-radius: 0px 0px 8px 8px;
}

.cuadroConRadio10{
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px
}

.cuadroConRadio5{
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/*sombras*/

.boxShadow1{
    box-shadow: 1px 1px 1px #CCCCCC; 
}
.boxShadow3{
    box-shadow: 3px 3px 3px #CCCCCC; 
}
.boxShadow5{
    box-shadow: 5px 5px 5px #CCCCCC; 
}

#sliderOfertasDestacadas .bx-controls {
    background: none repeat scroll 0 0 #9C2575;
    bottom: 0;
    position: absolute;
    width: 100%;
}

#sliderOfertasDestacadas .bx-pager {
    margin-right: 17px;
    text-align: right;
}

#sliderOfertasDestacadas .bx-pager div {
    display: inline-block;
    font-size: 18px;
    margin-right: 7px;
    padding: 3px 0 6px;
}

#sliderOfertasDestacadas .bx-pager a {
    color: #FFFFFF;
}
a {
    text-decoration: none !important;
}

.FOtituloNaranjaH1 {
    color: #9C2575;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.FOtituloNaranjaH2 {
    color: #9C2575;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.FOtituloNaranjaH3 {
    color: #9C2575;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
h2.FOtitulo_naranja {
    color: #9C2575;
    font-size: 14px;
    margin: 5px;
}
div.FOtitulo_naranja {
    color: #9C2575;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
}
div.FOtitulo_negro {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
.FOtituloNegroH1 {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.FOtituloNegroH2 {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.FOtituloNegroH3 {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
.FOtituloNegroH2Normal {
    color: #666666;
    font-size: 13px;
    margin: 0;
}
.FOtituloNegroGrande {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.FOtituloNegroMedio {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.FOtituloNaranjaMedio {
    color: #9C2575;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.FOtextoNaranjaEnlace {
    color: #9C2575;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.FOtextoNaranjaEnlaceNormalUnder {
    color: #9C2575;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
.FOtextoNaranja {
    color: #9C2575;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.FOminNaranjabutton, button.FOminNaranjabutton, #mbnb .FOminNaranjabutton {
    background-clip: padding-box;
    background-color: #9C2575;
    border: 2px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #999999;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: normal;
    padding: 0.1em 0.2em;
    height: 31px;
}
.FOminNaranjabutton, button.FOminNaranjabutton, #mbnb .FOminNaranjabutton {
    background-clip: padding-box;
    background-color: #9C2575;
    border: 2px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #999999;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: normal;
    padding: 0.1em 0.2em;
    height: 31px;
}