
/******************************************/

@font-face{font-family: 'Open Sans';src:url(../fonts/OpenSans-Regular.otf)}


/******* elementos html5 que se muestren por defecto a nivel de bloque ******/
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

* {
margin-top: 0!important;
}

.separador {
	float: none!important;
	clear: both!important;	
}

/* WEB NORMAL */
html, body { height: 100%; margin: 0; } 

body {
    /*background-image: url(../img/fondo_web.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;*/
    /*background-color: #F5F5F5;*/
    background-color: #EDEDED;
    text-align: center;
    font-size: 70%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #666666;
}

/*********************************** masinfo **************************************/

#masinfo {
        display: none;
	border: 3px solid #999999;
        position: absolute;
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
	padding: 15px;
	position: absolute;
        width: 500px;
	top: 10%;
        left: 50%;
        margin-left: -265px;
	z-index: 9999999999999999999999999999999999999999999999999999999999;
}

#masinfo h1{
	color: #39A629;
}

#masinfo h2 {
	 color: #666666;
	 text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
}

#masinfo .centrado {
	text-align: center;
}

#masinfo a {
	color: #39A629;
	text-decoration: none;
	font-weight: bold;
}

/****************************************** menuham ********************************************************************************/


#menuham {
    display: none;
    z-index: 9999999;
}
/****************************************** barra superior con etiquetas h1 y telefono de contacto *********************************/
	
#barra_superior {
    top: 0px;
    position: fixed;
    repeat: repeat-x;
    left: 0px;
    min-height: 30px;
    right: 0px;
    padding-right: 45px;
    background-color: #000!important;
    border-bottom: 1px solid #CCC;
    z-index: 9999999999999999999999999999999999999999999!important;
}
	

/****************************************** menu superior ****************************************************************************/

#menu_sup {
    text-align: right;
    width: 100%;
    margin: auto;
    padding-top: 8px;
    margin-bottom: 4px;
    float: none;
    clear: both;
}

#menu_sup a,
#menu_sup a:link,
#menu_sup a:visited {
    color: #EDEDED;
    text-decoration: none;
}

#menu_sup a:hover {
    color: #EDEDED;
    text-decoration: underline;
}

#menu_sup ul {
    margin: 0px;
    padding: 0px;
}

#menu_sup ul li {
    display: inline;
    list-style: none;
    margin-left: 25px;
}

.lavaLampBottomStyle {
    position: relative;
    height: 25px;
    width: 885px;
    background-image: url(../img/80.png);
    padding: 3px;
    margin: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
    margin-left: 40px;
}

.lavaLampBottomStyle li {
    float: left;
    list-style: none;
}

.lavaLampBottomStyle li a,
.lavaLampBottomStyle li a:link,
.lavaLampBottomStyle li a:visited {
    color: #999999;
    display: block;
    width: 145px;
    border-right: 1px dotted #666666;
    text-decoration: none;
    text-align: center;
    margin-top: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: rgba(0, 0, 0, 0);
    -moz-transition: 1s all ease-in;
    -webkit-transition: 1s all ease-in;
    -o-transition: 1s all ease-in;
    transition: 1s all ease-in;
}

.lavaLampBottomStyle li a:active {
    color: #FFFFFF;
    background-color: #000000;
    display: block;
    width: 145px;
    border-right: 1px dotted #666666;
    text-decoration: none;
    text-align: center;
    margin-top: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #000000;
    background: rgba(0, 0, 0, 1);
}

.lavaLampBottomStyle li a:hover {
    color: #CCCCCC;
    background-color: #000000;
    display: block;
    width: 145px;
    border-right: 1px dotted #666666;
    text-decoration: none;
    text-align: center;
    margin-top: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #000000;
    background: rgba(0, 0, 0, 1);
}

.lavaLampBottomStyle li a.activo {
    border-bottom: 3px solid #009900;
}

#logo img,
#logo_navizq img, #logo3 img {
    border: none;
}

#logo3 {
    position: absolute;
    width: 150px;
    top: 46px;
    right: 25px;
    display: block;
    z-index: 99999;
}

#seprolexhora {
    display: none;
}

/****************************************** menu izq *********************************************************/

#menu_izqnav {
    width: 250px;
    text-align: center;
    height: 100%;
    position: fixed;
    background-color: #FFF;
    border-right: 1px solid #CCC;
    left: 0px;
    overflow: auto;
    z-index: 999999; 
}

#menu_izqnav #logo_navizq {
    padding-top: 55px;
}

#menu_izqnav ul, #menu_izqnav ul li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

#menu_izqnav ul {
    padding-top: 25px!important;
}

#menu_izqnav ul li a {
    color: #999;
    font-size: 110%;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 5px;
    text-align: center;
    margin-bottom: 12px;
}

#menu_izqnav ul li a:hover {
    color: #39A629;
}


/****************************************** index_der *********************************************************/
#index_der {
    width:auto;
    padding-left: 250px!important;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
}

#cont_derecha {
    position relative;
    display: block;
    width:auto;
    height: auto;
    min-height: 600px;
    padding-left: 250px!important;
    background-color: #FFF;
    padding-top: 48px; 
    text-align: center;
    font-size: 120%; 
}

#cont_derecha p {
    text-align: justify;
    margin-bottom: 20px;
}

#index_der #logo3 img {
    max-width: 100%!important;
}

#index_der #cont_rotator {
    width: 100%;
    clear: both;
    border-top: 1px solid #CCC;
    text-align: center;
}

#index_der #rotator {
    margin: auto!important;
    margin-top: 0px;
    text-align: center!important;
    width: 950px;
    max-width: 100%;
    overflow: hidden;
    z-index: 0!important;
}

#index_der #rotator img {
    margin: auto!important;
    max-width: 99%!important;
    height: auto!important;
    z-index: 0!important;
}

#index_der #rolex_home {
    width: 100%;
    margin-top: 40px!important;
    border: none!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 1px solid #CCC;
}

#rolex_home #cont_rolex {
    width: 100%;
}

.accion2 {   
    position: absolute;
    padding: 0px;
    margin: 0px;
    margin-left: 5%;
    top: 260px;
}

.accion {   
    position: absolute;
    padding: 0px;
    margin: 0px;
    right: 5px;
    top: 260px;
	width: 350px;
}

.accion2 .imagenrolex, .accion .imagenrolex {
    width: 100%;
    display: none;
}

.accion2 .subtitulo, .accion .subtitulo {
    text-transform: uppercase;
    font-family: Helvetica, Arial; 
    font-weight: lighter;
    color: #212121; 
    font-size: 10pt;
}

.accion2 .titulo, .accion .titulo {
    text-transform: uppercase;
    font-family: Helvetica, Arial; 
    font-weight: lighter;
    color: #212121; 
    font-size: 20pt;
}

.accion2 a.boton, .accion a.boton{
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Helvetica, Arial; 
    font-weight: lighter;
    color: #fff; 
    font-size: 9pt;
    background: #212121; 
	border: 1px solid #212121;
}

#piehome {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: auto;
    padding-left: 250px;
    background-color: #EDEDED;
    color: #666;
}

#piehome #pieleft {
    width: 50%;
    float: left;
    text-align: center;
}

#piehome #pieleft a {
    display: block;
    width: 160px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px;
    margin: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Helvetica, Arial; 
    font-weight: lighter;
    color: #fff; 
    background: #212121; 
}


#piehome #pieright {
    width: 50%;
    float: right;
    text-align: center;
}

#piehome a, #piehome a:link, #piehome a:visited {
    color: #333;
    text-decoration: none;
}

#piehome a:hover {
    color: #333;
    text-decoration: underline;
}

#avisocookie{display:block;position:fixed;left:0px;right:0px;bottom:0px;width:100%;height: auto;min-height:30px;background: #A6A6A6;color:#FFFFFF;z-index: 999999999999999999999999999999999999999999999999999999999999999999999;}
#textocookie{width:100%;padding-left:5px;font-family:verdana;font-size:12px;text-align: center;padding-top: 5px;}
#textocookie a{padding:4px;background:#4682B4;text-decoration:none;color:#fff;}
#textocookie a.mas{padding-left:5px;text-decoration:none;color:#ffffff;background: none;}
















/*****************************************************************/

@media only screen and (max-width: 1200px) {
    
    #index_der #rolex_home {
        overflow: hidden;
    }
    
    #index_der #rolex_home {
        width: 99%;
        border: none!important;
        height: auto;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    #rolex_home #cont_rolex {
        /*background: url(../img/homepage_banner_datejust.jpg) no-repeat center center fixed;*/
        background: none;
        height: 100%;
        border: none!important;
        width: 100%;
    }
    
    #rolex_home .accion2 {
        position: absolute;
        padding: 0px;
        margin: 0px;
        margin-left: 3%;
        top: 160px;
    }
	
	#rolex_home .accion {
        position: absolute;
        padding: 0px;
        margin: 0px;
        margin-right: 15px;
        top: 160px;
		width: 300px;
    }

    #rolex_home .accion2 .imagenrolex, #rolex_home .accion .imagenrolex {
        width: 100%;
        display: none;
    }

    #rolex_home .accion2 .subtitulo, #rolex_home .accion .subtitulo {
        text-transform: uppercase;
        font-family: Helvetica, Arial; 
        font-weight: lighter;
        color: #212121; 
        font-size: 8pt;
    }

    #rolex_home .accion2 .titulo, #rolex_home .accion .titulo {
        text-transform: uppercase;
        font-family: Helvetica, Arial; 
        font-weight: lighter;
        color: #212121; 
        font-size: 16pt;
    }

    #rolex_home .accion2 a.boton, #rolex_home .accion a.boton {
        margin-top: 20px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 7px;
        padding-left: 15px;
        padding-right: 15px;
        font-family: Helvetica, Arial; 
        font-weight: lighter;
        color: #fff; 
        font-size: 7pt;
        background: #212121; 
    }
    
    #avisocookie{display:block;position:fixed;left:0px;right:0px;bottom:0px;width:100%;height: auto;min-height:40px;background: #A6A6A6;color:#FFFFFF;z-index: 999999999999999999999999999999999999999999999999999999999999999999999;}
    #textocookie{width:100%;padding-left:5px;font-family:verdana;font-size:12px;text-align: center;}
    #textocookie a{padding:4px;background:#4682B4;text-decoration:none;color:#fff;}
    #textocookie a.mas{padding-left:5px;text-decoration:none;color:#ffffff;background: none;}
}

@media only screen and (max-width: 980px) {
    
	#rolex_home .accion {
        position: absolute;
        padding: 0px;
        margin: 0px;
        right: 0px;
        top: 115px;
    }
	
	#rolex_home .accion2 {
        position: absolute;
        padding: 0px;
        margin: 0px;
        margin-left: 3%;
        top: 115px;
    }

    #rolex_home .accion2 .imagenrolex, #rolex_home .accion .imagenrolex {
        width: 100%;
        display: none;
    }

    #rolex_home .accion2 .subtitulo, #rolex_home .accion .subtitulo {
        text-transform: uppercase;
        font-family: Helvetica, Arial; 
        font-weight: lighter;
        color: #212121; 
        font-size: 7pt;
    }

    #rolex_home .accion2 .titulo, #rolex_home .accion .titulo {
        text-transform: uppercase;
        font-family: Helvetica, Arial; 
        font-weight: lighter;
        color: #212121; 
        font-size: 14pt;
    }

    #rolex_home .accion a.boton, #rolex_home .accion2 a.boton {
        margin-top: 15px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 7px;
        padding-left: 15px;
        padding-right: 15px;
        font-family: Helvetica, Arial; 
        font-weight: lighter;
        color: #fff; 
        font-size: 6pt;
        background: #212121; 
    }
}


@media only screen and (max-width: 750px) {
    
    #barra_superior {
        padding-right: 10px;
        z-index: 99999999999999999999!important;
    } 
    
    #menu_izqnav {
        width: 180px;
        text-align: center;
        height: 100%;
        position: fixed;
        border-right: 1px solid #CCC;
        left: 0px;
    }
	
	#logo3 {
		position: absolute;
		width: 150px;
		top: 46px;
		right: 10px;
		display: block;
		z-index: 99999;
	}
    
    #piehome {
        padding-left: 180px;
    }
    
    #menu_izqnav ul li a {
        color: #999;
        font-size: 100%;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding: 5px;
        text-align: center;
        margin-bottom: 8px;
    }
    
    #index_der {
        width:auto;
        padding-left: 180px!important;
    }
    
    #cont-derecha {
        width:auto;
        padding-left: 180px!important;
        padding-top: 40px;
    }
    
    #index_der #rolex_home {
        width: 100%;
		height: auto;
		min-height: 300px!important;
        background:none!important;
        background:none;
        text-align: center;
        padding-bottom: 25px;
    }
   
    #rolex_home #cont_rolex {
        background: none!important;
        border: none!important;
        width: 100%;
    }

    #rolex_home #cont_rolex .accion, #rolex_home .accion2 {
        display: block;
        float: none;
        clear: both;
        position: relative;
        margin: auto;
        top: 0;
        padding-bottom: 25px;
    }

	 #rolex_home .imagenrolex2, #rolex_home .imagenrolex2 {
        width: 100%;
        display: none;
        margin-bottom: 20px;
    }

    #rolex_home .accion .imagenrolex, #rolex_home .accion2 .imagenrolex {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    
    #rolex_home .accion .subtitulo, .accion2 .subtitulo {
        text-transform: uppercase;
        font-family: Helvetica, Arial; 
        font-weight: lighter;
        color: #212121; 
        font-size: 10pt;
        padding-top: 10px;
    }

    #rolex_home .accion .titulo, .accion2 .titulo {
        text-transform: uppercase;
        font-family: Helvetica, Arial; 
        font-weight: lighter;
        color: #212121; 
        font-size: 20pt;
    }

    #rolex_home .accion a.boton, #rolex_home .accion2 a.boton {
        margin-top: 20px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-family: Helvetica, Arial; 
        font-weight: lighter;
        color: #fff; 
        font-size: 9pt;
        background: #212121; 
    }
    
    #index_der #rotator {
        margin-top: 20px;
        height: auto;
    }
    
    #avisocookie{display:block;position:fixed;left:0px;right:0px;bottom:0px;width:100%;height: auto;min-height:55px;background: #A6A6A6;color:#FFFFFF;z-index: 999999999999999999999999999999999999999999999999999999999999999999999;}
    #textocookie{width:100%;padding-left:5px;font-family:verdana;font-size:12px;text-align: center;}
    #textocookie a{padding:4px;background:#4682B4;text-decoration:none;color:#fff;}
    #textocookie a.mas{padding-left:5px;text-decoration:none;color:#ffffff;background: none;}
}

@media only screen and (max-width: 690px) {
    #avisocookie{display:block;position:fixed;left:0px;right:0px;bottom:0px;width:100%;min-height:50px;background: #A6A6A6;color:#FFFFFF;z-index: 999999999999999999999999999999999999999999999999999999999999999999999;}
    #textocookie{width:100%;padding-left:5px;font-family:verdana;font-size:10px;text-align: center;}
    #textocookie a{padding:4px;background:#4682B4;text-decoration:none;color:#fff;}
    #textocookie a.mas{padding-left:5px;text-decoration:none;color:#ffffff;background: none;}
}











@media only screen and (max-width: 550px) {  
    
    .cycle-slideshow {
        z-index: 0!important; // or any smaller value to the covered div's
    }
    
    #menuham {
        display: block;
        position: fixed;
        top: 45px;
        left: 20px;
        z-index: 99999999999999999999!important;
    }
    #barra_superior {
        padding-right: 0px;
        z-index: 9999999999999999999999999!important;
    }
    
    #menu_sup {
        font-size: 90%;
        text-align: center;
    }
    #menu_sup ul li {
        display: inline;
        list-style: none;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    #menu_izqnav {
        display: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
        position: relative;
        height: auto;
        min-height: 99%;
        border-right: 1px solid #CCC;
        background-color: #FFF;
        left: 0px;
        z-index: 999!important;
    }
    
    #logo3 {
        position: relative!important;
        float: none!important;
        display: block!important:
        clear: both!important;
        width: 150px!important;
        margin: auto!important;
        text-align: center!important;
        margin-top: 30px!important;
        top: auto;
        right: auto;
        margin-right: auto!important;
        margin-left: auto!important;
        padding-top: 0px!important;
        padding: 0px!important;
    }
    
    #seprolexhora {
        display: block;
        float: none;
        clear: both;
    }
    
    #index_der {
        width:99%;
        margin: 0px;
        padding: 0px;
        padding-left: 0px!important;
        z-index: 2!important;
    }
    
    #cont_derecha {
        width: 99px
        max-width:99%;
        margin: 0px;
        min-height: auto;
        padding-top: 40px;
        padding-left: 0px!important;
        z-index: 2!important;
        background-color: #FFF;
    }
    
    #index_der #rolex_home {
        text-align: center;
        padding-top: 0px;
        margin-top: 0px!important;
		min-height: 300px!important;
    }
   
    #rolex_home #cont_rolex {
        width: 100%;
        height: auto;
    }
    
    #index_der #rotator {
        z-index: 0!important;
    }
    
    #index_der #rotator img {
        margin: auto;;
        z-index: 0!important;
    }

    #piehome {
        padding-left: 0px!important;
    }
    
    #piehome #pieleft, #piehome #pieright {
        width: 100%;
        float: none;
        text-align: center;
    }
   
    
}

@media only screen and (max-width: 400px) {
    
     #menuham {
        top: 42px;
        left: 5px;
    }
    
    #menu_sup  #linkinstagram {
        display: none!important;
    }
    #menu_sup {
        font-size: 80%;
        text-align: center;
    }
    #menu_sup ul li {
        display: inline;
        padding: 0px;
        list-style: none;
        margin-left: 3px;
        margin-right: 3px;
    }
    
    #logo3 {
        padding-left: 25px!important;
    }
    
    #index_der #rolex_home {
        margin-bottom: 0px; 
        text-align: center;
    }
}

@media only screen and (max-width: 380px) {
    
    #index_der #rolex_home {
        margin-bottom: 0px; 
        text-align: center;
    }
    
}





