body{
	font-family: arial;
}
.casilla1
{
font-size: 11px;
font-family: verdana;
}
.texto
{
font-size: 12px;
font-family: verdana;
}
.testua
{
font-size: 11px;
font-family: verdana;
color: white;
}
.beste
{
font-size: 11px;
font-family: verdana;
color: black;
}

.texto_cabecera
{
font-size: 20px;
font-family: arial;
text-align: center;
padding-top: 15px;
color: #ffffff;
clear: both;
width: 800px;
height: 60px;
}

.texto_menu
{
font-size: 11px;
font-family: arial;
text-align: center;
padding-left: 5px;
padding-top: 3px;
border-bottom: 1px solid #ffffff;
color: #000000;
background-color: #999999;
height: 35px;
clear: both;
}
.texto_menu2
{
font-size: 11px;
font-family: arial;
text-align: center;
padding-left: 5px;
padding-top: 3px;
border-bottom: 0px solid #ffffff;
color: #000000;
background-color: #336699;
height: 35px;
clear: both; 
}
.texto_menu_tipo
{
font-size: 11px;
font-family: arial;
text-align: center;
padding-left: 5px;
padding-top: 3px;
border-bottom: 0px solid #ffffff;
color: #000000;
background-color: #FFAA2A;
height: 35px;
clear: both; 
}

.texto_vb_si
{
font-size: 11px;
font-family: arial;
text-align: center;
padding-left: 5px;
padding-top: 3px;
border-bottom: 1px solid #ffffff;
color: #000000;
background-color: #2DAD2D;
height: 35px;
clear: both;
}
.texto_vb_no
{
font-size: 11px;
font-family: arial;
text-align: center;
padding-left: 5px;
padding-top: 3px;
border-bottom: 1px solid #ffffff;
color: #000000;
background-color: #FF7F2A;
height: 35px;
clear: both;
}

a.link_menu{
	color: #ffffff;
	text-decoration: none;
}
a.link_menu:hover{
	color: #000000;
	text-decoration: underline;
}

a.link_menu2{
	color: #ffffff;
	text-decoration: none;
}
a.link_menu2:hover{
	color: #000000;
	text-decoration: underline;
}


.texto_cuerpo
{
font-size: 12px;
font-family: arial;
text-align: left;
color: #000000;
background-color: #e2e3df;
padding: 15px;
}

.texto_cuerpo2
{
font-size: 12px;
font-family: arial;
text-align: left;
color: #000000;
background-color: #A5A5A5;
padding: 10px;
}
.texto_cuerpo3
{
font-size: 10px;
font-family: arial;
color: #000000;
}

.texto_destacado
{
font-size: 15px;
font-family: arial;
text-align: center;
color: #ffffff;
background-color: #336699;
padding: 15px;
}


.texto_titular
{
font-size: 15px;
font-family: arial;
text-align: center;
color: #000000;
background-color: #e2e3df;
padding: 15px;
}



.tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
}

.tooltip_text{
	font-size:10px;
}

.tooltip .bottom {
    min-width:500px; 
    top:40px;
    left:50%;
    transform:translate(-50%, 0);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:10px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip:hover .bottom {
    display:block;
}

.tooltip .bottom i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}