.radio{
	text-align: center;
}

.preguntas {
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 50px;
}

.boton{
	cursor: pointer;
	text-align: center;
	width: 100px;
	height: 40px;
}

.boton2{
    cursor: pointer;
    text-align: center;
    width: auto;
    height: 40px;
}

.centrar{
	text-align:center;
}

.pregunta_ancho{
	width: 500px;
}

.img{
	width: 80%;
}

.tblpre{
	width: 80%;
}

.tblpre2{
	width: 40%;
}

.error{
	color: red;
}

.titulo{
	text-align: center;
}

.flotante {
  float: right;
  text-align: right;
}


/*links*/
/*a:link { 
	text-decoration: none; 
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}


a:active {
	text-decoration: none;
	color: #000000;
}


a:hover {
	text-decoration: underline;
	color: #0472c2;
} */






/*menu a la derecha*/
.active {
    background-color: #0472c2;
    color: white;
}

body {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 15%;
    background-color: #f1f1f1;
    position: fixed;
    height: auto;
    overflow: auto;
}

li a {
    display: block;
    color: #000;
    padding: 8px 0 8px 16px;
    text-decoration: none;
}

li a.active {
    background-color: #4CAF50;
    color: white;
}

li a:hover:not(.active) {
    background-color: #555;
    color: white;
}


.derecha{
	margin-left:8%;
	padding:1px 16px;
	height:auto;
}








/*menu a arriba*/
/*
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #111;
}

.active {
    background-color: #4CAF50;
}
*/

/*---------------------------------*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Img/Cargar.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}



/*tablas*/
.tablecon
{
    font-family: "Calibri";
    font-size: 15px;
    margin: 10px;
    width: 50%;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #000000;
    background: #ffffff;

}


table
{
	font-family: "Calibri";
	font-size: 15px;
	margin: 10px;
	width: auto;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #000000;
	background: #ffffff;

}

th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	text-align: left;
	font-size: 15px;
	color: #000000;
	border-bottom: 1px dashed #000000;

}

td
{
	padding: 7px 17px 7px 17px;
	color: #000000;
}

 tbody tr:hover td
{
	color: #000000;
	background: #d5d6d7;
}


.tabletamano{
    width: 40%;
}
/*-----------------------------------*/


input[type="radio"] {
    cursor: pointer;
    transform: scale(1.3);    
}

input[type="text"] {
    cursor: pointer;
    width: 250px;
}

input[type="email"] {
    cursor: pointer;
    width: 250px;
}



