@charset "utf-8";
/* CSS Document */

.botones_cabecera_1 {
	display:inline-block;
    height: auto;
	width:115px;
    text-decoration: none;
	text-align: center;   
    font-size: 27px;
    background-color: rgba(102, 183, 130, 0.22);
    color: #201F1F;
	padding:0px 5px 0px 5px;
	border: 0px;
    border-radius: 10px;
    text-shadow:1px 1px 8px #9f9a9a;  /* Sombra del texto */
    box-shadow: inset 3px 3px 3px rgba(255,255,255,.7);
}
.botones_cabecera_1:hover {
    height: 35px;
	width:115px;
	padding:5px 5px 0px 5px;
    text-shadow: 1px 1px 8px #000000;	
    border: 0px;
	color: #FFF;
	cursor: pointer;
}
.boton_1 {
    height: 40px;
	width:300px;
    text-decoration: none;    
    font-size: 30px;
    background-color: rgba(9, 57, 130, 0.7);
    color: #FFF;
	padding:5px 5px 5px 5px;
	border: 0px;
    border-radius: 10px;
    text-shadow:12px 1px 8px #000000;  /* Sombra del texto */
    box-shadow: inset 3px 3px 3px rgba(255,255,255,.7);
}
.boton_1:hover {
	height: 60px;
	font-size: 45px;
    text-shadow: 3px 3px #000000;	
    border: 0px;
	color: #FFF;
	cursor: pointer;
}
.boton_para_pie_pja_1 {
    height: auto;
	width:300px;
	text-decoration: none;
	text-align: center;   
    font-size: 30px;
    background-color: rgba(9, 57, 130, 0.7);
    color: #000;
	padding:5px 0px 5px 0px;
	border: 0px;
    border-radius: 10px;
    text-shadow:12px 1px 8px #000000;  /* Sombra del texto */
    box-shadow: inset 3px 3px 3px rgba(255,255,255,.7);
}

.boton_eleg_colorEstilo10_22 {
	font-size: 20px;
	color: #F9F9FC;
    height: 50px;
	width:auto;
 text-align: center;  /* Alineación del texto */
	padding:0px 30px 0px 30px;
 text-shadow: 1px 1px rgba(254,254,255,.2);  /* Sombra del texto */
 box-shadow: inset 3px 3px 3px rgba(255,255,255,.7), inset -2px -2px 3px rgba(0,0,0,.1), 2px 2px 10px rgba(0,0,0,.1);
cursor: pointer;
border:solid 1px #49494D;
border-radius: 70px 70px 70px 70px;
background: linear-gradient(top, rgb(139,139,142) 10%, rgb(96,96,98) 30%, rgb(10,10,10) 100%);
background: -o-linear-gradient(top, rgb(139,139,142) 10%, rgb(96,96,98) 30%, rgb(10,10,10) 100%);
background: -moz-linear-gradient(top, rgb(139,139,142) 10%, rgb(96,96,98) 30%, rgb(10,10,10) 100%);
background: -webkit-linear-gradient(top, rgb(139,139,142) 10%, rgb(96,96,98) 30%, rgb(10,10,10) 100%);
background: -ms-linear-gradient(top, rgb(139,139,142) 10%, rgb(96,96,98) 30%, rgb(10,10,10) 100%);
-pie-background: linear-gradient(top, rgb(139,139,142) 10%, rgb(96,96,98) 30%, rgb(10,10,10) 100%);
behavior: url(../panel_control/paginas/interior_modulos/PIE-1.0beta5/PIE.php);
}
#boton_eleg_color10_22:hover {
background: #000000;
}
