body { 
    margin: 0 auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    color: #4d4d4d;
    font-style: normal;
    line-height: 20px;
	background-image: url(../images/bg-6.png);
    /*overflow-x: hidden;*/
    /*background: #ccc;*/
}

a{
    text-decoration: none;
    color: #993333;
}

a:hover{
    text-decoration: underline;
}

header,nav,section,article,aside,footer,hgroup { 
    display: block;
}

select{
    width: 200px;
    padding: 2px;
    font-size: 11px;
    height: 22px;
}

h3{
    padding-left:15px;    
    font-size: 14px;
    height: 25px;
    width: 85%;    
    margin: 10px 0px 10px 15px;
    text-transform: uppercase;
    border-bottom:1px solid #999;
    background-image: url(../images/bgh3.jpg);
    background-position: left;
    background-repeat: no-repeat;
    color: #CFBB0F;
    font-weight: bolder;
}
h1{
    padding: 0;
    margin: 0;
    font-size: 16px;
    height: 30px;
    color: #993333;
}

h4{
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}

#wrapper{
    /*width: 1000px;*/
    /*width: 980px;*/
    width: 900px;
    overflow: auto;
    margin: 0 auto;
    background: white;
    border: 1px solid #ccc;
    /*border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;*/
}

header{
    width: 100%;
    height: 40px;
    margin: 0 auto; 
    background-image: url(../images/topheader.jpg);
    
}

#redesSociales{
    color: #000;
    float: right;
    font-size: 13px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
}

#redesSociales img:hover{
    opacity: 0.6;
}

#contenedor{
    width: 98%;
    overflow: auto;
    margin: 20px auto;
}

nav{
    width: 100%;
    border-top: 5px solid #29A4E1;    
    height: 35px;
    overflow: auto;
}

#logo{
    width: 100%;
    height: 55px;
    background-image: url(../images/logo.jpg);
    /*margin-bottom: 10px;*/
}

#login{
    color: #000;
    float: right;
    font-size: 13px;
    margin-top: -10px;
    margin-right: 10px;
    text-align: center;
}

#login img:hover{
    opacity: 0.6;
}

article{
    width: 100%;
    overflow: auto;
    /*overflow-x: hidden;*/
}

aside{
    /*width: 25%;
    float: left;*/
}

.categoria{
    width: 98%;
    overflow: auto;
    margin-bottom: 20px;
    /*border: 1px solid #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 15px;*/
}

.ulcat{
    margin: 0;
    padding: 0;    
}

.ulcat li{
    list-style: none;
    float: left;
    /*width: 210px;*/
    width: 190px;
    margin-left: 20px;
    height: 25px;    
    margin-top: 5px;
    border-bottom: 1px dashed #ccc;
    overflow: auto;
}

.ulcat li a{
    display: block;
    padding-left: 10px;
    text-decoration: none;
    color: #4d4d4d;
}

.ulcat li a:hover{
    color: #ffa500;
}

section{
    /*width: 74%;*/
    width: 100%;
    height: 100%;
    float: right;
    background: #F4F4F4;
    /*border: 1px solid #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;*/
}

#dondeestas-inicio{
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
}

#dondeestas-inicio #inicio-detalle{
	width: 95%;
	overflow: auto;
	margin: 0 auto;
	border: 1px solid #ccc;
	background: #FFFFFF;
	border-radius: 8px;	
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	margin-bottom: 20px;
}

#inicio-detalle label{
	color: #4d4d4d;
	font-size: 11px;
}

#ileft,#icenter,#iright{
	width: 32%;
	float: left;
	padding: 5px;
	color: #000000;
}

#dondeestas{
    width: 100%;
    /*height: 23px;*/
    border-bottom: 2px solid #29A4E1;
    padding-top: 5px;
    background: white;
}

#dondeestas span{
    padding-left: 5px;
    padding-top: 10px;
}

#examen{
    /*width: 98%;*/
    width: 80%;
    margin: 0 auto;
    height: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F4F4F4;
}

#examen-inicio{
    width: 97%;
    height: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F4F4F4;
    overflow: hidden;
	/*border-bottom: 2px solid #29A4E1;*/
	text-align: center;
}

#examen-lista{
    width: 100%;
    height: 100%;
    /*padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;*/
    margin-top: 10px;
    background: #F4F4F4;
    overflow-x: hidden;
}

#examen-lista table{
    background: white;
    margin-bottom: 20px;
}

#examen-lista thead tr{
    height: 35px;
    background: #ccc;
}

#examen-lista thead tr th{
    border-right: 1px solid #fff;
}

#examen-lista tbody tr{
    height: 30px;
    text-align: center;    
}

#examen-lista tbody tr:hover{
    background: #E8F5FF;
    cursor: pointer;
}

#examen-lista tbody tr td{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.formulario{
    width:300px;
    /*padding:0px 0px 5px 0px; */
    padding: 5px;
    border:1px solid #ccc; 
    margin:0 auto;
    background: white;
	border-radius: 8px;	
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.titleDiv{
    width:98%;
    background:#EEEEEE;
    font-weight:bold;
    padding:2px; 
    text-align:center; 
    margin-bottom:5px;
}

#error{
    width: 100%;
    height: 50px;
    background: #FFDFDF;
    border-top: 1px solid #FFB0B0;
    border-bottom: 1px solid #FFB0B0;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
}

#ok{
    width: 100%;
    height: 50px;
    background: #D5FFE3;
    border-top: 1px solid #009634;
    border-bottom: 1px solid #009634;
    background-image: url(../images/ok.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
}

#advertencia{
    width: 100%;
    height: 50px;
    background: #FFDFDF;
    border-top: 1px solid #FFB0B0;
    border-bottom: 1px solid #FFB0B0;
    background-image: url(../images/advertencia.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
}


#error span,#advertencia span,#ok span{
    position: relative;
    top: 15px;
    left: 60px;
}

/* ESTILOS PARA EL LOGIN */
.formulario label,.registro label{
    display: block;
    width: 90%;
    margin: 0 auto;
}

.txt{
    width: 250px;
    height: 15px;
    color: #333;
    padding: 2px;
    font-size: 12px;
}

.combo{
    width: 257px;
    height: 25px;
    color: #999;
    padding: 2px;
    font-size: 12px;
}

/* ESTILOS PARA REGISTRO */
.registro{
    width: 80%;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 auto;
}

/* ESTILO PARA DIV VALIDACION */
#divValidacion{
    width: 100%;
    background: #FFDFDF;
    border-top: 1px solid #FFB0B0;
    border-bottom: 1px solid #FFB0B0;
    margin-bottom: 10px;
}

#divValidacion label.error{
    width: 90%;
    display: block;
    position: relative;    
    left: 20px;    
}

/* ESTILOS PARA LAS PREGUNTAS */
#pregunta-check{
    width: 97%;
    overflow: auto;
}
#pregunta{
    width: 100%;
    float: left;
    /*border: 1px solid red;*/
}

#pregunta span{
    text-align: justify;
}

#check{
    width: 10%;
    float: right;
    text-align: right;	
}

.ulexamen{
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.ulexamen li{
    list-style: none;
}

.ulexamen li label{
    cursor: pointer;
}

#respuestaExamen{
    width:400px;
    margin: 0 auto;
    margin-top: 20px;    
}

#respuestaExamen p{
    margin-left: 20px;
}

#footer{
	/*width: 900px;*/
	overflow: auto;
	margin: 0 auto;
	/*margin-top: 10px;*/
	background: #4d4d4d;	
}

#footer ul{
	margin: 0 auto;
	padding: 0;
	width: 80%;
}

#footer ul li{
	list-style: none;
	float: left;
	border: 1px solid blue;
}

#footer ul li a{
	display: block;
	text-align: center;
}

/* TOOLTIP */

.tabpage img{
	cursor: pointer;
}