﻿.recuadro
{
    background-image:url("imagenes/login/fondo.png");
    background-repeat:no-repeat;
    width:1024px;
    height:600px;
    border-style:none;
}

.recuadro_inferior
{
    width:1024px;
    border-style:none;
    background-color:#FFFFFF;
}

.recuadro2
{
    width:1024px;
    border-style:none;
}

.fondo_recuadro
{
	background-image:url("imagenes/interno/fondo_gris.png");
	overflow:hidden;
}

a:link
{
    text-decoration: none;
}
    
.enlaces:link
{
    font-family:"Century Gothic", Arial;
    font-weight:bold;
    font-size:10px;
    color:#808383;
    text-decoration:none;
}

.enlaces:visited
{
    color:#3c5491;
}

.enlaces:hover
{
    color:#000;
}

.enlaces:active
{
    color:#FFF;
}

.enlaces2:link
{
    font-family:"Century Gothic", Arial;
    font-weight:bold;
    font-size:14px;
    color:#808383;
    text-decoration:none;
}

.enlaces2:visited
{
    color:#3c5491;
}

.enlaces2:hover
{
    color:#000;
}

.enlaces2:active
{
    color:#FFF;
}

.enlaces3
{
    font-family:"Century Gothic", Arial;
    font-weight:bold;
    font-size:18px;
    color:#24a24b;
    text-decoration:none;
}

.enlaces3:visited
{
    color:#055e20;
}

.enlaces3:hover
{
    color:#2cc729;
}

.enlaces3:active
{
    color:#a0ed9e;
}

.enlaces4:link
{
    font-family:"Century Gothic", Arial;
    font-weight:bold;
    font-size:12px;
    color:#808383;
    text-decoration:none;
}

.enlaces4:visited
{
    color:#3c5491;
}

.enlaces4:hover
{
    color:#000;
}

.enlaces4:active
{
    color:#FFF;
}

.texto1
{
    font-family:"Century Gothic", Arial;
    font-size:16px;
    color:#808383;
    font-weight:bold;
}

.texto2
{
    font-family:"Century Gothic", Arial;
    font-size:14px;
    color:#808383;
    font-weight:bold;
}

.texto3
{
	font-family:"Century Gothic", Arial;
	font-size:12px;
	color:#000000;
	font-weight:normal;
}

.texto4
{
    font-family:"Century Gothic", Arial;
    font-size:14px;
    font-weight:bold;
}

.texto_error
{
    font-family:"Century Gothic", Arial;
    font-size:16px;
    color:Red;
    font-weight:bold;
}

.titulo1
{
    font-family:"Century Gothic", Arial;
    font-size:20px;
    color:#808383;
    font-weight:bold;
}

.control1
{
    width:190px;
}

.boton1
{
    border-radius:5px;
    border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#005847;
    border-style:solid;
    border-color:#8dc63f;
    color:White;
    width:100px;
}

.boton_redondo
{
    border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    -webkit-border-radius:20px;
    background-color:#005847;
    border-style:none;
}

.menu
{
	font-family:Century Gothic, Arial;
	font-size:18px;
	text-decoration:none;
	color:#005847;
}

.menu:hover
{
	font-weight:bold;
}

.ocultar
{
	visibility:hidden;
	height:0px;
}

.mostrar
{
	visibility:visible;
	height:auto;
}

.bordes_ambos
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.bordes_inferior
{
    border-bottom: 1px solid black;
}

.cuadro_texto
{
    width:150px;
    height:20px;
	border-style:solid;
	border-color:#cdd3d2;
}

.cuadro_texto2
{
    width:120px;
    height:20px;
	/*border-style:solid;
	border-color:Gray;*/
}

.cuadro_texto_base
{
    height:20px;
    border-style:none;
}

.alto_texto
{
    height: 40px;
    padding-right:10px;
}

.alto_boton
{
    height: 60px;
}

.celda_par
{
    background-color:#b4d0cb;
}

.celda_impar
{
    background-color:#FFFFFF;
}

.celda_par2
{
    background-color:#005847;
}

.celda_impar2
{
    background-color:#00b894;
}

.dialogo
{
	background-image:none;
	background-color:#005847;
	border:solid 2px #8dc63f;
	font-family:Century Gothic, Arial;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	box-shadow: 5px 5px 5px #6aab41;
}

/*boton1:hover
{
    background-color:Aqua;
    border-color:Blue;
    color:Black;
}

boton1:click
{
    background-color:Aqua;
    border-color:Blue;
    color:Yellow;
}*/ 

.boton_redondo
{
    border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    -webkit-border-radius:20px;
    background-color:#005847;
    border-style:none;
}

.texto_menu
{
    font-family:"Century Gothic", Arial;
/*    font-family:Champagne;
    -ms-font-family:Champagne;
    -o-font-family:Champagne;
    -webkit-font-family:Champagne;*/
    color:#005847;
    font-size:16px;
    font-weight:normal;
}

.texto_menu_over
{
/*    text-shadow: 2px 2px 5px black;
    -ms-text-shadow: 2px 2px 5px black;*/
    font-size:18px;
    font-weight:bold;
}

.texto_menu2
{
    font-family:"Century Gothic", Arial;
/*    font-family:Champagne;
    -ms-font-family:Champagne;
    -o-font-family:Champagne;
    -webkit-font-family:Champagne;*/
    color:#005847;
    font-size:12px;
    font-weight:normal;
}

.texto_menu2_over
{
/*    text-shadow: 2px 2px 5px black;
    -ms-text-shadow: 2px 2px 5px black;*/
    font-size:14px;
    font-weight:bold;
}

.bordes_ambos
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.bordes_inferior
{
    border-bottom: 1px solid black;
}

.cuadro_texto
{
    width:150px;
    height:20px;
    border-style:none;
}

.cuadro_texto2
{
    width:120px;
    height:20px;
    border-style:none;
}

.cuadro_texto_base
{
    height:20px;
    border-style:none;
}

.alto_texto
{
    height: 40px;
    padding-right:10px;
}

.alto_boton
{
    height: 60px;
}

.celda_par
{
    background-color:#b4d0cb;
}

.celda_impar
{
    background-color:#FFFFFF;
}

.encabezado_tabla
{
	font-family:Century Gothic, Arial;
	font-size:12px;
	font-weight:bold;
	color:White;
	background-color:#005847;
}

.texto_tabla
{
	font-family:Century Gothic, Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}