@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Gotham-Thin";
    src: url(../font/Gotham/Gotham-Thin.ttf) format("truetype");
}
@font-face{
 font-family: "Gotham-Medium";
    src: url(../font/Gotham/Gotham-Medium.ttf) format("truetype");    
}
@font-face{
 font-family: "Gotham-Book";
    src: url(../font/Gotham/Gotham-Book.ttf) format("truetype");    
}

@font-face{
 font-family: "Gotham-XLight";
    src: url(../font/Gotham/Gotham-XLight.ttf) format("truetype");    
}

@font-face{
 font-family: "Gotham-Bold";
    src: url(../font/Gotham/Gotham-Bold.ttf) format("truetype");    
}

body{
margin: 0px;
background:url(../img/layout/backgroundrepeat.jpg) repeat;
}

a{
font-family: Verdana, Geneva, sans-serif, Gadget, sans-serif;
color: #000;
font-size:12px;
text-decoration:none;
}

a:hover{
font-family: Verdana, Geneva, sans-serif, Gadget, sans-serif;
color:#000;
text-decoration:none;
/*font-size:12px;*/
}


.titlewhide{
width:520px;
margin:0 auto;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
padding-bottom:10px;
padding-top:20px;
border-bottom:thin solid #333;
}

.infoframe{
width:590px;
margin:0 5px;
margin-left:20px;
margin-top:10px;
}


#logobsas{
width:169px;
height:145px;
position:absolute;
bottom:0px; 
right:0px;
}

#contentlayout{
width:650px;
height:360px;
margin-top:20px;
margin-left:0px;
float:center;
font-size:15px;
}

#cuestionario{
width:650px;
background-color:#FFF;
height:305px;
overflow:auto;
}

#contentlayout table{
	margin-left:20px;
}

#contentlayoutvideo{
width:650px;
height:360px;
margin-right: auto;
margin-top:20px;
}


#contentrecomenzar{
	height:50px;
	width:200px;
	margin-right:50px
	/*background: url(../img/repr.png) no-repeat;*/
}

#contentvideo{
	/*margin-top:20px;*/
}

.img{
	width:30px;
	height:30px;
}


#contentsiguiente{
	height:50px;
	width:250px;	
	margin:0px 0px auto 70px;
	/*background: url(../img/flecha.png) no-repeat;*/
}
#contentsiguiente #siguiente-disabled{
	opacity:0.3;
	-moz-opacity:0.3;
	-o-opacity:0.3;
	-webkit-opacity:0.3;
	-ms-opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

#volver_repr:hover{
	cursor:pointer;
}

#contentsiguiente #siguiente-enabled{
	opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#contentlayoutvideo #siguiente-enabled:hover{
	cursor:pointer;
}

#contentlayoutvideo #siguiente-disabled:hover{
	cursor: not-allowed;
}

#contentlayout button:hover{
	cursor:pointer;
}

.controles{
	margin-left:60px;
	margin-top:10px;
}

#result{
    visibility:hidden;
	 text-align:center;
	/* Para que la ventana aparezca centrada en la página web, con un tamaño de 300x160 píxeles */
	position:relavive;
	
	
	/* Borde gris de la ventana */
	border-width:2	px;
	border-color:#999999;
	border-style:solid;
	 
	/* Color de la ventana */
	background-color:#FFFFFF;
	 
	/* Espacio de 10 píxeles desde el borde de la ventana hasta el texto interno */
	padding:5px;
	 
	/* Este índice debe ser mayor que el del fondo, para que la ventana esté sobre él */
	z-index:10;
}
	
h2{
	 text-align:center;
	 font-family:Gotham-Thin;
	 font-size:12px;
}
h3{
	 text-align:center;
	 font-family:Gotham-Book;
	 font-size:12px;
}
.boton:hover{
	cursor:pointer
}

.wizard{
 margin-left:0px;
 padding-top:0px;
}

.wizard div {
    padding: 10px 12px 10px;
    margin-right: 5px;
    margin-top:5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}

.wizard div:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #f5f5f5;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
}
.wizard div:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard div:first-child:before, .wizard div:last-child:after {
    border: none;
}
.wizard div:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
    behavior: url(/charlavirtual/assets/css/ie-css3.htc);
}
.wizard div:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
    behavior: url(/charlavirtual/assets/css/ie-css3.htc);
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard div:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #FFD400;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #FFD400;
}

.boton{
	align: right;
	margin-top:20px;
	margin-left: 80%;
}

.paso{
	margin-left:0px;
	width:650px
}
.paso-videos{
	margin-left:60px;
	width:500px
}

.label{
	margin-bottom:50px;
}


