@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.eot?') format('eot'),
         url('fonts/OpenSans-Regular.woff') format('woff'),
         url('fonts/OpenSans-Regular.ttf') format('truetype'),
         url('fonts/OpenSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: "Open Sans",Arial,Verdana,sans-serif;
    font-size: 14px;
    color: #dad3b6;
    background-color: #212122;
}
#cuerpo{
    
}
.boxes_centrales{
    background: url("../imgTemplate/bg-body.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#cuerpoContainer{
    min-height: 500px;
}
a{
    color:#21D9B7;
	text-decoration: none;
}
a:hover{
    color:#21D9B7;
}
h1{
    color: #21D9B7;
}
/*----------------------------CABECERA---------------------*/
#cabecera {   
    position: relative;
    text-align: center;
    width: 100%;  
}
#headerTop{
    min-height:30px;
    background: #21A5E3;
}
#headerMiddle{
    min-height: 69px;
    background: #212122;
    border-bottom: 1px solid #515151;
}
#headerBottom{
    min-height: 49px;
    background:#0b0b0c;
}
#logoCabecera{    
    position: relative;
    top: 0px;
    margin:auto;
}
#ContactInformationHeader {
    position: relative;
    margin:auto;
    top:15px;
}
#ContactInformationHeader .ContactInformationTitle {
    color: #21A4E2;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    text-align: center;
    padding:5px 0;
}
#ContactInformationHeader .ContactInformationPhone {
    color: #21A4E2;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
#SearchBox {
    background: none repeat scroll 0 0 #333;
    height: 35px;
    position: relative;    
    top: 19px;
    max-width: 295px;
    width: 100%;
    margin:auto;
}
#SearchBoxButton {
    border: medium none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0px;
    top: 5px;
}
#SearchBoxInput {
    border: 0 none;
    background: #333;
    color: #5b5b5b;
    font-size: 14px;
    height: 33px;
    position: relative;
    top: 0;
    max-width: 85%;
    width: 100%;
}
.socialTop{
    margin:auto;
    height: 30px;    
    position: relative;
    top:2px;
}
.socialTop a{
    float: left;
    position: relative;
    margin: 0 2px;    
}
#menu{
    height:42px;
}
.bx-wrapper{
    top: 0px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #21D9B7;
    border-color: #21D9B7;
}
#ContactInformationPhone {
    background: url("../imgTemplate/icon-telephone.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-align:left;
    font-size: 14px;    
    padding: 5px 0 5px 33px;
    position: relative; 
    margin: auto;
    color:#FFFFFF;
    display: inline-block;
}
#ContactInformationContact {
    background: url("../imgTemplate/icon-mail.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-align:left;
    font-size: 14px;    
    padding: 5px 0 5px 33px;
    position: relative; 
    margin: auto;   
    display: inline-block;
}
#ContactInformationContact a{
    color:#FFFFFF;
    text-decoration:none;
}
#ContactInformationWhere {
    background: url("../imgTemplate/icon-donde-estamos.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-align:left;
    font-size: 14px;    
    padding: 5px 0 5px 33px;
    position: relative;
    margin: auto;   
    display: inline-block;
}
#ContactInformationWhere a{
    color:#FFFFFF;
    text-decoration:none;
}
/*------------------LISTADO PRODUCTOS----------------*/
.list{
    margin:20px auto;
}
.listadoImagenProducto {
    text-align: center;
    margin: 5px auto;
    width: 220px;
    height: 160px;
}
.listadoProductosNombre{
    margin: 5px 0 0 0;
    text-align: center;
    width: 100%;
}
.listadoProductosNombre a {
    font-size: 16px;
    color: #21D9B7;
}
.listadoProductosDescripcion {
    color: #434142;
    display: none;
    float: left;
    font-size: 0.9rem;
    height: 140px;
    min-height: 6rem;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: 120px;
}
.listadoProductosBotonIr {
    float:left;
    font-size:0.9rem;
    display:none;
    text-align:left;
    overflow: hidden;
    color:#575757;
    width: 46%;
    margin: 5px 0;
}
.listadoProductosBotonIr a{
    background: #F6A800;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9rem;
    padding: 0.3rem 0.6rem;
}
.listadoProductosBotonIr a:hover{
    background:#0170A7;
    color:#fff;
    text-decoration:none;
}

.botonIr{
    background: #21D9B7;
    font-size:1.2em;
    text-align:left;
    width:60px;   
    margin: 5px;
    padding: 0% 5%;
}

.botonIr a{
    color:#222;
    
}
.botonIr a:hover{
    color: #FFF;
}
/*------------------LISTADO NOTICIAS-----------------*/
.listadoNoticiaTitulo{
    border-bottom:1px solid #cccccc;
}
.listadoNoticiaTitulo h2 a{
    font-size: 20px;
}
.listadoNoticiaImagen{
    margin: 15px 0px;
    text-align: center;
}
.listadoNoticiaContenido{
    margin: 15px 0px;
    font-size: 16px;
}
/*------------------FOOTER---------------------------*/
#footer{
    background:#212122;
}
#footerTop{
    min-height:52px;
    background:#212122;
    border-top: 1px solid #504d44;
}
#footerMiddle{
    min-height: 2px;
    background:#212122;
    
}
#footerBottom{
    min-height:48px;
    background:#0b0b0c;
}
#Contact-footer{
    color:#47453e;
    font-size: 14px;
    position: relative;
    top:15px;
    text-align: center;
}
#Contact-footer-text{
    display: inline-block;
    color: #dad3b6;
}
#Contact-footer-num{
    display: inline-block;
    color: #dad3b6;
    font-size: 16px;
}
#social_footer {
    margin:auto;
    position: relative;
    text-align: center; 
    top:13px;  
}
#social_footer a{
    display: inline-block;
    position: relative; 

}
#copyright{
    position:relative;
    top:15px;
    color:#dad3b6;
    font-size: 14px;
}
#dusnic{
    text-align: center;
    margin: auto;
    position: relative;    
    top:15px;
}
#dusnic a{
    color:#dad3b6;
}
#dusnic img{
    position: relative;
    top:-8px;
}
#legal{
    position: relative;
    margin: auto;
    text-align: center;
    top:15px;
}
#legal a{
    color:#dad3b6;
    font-size: 14px;
}
#privacy{
    color:#dad3b6;
    font-size: 14px;
}
/*------------------OTROS----------------------------*/
.asterisco{
    font-size: 16px;
    color:#E37F41;
}
.msg-alert{
    margin:10px;
}
.button_back{
    display:block;
    margin: 2rem auto;
    background:#21d9b7;
    padding:0.5rem 1rem;
    font-size: 16px;
    width:120px;
    color: #333;
    text-align:center;
    font-weight:bold;
}
.button_back:hover{
    text-decoration:none;
    color:#fff;
}
.social_button{
    width:26px;
    height:26px;
    display:block;
    margin: 0px 0px;
    background: url("../imgTemplate/icons-social-networks.png")no-repeat;
}
.social_button.facebook{
    background-position: 0 0;
}
.social_button.twitter{
    background-position: -26px 0;
}
.social_button.google{
    background-position: -52px 0;
}
.social_button.blog{
    background-position: -78px 0;
}
.social_button.youtube{
    background-position: -104px 0;
}
.social_button.facebook:hover{
    background-position: 0 -26px;
}
.social_button.twitter:hover{
    background-position: -26px -26px;
}
.social_button.google:hover{
    background-position: -52px -26px;
}
.social_button.blog:hover{
    background-position: -78px -26px;
}
.social_button.youtube:hover{
    background-position: -104px -26px;
}
/*  COOKIES */
/*#cookies-message {
    bottom: 0;
    font-family: Arial,Verdana;
    font-size: 11px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999999999;
    background: none repeat scroll 0 0 rgba(221, 221, 221, 0.9);
    border-top: 1px solid #AAAAAA;
}*/
#cookies-message { /* NUEVO DISEÑO MAS GRANDE */
    background: #555 none repeat scroll 0 0;
    border-top: 1px solid #222;
    bottom: 0;
    color: #fff;
    font-family: Arial,Verdana;
    font-size: 1.2em;
    padding: 10px 20px 20px 20px ;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999999999;
}

#cookies-message-container{
    margin: 5px auto;
    text-align:center;
    position: relative;
    text-align: center;
    width: 100%;
	padding-right: 10px;
}