@charset "UTF-8";

/*-----------------------------------------------------------------------------------
        RESET
-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code,del, dfn, font, img, ins, kbd, q, s, 
samp,small, strike, tt, var, dl, dt, dd, ol, ul, li, figure, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%; vertical-align: baseline;white-space: normal; outline:none; color:#000; 
font-family: "Arial", sans-serif;}
body {line-height: 1;} ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
a, a:hover {text-decoration: none;}
a:focus { outline:0px; }

/*-----------------------------------------------------------------------------------
        GENERAL CLASSES
-----------------------------------------------------------------------------------*/

a{color: #000000;}
a:hover{ color:#C40049;}

.white{color:rgb(255,255,255);}
.red{color:#b91432;}
.green{color:green;}
.rojo{color:#b91432;}

.text-hide{ 
	text-indent:-9999px; /* IE8 */
	color: transparent;
}
.grey{color:rgb(46,149,9);}

.bold{font-weight:bold;}

.center {text-align: center;}
img.center, img[align="center"], img.aligncenter {display: block; margin:15px auto;}
.alignleft {float: left; vertical-align:top;}
.alignright {float: right; vertical-align:top;}
img.alignleft, img[align="left"] {margin: 15px 30px 15px 0px;}
img.alignright, img[align="right"] {margin: 15px 0px 15px 30px;}
img.mosaico{margin:20px 10px!important;}

.clear {clear:both;}
hr.clear {clear:both; visibility: hidden; margin: 0px; padding: 0px; height:0px;}
.inline{display:inline-block;}

input:focus, textarea:focus, select:focus{
	outline: none;
	box-shadow:0px 0px 1px 1px #b91432;
}	
.readonly{background-color: #D3D3D3!important;}

sup{font-size:8px; vertical-align:super;}
sub{font-size:10px; vertical-align:sub;}

input::-webkit-input-placeholder {
    color: #878785;
}
input:-moz-placeholder {/* FF 4-18 */
    color: #878785;
}
input::-moz-placeholder {/* FF 19+ */
    color: #878785;
}
input:-ms-input-placeholder {/* IE 10+ */
    color: #878785;
}

.hideDiv{
	display: none;
}

#btnTool2
{
	width:38px;
	height:159px;
	padding-left:35px;
	background-image:url(../images/btnTool2.png);
	background-repeat:no-repeat;
	float:right;
	right:-10px;
	margin-top:-70px;
	/*position:absolute;*/
	background-size:70%;
}


/*-----------------------------------------------------------------------------------
     BASIC ELEMENTS        color base #b91432  - grey #878785
-----------------------------------------------------------------------------------*/

body{
	width: 100%;
}

input{
	width: 235px;
	height: 30px;
	border-radius:20px;
	border:1px solid #b91432;
	box-shadow: inset 1px 2px 1px #ccc;
	font-size: 0.75em;
	padding: 0px 10px 0px;
}

select{
	width: 235px;
	height: 30px;
	border-radius:20px;
	border:1px solid #b91432;
	box-shadow: inset 1px 2px 1px #ccc;
	font-size: 0.75em;
	padding: 0px 10px 0px;
	/*
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  */
}

​select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}




.button{
	width: 200px;
	padding: 8px 0;
	background-color: rgb(195, 26, 55);
	box-shadow: inset 0px -1px 1px 1px #7C0D0D, inset 0px 1px 1px 1px #DA8383, 1px 1px 1px #BDBDBD;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	text-align:center;
	text-shadow:1px 1px 2px #4a4a4a;
	color:#fdfdfd;
}
.button:hover{
	background-color: rgb(136,2,62);
	color:#FFAFAF;
}
.cancelButton{
	width: 100px;
	padding: 8px 0;
	float: right;
	margin: 20px 20px 0 0;
	background-color: rgb(108, 108, 108);
	box-shadow: inset 0px -1px 1px 1px #3A3A3A, inset 0px 1px 1px 1px #D2D2D2, 1px 1px 1px #BDBDBD;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	text-align: center;
	text-shadow: 1px 1px 2px #323232;
	color: #fdfdfd;
}

section {
	margin: 0 -15px;
	min-height: 420px;
}

/* MESSAGES FORM   */

#messagesForm{
	width: 90%;
	margin: 20px auto 0px;
	position:relative;
}
.bg-danger, li.bg-warning, li.bg-success{
	padding: 5px 10px;
	margin: 3px 0;
	border-radius:5px;
	font-size: 14px;
}

.bg-danger{
	border:1px solid #FFB1B1;
	color:rgb(118,0,0);
}
.bg-warning{
	border:1px solid #ECD854;
	color:rgb(95, 87, 0);
}
.bg-success{
	border:1px solid #B9D5CC;
	color:rgb(37, 84, 0);
}

div.has-error,
p.has-error{
	padding-right: 3px;
	border:2px solid #900;
	border-radius: 5px;
}


/*-----------------------------------------------------------------------------------
        HEADER
-----------------------------------------------------------------------------------*/

header{
	position:relative;
	border-bottom:2px solid #b91432;	
	min-height:150px;	
}

header h1{
	margin-top: 10px;
}
header h1 a{
	display: block;
	height: 18px;
	background: url('./img/logoHollister.png') no-repeat;
	background-size: 80px 17px;
	background-position: 50px;
}

header h2 img{width: 280px;}

#iconsAccess{
	float: right;
    font-size: 0.8em;
    padding-right: 70px;
    position: absolute;
    top: 70px;
	right: 0;
}
#iconsAccess li, #iconsAccess a{
	display: inline-block;
	color:#878785;
}
#closeSession{
	margin-left: 10px;
}
#closeSession a{text-decoration:underline;}

#logoEsoluciones
{
	height:25px	
}

#buscador{
	margin-bottom: 30px;
}
#formBuscar {
	margin: 10px auto;
	/*width: 240px;*/
}
.inputBuscar{
	float:left;
	
}
.btnBuscar
{
	width:21px;
	height:20px;
	background-image:url(../images/btnBuscar.png);
	background-repeat:no-repeat;
	padding-right:5px;
	float:left;
	margin-left:-27px;
	margin-top:5px;
	cursor:pointer;
}


#ornament{
	width: 93px;
	height: 88px;
	display: inline-block;
	position: absolute;
	right: 0;
	background: url('./img/ornament.png') no-repeat;
	opacity:0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}

#navHeader{
	position: relative;
	height: 0;
}

#inicio{
	width: 120px;
	height: 30px;
	display: inline-block;
	
	position: relative;
	top: 0;
	left: -15px;
	
	background-image: url(../images/btnInicio.png);
	background-repeat: no-repeat;
	
	cursor: pointer;
	text-align: center;
	line-height: 2.2;
	
	
	color: #FFF;
	font-size: 13px;
	text-indent: 20px;
	
	z-index: 5;
}

#descargasButton{
	 background-image: url("../images/btnDescargas.png");
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    height: 53px;
    line-height: 2.7;
    position: absolute;
    right: -21px;
    text-indent: 23px;
    top: 115px;
    width: 165px;
    z-index: 5;
}

#casosButton{
	
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    height: 53px;
    line-height: 2.7;
    position: absolute;
    right: 141px;
    text-indent: 23px;
    top: 115px;
    width: 165px;
    z-index: 5;
}

.casosButton{
	 background-image: url("../images/btnCasos.png");	
}

.casosButtonNovedad{
	 background-image: url("../images/btnCasosNovedad.png");
	 top: 96px !important;
}

.descargasCurrent{
	background-image:url(../images/btnDescargasGris.png);
}

/*-----------------------------------------------------------------------------------
        FOOTER
-----------------------------------------------------------------------------------*/


footer{
	height: 120px;
	/*
	margin-bottom: 40px;
	padding-bottom: 30px;
	*/
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
	border-top:8px solid #b91432;	
	
	color: #000;
	font-size: 12px;
}

footer div{
	margin-top:10px;
}
footer .ce, footer .tlf{
	float:left;
	clear:none;
}
#copyright p{
	padding-left: 25px;
	margin-top: -2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: rgb(0,0,0);
}

footer #text_tlf{
	padding-left: 25px;
	margin-top: -4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b91432;
}

footer #text_tlf span{
	font-size: 13px;
	font-weight: bold;
	color: #b91432;
}

footer #text_tlf a{
	font-weight: bold;
	text-decoration:underline;
	color: #b91432;
}



/*-----------------------------------------------------------------------------------
        LOGIN
-----------------------------------------------------------------------------------*/

#login{
	width: 90%;
	max-width:380px;
	margin: 140px auto 0;
	padding-bottom: 30px;
	border:1px solid #b91432;
	background-color:#fff;
	box-shadow: 0px 0px 10px 10px #ccc; 
}
#login p{
	padding: 25px 0 15px;
	text-align:center;
	color:#878785;
	font-size: 1.2em;
}
#login input{
	display: block;
	margin: 15px auto 10px;
}

#loginGroup{
	width: 235px;
	margin: 0 auto;
}
#login a{
	display: block;
	margin-bottom: 20px;
	font-size: 0.7em;
	color:#b91432;
	text-align: right;
	text-decoration:underline;
}

#login button{
	color:#fff;
	font-size: 0.7em;
	box-shadow: 2px 3px 2px #ccc;
	padding: 6px 18px;
}
#newUser{
  background:#878785;
}
#loginButton{
	float:right;
	background-color: #b91432;
}

.shake{
	position:relative;
	-webkit-animation: shaking 0.1s linear 0s 6;
	animation: shaking 0.3s linear 0s 3;
}

@-webkit-keyframes shaking{
	0%{left:15x;}
	50%{left:-15px;}
	100%{left:0px;}
}

@keyframes shaking{
	0%{left:15px;}
	50%{left:-15px;}
	100%{left:0px;}
}

/* Modal recoverPassword */

.modal-title{color: #767676;}
#recover_pass .modal-dialog{width: 300px;}

#recoverPassword label{
	display: block;
	width: 200px;
	color: rgb(134, 38, 38);
	font-size: 0.85em;
}
#emailRecover{
	display: block;
	width: 200px;
	margin: 7px 0;
	border-radius: 4px;
}
#buttonRecover{
	display: block;
	width: 200px;
}

/* Cookies */

#cookiesAlerta {
	width: 100%;
	display: block;
	padding-bottom: 10px;
	background-color: #B50523;
	position: fixed;
	bottom:0;
	border-top: 2px solid rgb(135, 135, 133);
	box-shadow:0px -2px 3px #A3A2A2;
	z-index: 1000;
	
	animation: cookies 2s ease-in-out;
	-webkit-animation: cookies 2s ease-in-out;
}

@-webkit-keyframes cookies{
	0%{bottom:-200px;}
	100%{bottom:0px;}
}

@keyframes cookies{
	0%{bottom:-200px;}
	100%{bottom:0px;}
}

#cookiesTexto {
	max-width: 960px;
	margin: 0 auto;
	padding: 5px 10px 15px 10px;
}
#cookiesTexto h4 {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 0;
	margin: 6px 0;
	text-decoration: underline;
}
#cookiesTexto p {
	display: inline-block;
	padding: 5px;
	margin: 0;
	text-align: justify;
	color: #E2E2E2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}
#cookiesTexto a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E2E2E2;
	text-decoration: underline;
}
#cookiesTexto a:hover, 
#cookiesTexto a:active, 
#cookiesTexto a:visited {
	color: #ffcccc;
	text-shadow: 2px 2px 1px #515151;
}

#cookiesPolicy p{
	font-size: 12px;
	text-align: justify;
	padding: 5px;
	margin: 5px 0;
	line-height: 1.3;
}
#cookiesPolicy ul{
	list-style: circle;
	margin-left: 20px;
}
#cookiesPolicy ul li{
	font-size: 12px;
}

#cookiesCerrar{
	height:23px;
	padding: 6px 5px;
	display: inline-block;
	font-size: 11px;
	text-align: center;
}
#cookiesCerrar:hover{
	box-shadow:2px 2px 2px #616161;
}

/*-----------------------------------------------------------------------------------
        HOME
-----------------------------------------------------------------------------------*/

#home{
	background-image:url(../images/home_bg.png);
	background-repeat:no-repeat;
}
#divButtonsHome {
	display: inline-block;
	margin: 14% 0 0 10%;
}

#btnOstomia,
#btnContinencia{
	width:230px;
	height: 275px;
	display: inline-block;
	
	background-size: 100%;
	background-repeat:no-repeat;
	
	cursor:pointer;
}
#btnOstomia{
	background-image:url(../images/btnOstomia.png);
}
#btnContinencia{
	background-image:url(../images/btnContinencia.png);
}
#btnOstomia:hover{
	opacity:0.7;
	filter:alpha(opacity=60);
	transition:opacity 200ms ease-in-out 0s;
}
#btnContinencia:hover{
	opacity:0.7;
	filter:alpha(opacity=60);
	transition:opacity 200ms ease-in-out 0s;
}

#homeBackgroundTool
{
	width:193px;
	height: 278px;
	display: inline-block;
	background-image:url(../images/homeBackgroundTool.png);
	margin-left:12px;
	background-size: 80%;
	background-repeat:no-repeat;
	vertical-align:top;
}
#homeBackgroundTool #btnTool{
	width: 100px;
	height: 27px;
	display:block;
	margin-top:210px;
	margin-left:35px;
	background-image:url(../images/btnTool.png);
	cursor:pointer;
	background-size: 80%;
	background-repeat:no-repeat;
}
#homeBackgroundTool #btnTool:hover{
	opacity:0.7;
	filter:alpha(opacity=60);
	transition:opacity 200ms ease-in-out 0s;
}

/* Grupos */

#secciones{
	margin-top: 50px;
}
.tituloRojo{
	color:#b91432;
	font-size:14px;
	clear:both;
}
#secciones ul{
	 position:relative;
	 left:10%;  
}
#secciones li{margin-top:15px;}

#secciones li a
{
	display:table;
}
#secciones li a div
{
	height:100%;
	width:100%;
	display:table-cell;
	vertical-align:middle;
}

#secciones li a div span
{
	margin:0 auto;
	display:block;
	line-height:20px;
	width:150px;
}


#secciones  li a.btnSeccionBGBlanco div span{
	color:#b91432;
}
#secciones  li a.btnSeccionBGRojo div span
{
	color:#FFF;
}

.btnSeccionBGBlanco,
.btnSeccionBGRojo {
	width:255px;
	height: 218px;
	display: inline-block;
	
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:center;
	
	font-size:18px;
	line-height: 12;
}
.btnSeccionBGBlanco{
	background-image:url(../images/btnSeccionBGBlanco.png);
	text-shadow: 1px 2px 2px #C3C3C3;
}
.btnSeccionBGRojo{
	background-image:url(../images/btnSeccionBGRojo.png);
	text-shadow: 1px 2px 2px #5F5F5F;
}
.btnSeccionBGBlanco:hover, 
.btnSeccionBGRojo:hover{
	-webkit-transition:opacity 0.5 ease-in-out;
	transition:opacity 0.5 ease-in-out;
	-webkit-transform: scale(1.06,1.06) rotate(-3deg);
	transform: scale(1.06,1.06) rotate(-3deg);	
}

.btnSeccionBGBlanco:hover{color: #b91432;} 
.btnSeccionBGRojo:hover{color:#FFF;}


/*-----------------------------------------------------------------------------------
        NAV BARS
-----------------------------------------------------------------------------------*/

/* breadcrumb */

.breadcrumb{
	display: block;
	border-radius: 0px;
	background-color:#FFF;
	margin-bottom:30px;
	padding: 0px;
}

.breadcrumb .active{
	color:#cc0033;
}
.breadcrumb > li {
	font-size: 14px;
	margin-left: 5px;
}
.breadcrumb a{
	color:#cc0033;
	text-decoration:underline;
	display: inline-block;
}
.breadcrumb>li+li:before {
	color: #CB5656;
}

/* MENU */
#menu{
	margin-top: 50px;
}
.navbar-nav {
	margin: 7.5px -15px 0;
}
.navbar-nav li{border-bottom:1px solid #CBCBCB; }
.navbar-nav li.current{
	background-color: #878785;
}
.navbar-nav>li>a {
	padding: 10px 15px;
	line-height: 1;
	text-align:center;
	font-size:16px;
}

.navbar-nav li.current a{
	color: #FFF;
}
.navbar-nav li:hover{
	background-color:#CBCBCB;
}



/*-----------------------------------------------------------------------------------
        PRODUCTOS
-----------------------------------------------------------------------------------*/

.d-table{
	display: table;
	width: 100%;
	height: 120px;
}

#productos > ul{
	margin: 20px 0;
}
#productos li.degradadoGris{

	margin-top:10px;
	padding: 0;
	border:1px solid #e1e1e0;
	background: -webkit-linear-gradient(left, #FFFFFF , #e1e1e0); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #FFFFFF, #e1e1e0); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #FFFFFF, #e1e1e0); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #FFFFFF , #e1e1e0); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); 
	
	-webkit-box-shadow: 1px 2px 3px 0 #bbbbbb;
	-moz-box-shadow:    1px 2px 3px 0 #bbbbbb;
	box-shadow: 1px 2px 3px 0 #bbbbbb;
}
#productos li.degradadoGris:hover{
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	transition:all 200ms ease-in-out 0s;
	-webkit-transition: all 200ms ease-in-out 0s;
}
#productos li.degradadoGris a{
	display: block;
	width: 100%;
	height: 25px;
	margin-top: 12px;
}

.selectorProducto{	
	width:20px;
	height:13px;
	display: inline-block;
	background-image:url(../images/selectorProducto.png);
	background-repeat:no-repeat;
	padding:0;
}

#productos .tituloCategoria, 
#productos .imagenCategoria{
	display: table-cell;

}
#productos .tituloCategoria{
	padding: 0 0 0 5px;
	margin-top: 90px;
}
#productos a:hover div{
	color: #b91432;
}


/*-----------------------------------------------------------------------------------
        PRODUCTO
-----------------------------------------------------------------------------------*/

#producto{
	padding-left: 7px;
	margin-bottom: 50px;
}
#producto h3{
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #b91432;
}
#producto #htmlDiv{
	padding: 0 0 10px 8px;
}
#producto #html{
	color:#333333;
	font-size:14px;	
	line-height:15px;
	margin-bottom: 50px;
}

#producto .imagenProducto{
	max-width:100%;
	margin: 0 auto;
	display: block;
}
#producto li {
	margin: 15px 0 0 0;
	text-align: justify;
	clear:both;
}
#producto h4{
	text-decoration:underline;
	font-size: 1.25em;
	color: #b91432;
	margin-bottom: 5px;
}
#producto li.composicion{
	margin:0!important;
}
#producto li.closer{
	margin-left: 15px;
}
#producto li.closer .bullet {height: 29px;}

#producto .bullet {
	width:29px;
	height:50px;
	display:inline-block;
	padding-top:7px;
	margin:-3px 10px 0 0;
	
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	
	float:left;
	color:#cc0033;
	font-size:13px;
	
	text-align:center;
}
#producto .bullet2{
	background-image:url(../images/bullet2.png);
}
#producto .infoTabla{
	padding: 0;
}
#producto .infoTabla img{
	max-width: 100px;
	max-height: 100px;
}
#producto table td,
#producto table th{
	font-size:14px;
	padding: 1px;
	text-align: center;
}

/*
.detailsProduct tr:nth-child(even) td{ background-color:#fff;}
.detailsProduct tr:nth-child(odd) td{ background-color:#f1f0ef;}
*/

a.link_laminas
{
	color:#b91432;
}

td.fondoBlanco{ background-color:#fff;}
td.fondoGris{ background-color:#f9f9f9;}


#producto .infoTablaFooter{
	text-align:right;
	font-size:10px;	
}
#producto .infoTablaFooter a{
	text-decoration:underline;
}
#producto #textoFinanciacion{
	font-size: 11px;
	text-align:left;
	margin-top:-10px;
	margin-bottom:10px;
	color:#b91432;
}


#pdfPreviewDownloadLinkNoText img,
#pdfPreviewDownloadLink img,
#pdfMaterialLink img,
#videoLink img {
	margin: 20px auto;
	display: block;
}

#navProducto{
	margin-bottom: 30px;
}
#navProducto .arrows{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url('../images/arrows.png') no-repeat;
}
#navProducto .arrowLeft{background-position: 0 -30px}
#navProducto .arrowRight{background-position: -30px -30px}
#navProducto .arrowLeft:hover{background-position: 0 0px}
#navProducto .arrowRight:hover{background-position: -30px 0}

#navProducto a:nth-child(2){float: right;}
#navProducto .arrowRight{float: right;}





/*-----------------------------------------------------------------------------------
        DESCARGAS
-----------------------------------------------------------------------------------*/

#menuDescargas {
	margin-top: 40px;
	float:left;
}

#menuDescargas > p{
	font-size: 1.5em;
	color: #b91432;
}
#menuDescargas .tituloSoluciones{
	margin: 20px;
	color: #b91432;
}
#menuDescargas ul {
	background-color:#f1ece9;
}
#menuDescargas > ul {
	margin:10px 0 0 15px;
	padding:0;
}
#menuDescargas ul li{
	font-size:16px;
}
#menuDescargas ul li > a {
	display: inline-block;
	width: 95%;
	color:#000;
}

#menuDescargas ul ul{ margin-left: 20px;} 

#menuDescargas ul ul li {
	width:100%;
	font-size:15px;
	
}
#menuDescargas p{ 
	padding: 10px;
}

#menuDescargas ul li ul li a:hover{
	border:none;
}

#descargas .separador{
	clear:both;
	height:1px;
	border-top:1px solid #b9b9b9;
}
#descargas .btnSelectorMaximizar,
#descargas .btnSelectorMinimizar,
#descargas .btnSelectorVisualizando,
#descargas .btnSelectorVisualizar{
	width:20px;
	height:13px;
	background-repeat:no-repeat;
	padding:0;	
	margin-top:13px;	
}
#descargas .btnSelectorMinimizar{
	background-image:url(../images/btnSelectorMinimizar.png);
}
#descargas .btnSelectorMaximizar{
	background-image:url(../images/btnSelectorMaximizar.png);
}
#descargas .btnSelectorVisualizando{
	background-image:url(../images/btnSelectorVisualizando.png);
}
#descargas .btnSelectorVisualizar{
	background-image:url(../images/btnSelectorVisualizar.png);
	margin-left: -2px;
}

#descargas ul ul .btnSelectorMaximizar,
#descargas ul ul .btnSelectorMinimizar {
	margin: 15px 0 0 2px;
}

#descargas .selectorIconoGeneral{line-height:1.3;}
#descargas .btnSelector{
	width:9px;
	height:13px;
	margin: 10px 5px 0 0;
	padding:0;	
	float:left;
}
#descargas .btnSelector.on{
	background-image:url(../images/descargasSelector.png);
	background-repeat:no-repeat;
}
#descargas ul ul .btnSelector {
	margin-top: 12px;
}
#menuDescargas .colorGris{
	color:#878787;	
}

#descargas .nombreProducto p{
	color: #b91432;
}
#descargas .nombreProducto.colorGris{
	color:#878787;	
}
.resaltarTexto{
    background-color: rgb(251, 226, 74);
}
ul[id*='ULidCategoria'] .btnSelectorVisualizar{
	margin: 10px 0 0 -19px;
}

#pdfPreview{
	margin-top: 40px;
}

#pdfPreviewBoceto{
	position:absolute;
	width: 80%;
	float:left; 
	left:9%;
	top:35%; 
	display:none;
}
#pdfPreviewDownloadImg{
	display: none;
}




/*-----------------------------------------------------------------------------------
        BUSQUEDA
-----------------------------------------------------------------------------------*/

#busqueda .tituloPagina{
	margin-top: 50px;
	font-size:24px;
	color:#cc0033;	
}
#busqueda .seccionBusqueda li{
	background:#cc0033;
	color:#FFF;
	height:28px;
	padding-top:5px;
	font-size:18px;
	padding-left:15px;
}
#busqueda .categoriaBusqueda{
	margin: 20px 0;
}
#busqueda .categoriaBusqueda li{
	background:#FFF;
}
#busqueda .productosLista li{
	height:auto;
	background:#f1ece9;
	margin-top:5px;
	border-top:2px solid #e3e3e3;
	border-bottom:1px solid #cccccc;
}

#busqueda .categoriaBusqueda .selectorBusquedaRojo{
	width:18px;
	height:18px;
	background-image:url(../images/selectorBusquedaRojo.png);
	background-repeat:no-repeat;
	padding:0;	
	margin-top:3px;
	display:block;
	float:left;	
}
#busqueda .categoriaBusqueda .grupo{
	float:left;
	color:#cc0033;
	padding-top:2px;
	padding-left:7px;
}

#busqueda .productosLista .selectorBusquedaBlanco{
	width:18px;
	height:18px;
	background-image:url(../images/selectorBusquedaBlanco.png);
	background-repeat:no-repeat;
	padding:0;	
	margin-top:3px;
	float:left;	
}
#busqueda .productosLista .producto{
	color:#000000;
	padding:5px 0 0 7px;
	margin-left: 3px;
	font-size:16px;
}
#busqueda .productosLista .descripcion{
	color:#000000;
	padding:5px 0 0 8px;
	font-size:13px;
	text-align:justify;
}
#busqueda .productosLista .descripcion li {
	font-size: 12px;
	color: #6C6C6C;
	border: none;
	margin: 0;
}
#busqueda .productosLista .selectorBusquedaOjo{
	width:20px;
	height:13px;
	background-image:url(../images/selectorBusquedaOjo.png);
	background-repeat:no-repeat;
	margin-top: -3px;
	padding:0;	
}


/*-----------------------------------------------------------------------------------
        REGISRTRO new user
-----------------------------------------------------------------------------------*/

#userSection{
	margin-top:50px;	
}
#userSection fieldset{
	padding: 5px;
}
#userSection h3{
	font-size: 1.5em;
	color: #D80C2F;
	text-indent: 15px;
}
#userSection .mainLabel{
	display:block;
	font-size: 0.9em;
	clear:both;
	margin: 15px 0 5px;
}
#userSection input{
	width:100%;
}
.lineaNewUser, 
.lineaEditUser{
	margin-top:10px;	
}

#UserSection button{
	float:right;
	width:120px;	
}

#proteccionDatos{
	display: inline-block;
	box-shadow:none;
	width: 25px!important;
}
label[for="proteccionDatos"]{
	display: inline-block;
	width: 240px;
	font-size: 0.85em;
}

#buttonUser{
	display: block;
	width: 300px!important;
	margin-bottom: 30px;
	padding: 6px 18px;
	background-color: #b91432;
	font-size: 0.7em;
	color:#fff;
	box-shadow: 2px 3px 2px #ccc;
}


/* Aviso Sanitario */

#avisoSanitario h4{
	padding: 15px 0;
}
#avisoSanitario .btn {
	margin-top: 10px;
	font-size: 0.7em;
	width: 177px;
	font-weight: bold;
}
#avisoNewUser{
	font-size: 0.85em;
	text-align:justify;
	line-height:1.3;
	color:#770000;
}

#divProtecionDatos h4 {
	font-size: 1.4em;
	color:#9B9B9B;
}
.textoLegal{
	padding:10px 25px 25px;
	text-align:justify;
	font-size:0.8em;	
}
.textoLegal h5{
	text-decoration: underline;
	font-size: 1.35em;
	margin-bottom: 10px;
	color:#b91432;
}
.textoLegal p{
	margin: 15px 0;
	line-height: 1.1;
}
.textoLegal ul{
	list-style: circle;
	margin-left: 30px;
}

/*-----------------------------------------------------------------------------------
        Loader
-----------------------------------------------------------------------------------*/

#topLoader
{
	width:128px;
	margin:0 auto;
	top:25%;
}


#overlay_cache
{
	height:100%; 
	width:100%; 
	position:absolute;
}
#overlay_cache_2
{
	background-color:#CCC;	
	position:absolute;
	height:100%; 
	width:100%; 
	filter: alpha(opacity=60);  
	-moz-opacity: 0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6; 
	margin:0 auto;	 
}
#overlay_cache_loader
{
	top:25%; 
	position:relative;
	opacity:none; 
	background:#FFFFFF; 
	border-radius:5px; 
	border:1px solid #666;
	width:300px; 
	z-index:9999;
	margin:0 auto;
	text-align:center;
	min-height:60px;
	padding-top:20px;
}

#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000000;
  background: none;
}

#pdfPreviewDownloadTextHeader
{
	font-size: 0.75em;
	padding-bottom:10px;
	text-align:center;
	color:#b91432;
	font-weight:bold;	
}

#overlay
{
	height:100%; 
	width:100%; 
	position:absolute;
	z-index:9999;
	min-width: 500px;
	min-height: 500px;
}
#overlay_2
{
	background:#666666 url("../css/images/ui-bg_diagonals-thick_20_666666_40x40.png") repeat scroll 50% 50%;	
	position:absolute;
	height:100%; 
	width:100%; 
	filter: alpha(opacity=60);  
	-moz-opacity: 0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6; 
	margin:0 auto;	 
	z-index:9999;
}

.content-show-video{
	float: left;
	min-width: 100px;
	padding: 20px;
}

.show-video > span {
	text-align: center;
    display: block;
    margin: 10px;
}

.ui-dialog{
	min-height: 250px;	
}

.nombreProducto img{
	float: right;
}

.product-color{
  width: 10px;
  height: 10px;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  
}
.azul{
	background: #144185;
}
.black{
	background: #000000;
}
.blanco{
	background: #FFFFFF;
	border: 1px solid #000;
}
.yellow{
	background: #fcf097;
}
.verde{
	background: #27a65f;
}

.col-lg-6.bloque-casos {
    width: 48%;
}

.bloque-casos {
    background: #f1d0d6 none repeat scroll 0 0;
	background: -webkit-linear-gradient(#f1d0d6, #FFFFFF);
	background: -moz-linear-gradient(#f1d0d6, #FFFFFF);
	background: -o-linear-gradient(#f1d0d6, #FFFFFF);
    border-radius: 4px;
    margin-right: 2%;
    padding: 12px 8px;
	float: left;
	min-height: 400px;
}

.bloque-casos h1 {
    color: #b91432;
    font-weight: bold;
    padding-left: 8%;
}
#secciones .bloque-casos ul {
	position: unset;
}

.bloque-casos li {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c3c0c0;
	padding: 8px 10px;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	float: left;
	width: 100%;
	position: relative;
	padding: 12px 9px;
}

.bloque-casos span {
	float: left;
	 width: 70%;
}

.bloque-casos .fa-file-pdf-o{
    color: #b91432;
    float: left;
    margin-right: 10px;
    
}

.bloque-casos .button-download{
	background: #b91432;
	color: #FFFFFF;
	font-size: 14px;
    padding: 5px 8px;
	text-align: right;
	position: absolute;
	bottom: 7px;
	right: 6px;
}

.bloque-casos .button-download i{
	color: #FFFFFF;
	margin: 0;
}
.h1-casos{
	color: #b91432;
    font-size: 23px;
    margin: 0 0 16px;
}

#busqueda .seccionBusqueda .casosBusqueda{
	background: #f1ece9 none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #e3e3e3;
    height: auto;
    margin-top: 5px;
	 padding: 7px;
	 font-size: 17px;
}
#busqueda .seccionBusqueda .casosBusqueda i{
  color: #cc0033;
  padding-right: 8px;
  
}

#busqueda .seccionBusqueda .button-download{
	  color: #cc0033;
}
