/* CSS Document */
p{text-align: center;}


h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

h3 {
    text-align: center;
}
h4 {
    text-align: center;
}
h5 {
    text-align: center;
    
}
h6 {
    text-align: center;
    }
a:link {
	color: #A4FFA4;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #FFFFCC;
}
a:active {
	color: #FFFF66;
}
.dropbtn {
    background-color: #FF0033;
    color: white;
    padding: 4px;
    font-size: 13px;
    border: none;
    cursor: pointer;
	 width: 147px;
	 border-radius: 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 127px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 10px;
}

.dropdown-content a {
    color: black;
    padding: 8px 48px;
    text-decoration: none;
    display: block;
	border-radius: 10px;
}

.dropdown-content a:hover {background-color: #99FF99}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

table.tabla_principal {color:#FFFFFF;}

         td.tabla_principal {
           	width: 100%;
			height:100%;
			border:0;
			padding:FFF4FF;
			
         }
.text1{
text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #000099;
	
}
.text_boton{

	padding: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffff88;
	
}

input[type=text] {
    width: 200pix;
    
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
}

input[type=text]:focus {
    background-color: lightblue;
}

   body {
    background-image: url("imagenes/fondo.gif");     
}

.center1{
    margin: auto;
    width: 400px;
    padding: 2px;
	border: solid #CCCCCC 5px;
	border-radius: 10%;
	background-color: #FF0000;
}
.center2{
    margin: auto;
    width: 1000px;
	height: auto;
     -moz-box-shadow:inset 0px 0px 5px 5px #f9eca0;
	-webkit-box-shadow:inset 0px 0px 5px 5px #f9eca0;
	box-shadow:inset 0px 0px 5px 5px #f9eca0;
	
    padding: 15px;
	
	border-radius: 20px;
	background-color: #E9CD0A;
font-size: 20px;
text-align:center;
}

.aviso_preguntas{
text-align:center;
    margin: auto;
    width: 1000px;
    padding: 2px;
	border: solid #CCCCCC 5px;
	border-radius: 10px;
	background-color: #FF0000;
}

.main_1{
   	margin: auto;
	width: 500px;
	padding: 8px;
	border: 5px solid #333333;
	border-radius: 10px;
	background-color: #CCCCCC;
	bottom: 4px;
}
.txtitulo_tab_main{
font-size:17px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#003300;
}
.txdescrip_tab_main{
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#003300;
}

.tx_estadisticas_tab_main{
font-size:11px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#003300;
}



