/*BOTONES TIPO CHECKBOX DESLIZANTES */
.switchBtn {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 2em;
}
.switchBtn input {display:none;}
.slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 8px;
    color: #000;
}
.slide:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 78px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slide {
    background-color: #8CE196;
    padding-left: 40px;
}
input:focus + .slide {
    box-shadow: 0 0 1px #01aeed;
}
input:checked + .slide:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: -20px;
}
.slide.round {
    border-radius: 34px;
}
.slide.round:before {
    border-radius: 50%;
}

/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Segoe%20UI,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=333333&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=25&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=25&borderColorContent=666666&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=555555&bgTextureDefault=02_glass.png&bgImgOpacityDefault=20&borderColorDefault=666666&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=0078a3&bgTextureHover=02_glass.png&bgImgOpacityHover=40&borderColorHover=59b4d4&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=f58400&bgTextureActive=05_inset_soft.png&bgImgOpacityActive=30&borderColorActive=ffaf0f&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=02_glass.png&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=01_flat.png&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Segoe UI, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Segoe UI, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #666666; background: #000000 url(images/ui-bg_inset-soft_25_000000_1x100.png) 50% bottom repeat-x; color: #ffffff; }
.ui-widget-content a { color: #ffffff; }
.ui-widget-header { border: 1px solid #333333; background: #333333 url(images/ui-bg_gloss-wave_25_333333_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #666666; background: #555555 url(images/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eeeeee; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #eeeeee; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #59b4d4; background: #0078a3 url(images/ui-bg_glass_40_0078a3_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #ffaf0f; background: #f58400 url(images/ui-bg_inset-soft_30_f58400_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }


/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_4b8e0b_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_a83300_256x240.png); }


/* Misc visuals
----------------------------------*/


/* Overlays */
.ui-widget-overlay { background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Autocomplete 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	/*padding:.2em .4em;*/
	line-height:2;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}



imgOLD{
    width:90%; 
    height:20em; 
    border-radius: .5em; 
    border: .1em solid;
    display: block;
    transition: 2.5s;
}
.boton{
background-color: #2dc234;
background-image: -webkit-linear-gradient(rgba(41, 150, 47, .8), rgba(45, 194, 52, .2));
background-image: -moz-linear-gradient(rgba(41, 150, 47, .8), rgba(45, 194, 52, .2));
background-image: -o-linear-gradient(rgba(41, 150, 47, .8), rgba(45, 194, 52, .2));
background-image: linear-gradient(rgba(41, 150, 47, .8), rgba(45, 194, 52, .2));
-ms-border-radius:8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 8px 0 #197b1d, 0 10px 20px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 8px 0 #197b1d, 0 10px 20px rgba(0, 0, 0, .4);
box-shadow: 0 8px 0 #197b1d, 0 10px 20px rgba(0, 0, 0, .4);
color: #fff;
display: inline-block;
font-family: 'Pacifico', Arial, sans-serif;
font-size: 30px;
line-height: 1;
padding: 15px 25px;
text-decoration: none;
text-shadow: 0 -1px 1px rgba(25, 123, 29, .7);
width:50%;
text-align:center;
}
#final{
position:fixed;
bottom:0;
left:20%;
width:60%;
background:black;
z-index:100;
}
#final2{
position:absolute;
top:85%;
left:20%;
width:60%;
margin:0.5em;
}
h1{
    text-align:center;
    width:100%;
    background-color:#ffcc00;
    border-radius:5px;
    color:#de360f;
}
h2{
    text-align:center;
    position:relative;
    left:3%;
    width:94%;
    background-color:black;
    border-radius:5px;
    color:white;
    padding-top:0.5em;
    padding-bottom:0.5em;
}
p {  
    margin: 1em;  
}
azul {
    color:RGB(79,129,189);
}
#cab {
    background-color:#ffcc00;
    height:3em;
    border-radius:1px;
} 
#total {
    border-top:solid 1px;
    height:3em;
}
a.sinsubrayar:link, a.sinsubrayar:hover, a.sinsubrayar:visited
{
text-decoration:none;
color:black;
font-weight: normal;
}
a.sinsubrayar2:link, a.sinsubrayar2:hover, a.sinsubrayar2:visited
{
text-decoration:none;
color:white;
font-weight: normal;
text-shadow: 0 0 30px #fff;
}
a.sinsubrayar3:link, a.sinsubrayar3:hover, a.sinsubrayar3:visited
{
text-decoration:none;
color:red;
font-weight: normal;
}

lista {
    font-size:12px;
}
listab {
    font:bold;
}
listat{
    background-color:#ffcc00;
    font:bold;
}
menu{
    font-family: 'Pacifico', Arial, sans-serif;
    font-size: 30px;
    text-shadow: none;
	text-align:left;
	margin-left:-20px;

}
#bodyblack {
    background-color:black;
}
#center-OLD2 {  
	border: 2px solid;
	border-radius: 10px;
	border-color:black;
	align:center;
	background:black;
	width:60%;
	position:absolute;
	left:20%;
    min-height:80%;
    font-weight: normal;
}
#center {  
	border: 2px solid;
	border-radius: 10px;
	border-color:black;
	align:center;
	background:black;
	width:95%;
	position:absolute;
	margin-left:5%;
    min-height:80%;
    font-weight: normal;
}

#menu-azul{
    position:absolute;
    width:100%;
    left:0;
    top:0;
    opacity:0.9;
    color:white;
    box-shadow: 0 0 40px #000;
}

#center2 {  
	border: 0;
	border-radius: 10px;
	align:center;
	width:80%;
	position:relative;
	left:10%;
    min-height:80%;
}
#center3 {
    padding:0;
    margin:0;
    top:0.3em;
    width:95%;
    background-color:black;
}
#center4 {
    width:100%;
    text-align:center;
    top:0;
    border:0;
    padding:0;
    margin:0;
    background-color:black;
    
    border: 0.1px solid;
	border-radius: 10px;
	border-color:black;
	background:black;
	position:absolute;
	
	/*margin-left:5%;*/
    min-height:100%;
    font-weight: normal;
}
#busqueda {
    position:absolute;
    left:0.1em;
    top:0;
    width:100%;
    background-color:black;
    height:3.8em;
}
#center-profile {  
	border: 2px solid;
	border-radius: 10px;
	width:100%;
	position:absolute;
	left:5%;
    min-height:80%;
    background:black;
} 
#center imgOLD {
    width:45%; 
}
#center-profile imgOLD {
    width:45%; 
}

#center table, #center-profile table{
        position:relative;
        width:100%;
}
error{
    background-color:RGB(256,0,0);
}
#logeo {
	border: 2px solid;
	border-radius: 10px; 	
	margin:2em;
	align:center;
    font-family: 'Pacifico', Arial, sans-serif;
    text-align:center;
	width:100%;
	position:absolute;
	color:white;
	background-color:black;
	top:20%;
	left:50%;
	background: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,0.5));
	background-position:top center;
}
#alta {
    
    border-radius: 10px; 	
	margin:2em;
    font-family: 'Pacifico', Arial, sans-serif;
    text-align:center;
	width:100%;
	position:relative;
	color:white;
	background-color:black;
	left:5%;
	background: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,0.5));
	background-position:top center;
}
#logeo-error {
    font-family: Arial, sans-serif;
    text-align:center;
	position:absolute;
	color:red;
	top:25%;
	left:20%;

}

#logeo menu, #alta menu{
    color:RGB(79,129,189);
}
.titulo {
	width:80%;
	left:10%;
}


    .onoffswitch {
        position: relative; width: 90px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        border: 2px solid #999999; border-radius: 20px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
        font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #34A7C1; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE; color: #999999;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 18px; margin: 6px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 56px;
        border: 2px solid #999999; border-radius: 20px;
        transition: all 0.3s ease-in 0s; 
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
    }
video {
    width: 100%;
    height: auto;
}
video[poster]{
    height:100%;
    width:100%;
    opacity:1;
}

@media screen and (max-width: 600px) {

	#center, #center-profile {
		width:90%;
		margin:-1em;
		left:0px;
		top:0px;
		margin-bottom:6em;
		font-weight: normal;
	}
	#center2{
		width:100%;
		margin:0em;
		left:0px;
		top:-1em;
		margin-bottom:6em;
		font-weight: normal;
		font-size: small;
	    
	}
	#center3{
	    padding:0;
	    margin:0;
	    top:0.3em;
	    width:100%;
	    background-color:black;
	}
    #center4 {
        width:100%;
        text-align:center;
        top:0;
        border:0;
        border-radius:0;
        padding:0;
        margin:0 auto;
        background-color:black;
        left:0;
        position:relative;
        min-height:100%;


    }
    #busqueda {
        position:absolute;
        left:0;
        top:0;
        width:100%;
        background-color:black;
        height:3.8em;
    }


	#center table tr td,#center-profile table tr td{
		font-size:small;
		font-weight: normal;
	}
	#center table tr td lista, #center-profile table tr td lista {
		font-size:x-small;
    	height:2em;
		font-weight: normal;
	}
	#center table tr td menu, #center-profile table tr td menu {
        font-family: 'Pacifico', Arial, sans-serif;
        font-size: 16px;
		font-weight: normal;
    }

    #cab {
         font:x-small bold;
    }
    .boton{
     font-family: â€˜Pacificoâ€™, Arial, sans-serif;
     font-size: 20px;
     line-height: 1;
     padding: 15px 15px;
    }
    #final {
        left:0;
        width:100%;
     z-index:100;
    }
    #final2 {
        left:0;
        width:100%;
        z-index:100;
    }
	.titulo {
		width:100%;
		left:0;
	}
	#center2 imgOLD{
	   -webkit-transform: rotate(90deg);   /*Esto es para que funcione en safari y chrome*/
	   -ms-transform: rotate(90deg);   /*Esto es para que funcione en internet explorer*/
	   -moz-transform: rotate(90deg);    /*Esto es para que funcione en mozilla firefox*/
	   -o-transform: rotate(90deg);    /*Esto es para que funcione en opera*/
	   -khtml-transform: rotate(90deg);    /*Esto es para que funcione en google Chrome*/
	   -chrome-transform: rotate(90deg);
	}
	#center4 imgOLD{
	   border:0;
	   border-radius:0;
	}
    #menu-azul a.sinsubrayar:link,
    #menu-azul a.sinsubrayar:hover,
    #menu-azul a.sinsubrayar:visited
    {
    text-decoration:none;
    color:black;
    font-weight: normal;
    text-shadow: 0 0 30px #fff;
    }
    #menu-azul a.sinsubrayar2:link,
    #menu-azul a.sinsubrayar2:hover,
    #menu-azul a.sinsubrayar2:visited
    {
    text-decoration:none;
    color:white;
    font-weight: normal;
    text-shadow: 0 0 30px #fff;
    }
    a.sinsubrayar3:link, a.sinsubrayar3:hover, a.sinsubrayar3:visited
    {
    text-decoration:none;
    color:red;
    font-weight: normal;
    text-shadow: 0 0 30px #fff;
    }

}
