/********************************************
* 	Estilos Base
********************************************/

*  {
	margin: 0;
	padding: 0;
}

ul,ol {
    list-style: none;
}

html, body {
	background-color: #dde6e5;
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: x-small;
    color: #666666;
/* 	min-width:1312px; */
/* 	width: 100%; */
}

#panel{
	position:fixed;
/* 	float:left; */
	width: 300px;
 	height: 100%;
    background-color: #4a4a4a;
	z-index:21;
	overflow-y: auto;
	box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.3);
}
h1{
	text-decoration:none;
	display:block;
	font-size:2.2em;
	font-weight: 600;
	line-height: 1em;
	color: #ffffff;
	position:relative;
	width:auto;
    margin-top: 20px;
	padding: 10px 12px 10px 24px;
	overflow:hidden;
	background:#5f5f5f;
}
h1 span{
	color: #7F7E7E;
	}
h2{
	text-decoration:none;
	display:block;
	font-size:1.5em;
	font-weight: 600;
	line-height: 1em;
	color: #ffffff;
	position:relative;
	width:auto;
    padding: 10px 12px 10px 24px;
	overflow:hidden;
}
#btn_opcion1{
	    float: right;
}

#textobtn{
    font-size: 0.4em;
    font-weight: 400;
    float: right;
}

#icono_probar{
    width: 16px;
    height: 16px;
    margin: 4px 1px 1px 6px;
    /* vertical-align: middle; */
    float: right;
    background: 0px 0px url("../lib/navigate2.png") no-repeat;
}

.textotitulo{
    font-size: 1.3em;
    color: white;
    margin-left: 46px;
}

.opcionws {
 	display: table;
	height:21px;
}
.opcionws .texto {
	/* width: 194px; */
	font-size:1.3em;
	color: #ececec;
	line-height: 1em;
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
}
.marcador{
    font-size: 1.3em;
    color: #ececec;
    line-height: 1em;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    padding: 0px 10px 0px 0px;
}
.marcador2{
    font-size: 1.3em;
    color: #ececec;
    line-height: 1em;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    padding: 0px 10px 0px 18px;
}
.marcador2{
    font-size: 1.3em;
    color: #ececec;
    line-height: 1em;
    display: table-cell;
    text-decoration: none;
    padding: 0px 10px 0px 18px;
}
.comentario{
    /* font-size: 1.3em; */
    line-height: 1em;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
/*     padding: 0px 10px 10px 0px; */
    color: #7F7E7E;
}
a, a:visited {
	color:#acacac;
	text-decoration:none;
	outline:none;
    padding: 0px 25px 0px 45px;
}
.gris{
	color: #7F7E7E;
	}
#test{
	padding: 3px;
	margin: 97px 0px 0px 16px
}
input, 
textarea, 
label {
    font-size:1.2em;
}
 
input, 
textarea{

    width: 250px;
    height: 17px;
    border: 1px solid #CEE1E8;
    margin-bottom: 4px;
    padding: 4px;
}
 select{
    font-size:1.2em;
	width: 260px;
    height: 27px;
    border: 1px solid #CEE1E8;
    margin-bottom: 4px;
    padding: 4px;
}
input:focus, 
select:focus, 
textarea:focus{
    border: 1px solid #AFCDD8;
    background-color: #EBF2F4;
}
#descriptores{
	font-size: 1.3em;
    color: #ffffff;
    line-height: 1em;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px 12px 5px 62px;
}
#entradas{
	width: 277px;
}
#boton{
	width: 170px;
}
.titulo{
		font-size:1.2em;
}
#mensaje{
	font-family: Arial;
    font-size: 1.2em;
    font-style: normal;
	width: 99%;
    height: 113px
}
.mensaje{
	font-family: Arial;
    font-size: 1.2em;
    font-style: normal;
	width: 99%;
    height: 113px
}
.mensajeentrada
{
	font-family: Arial;
    font-size: 1.2em;
    font-style: normal;
	width: 250px;
    height: 113px
}
/****************************/
.opcionws:hover{
	background-color:#FACC03;
	text-decoration:none;
}
.opcionws2 {
 	display: table;
	height:21px;
}
.opcionws2 .texto {
	/* width: 194px; */
	font-size:1.3em;
	color: #ececec;
	line-height: 1em;
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
}
#doblelinea{
	padding: 0px 25px 0px 27px;
}
/* a:hover{
	background-color:#FACC03;
	text-decoration:none;
} */
a .texto:hover{
	color:black;
}
#contenedor{
	overflow-y: auto;
	position:fixed;
/* 	float:left; */
	left:320px;
 	height: 100%;
	width: calc(100% - 320px);
	width: -webkit-calc(100% - 320px); 
	width: -moz-calc(100% - 320px);
	/* background: #dde6e5; */
}
p{
	width: 75%;
}

pre {
    padding: 1em;
    height: auto;
    margin-bottom: 1em;
	margin-right: 15px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: #e8e8e8;
}

pre code {
    display: block;
    background: #fff;
    color: black;
    border: 1px solid #ccc;
    padding: 15px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    vertical-align: top;
}

table form { margin-bottom: 0; }

table thead, table th {
    background: #eee;
    font-weight: 600;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}


/* TABLES */
table {
    width: 99%;
    margin-bottom: 2em;
}

td, th {
    text-align: left;
}

.simple th {
    font-weight: 600;
}
.simple th, .simple td {
    padding: 1em;
}
.simple tr {
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0px 1px 1px white;
    -moz-box-shadow: 0px 1px 1px white;
    -webkit-box-shadow: 0px 1px 1px white;
}
.simple tr:first-child {
    border-top: 1px solid #dcdcdc;
}
.simple td, .simple th {
    border-right: 1px solid #dcdcdc;
    box-shadow: 1px 0px 1px white;
    -moz-box-shadow: 1px 0px 1px white;
    -webkit-box-shadow: 1px 0px 1px white;
}
.simple td:first-child, .simple th:first-child {
    border-left: 1px solid #dcdcdc;
}
