/*
Estilos de stecsa
*/
body{
	margin-top: 0px;	
}
.producto-cuadro {
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.45em;
    margin-top: 5px;
    text-align: justify;
    background: #f4f4fa none repeat scroll 0 0;

    height: 260px;
}
.titimg-cuadro{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 100%;
}
.titulo-cuadro {
    background: linear-gradient(rgba(16,0,181,.5), rgba(16,0,176,.93)); //linear-gradient(#103f00,#106f00);linear-gradient(#10b500, #10b000)
    border: 1px solid #10008e;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    text-align: center;
    color:#fff0ef;
    border-bottom-right-radius: 40px;
    text-shadow: 1px 1px 3px #0000c6; 
   /* position: absolute; /* OCULTAR CON LA IMAGEN*/
    top: 0px;	
    margin: 0px;
	 padding: 2px;
	 width: 80%;
}

.texto_cuadro{
   background: #f4f4fa none repeat scroll 0 0;
  	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	color: #000;
	height: 220px;
	overflow: auto;
}

.lbl_griso {
	color: #333;
	font-size: 10pt;
}
.caja-formul {
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.45em;
    margin-top: 5px;
    text-align: justify;
    background: #f4f4fa none repeat scroll 0 0;

}

.titulo-cuadrof {
    background: linear-gradient(rgba(16,0,181,.5), rgba(16,0,176,.93)); //linear-gradient(#103f00,#106f00);linear-gradient(#10b500, #10b000)
    border: 1px solid #10008e;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    text-align: center;
    color:#fff0ef;
    /*border-radius: 4px;*/
    text-shadow: 1px 1px 3px #0000c6; 
   /* position: absolute; /* OCULTAR CON LA IMAGEN*/
    top: 0px;	
    margin: 0px;
	 padding: 2px;
	 width: 100%;
}
.barra-botones{
	background:linear-gradient(#ffff00,#00ffff);
	height: 35px;
	top:0px;
	position: relative; 
	vertical-align: middle;
	text-align: center;
}
.fila_sel {
	background-color: #00ffff; /*linear-gradient(to bottom,#fffff0,#00ffff);*/
	color: #212121;
	font-weight: bold;
}
.bot_n {
    background: #ffa900 none repeat scroll 0 0;
    border-color: #f0f0f0 #606060 #606060 #f0f0f0;
    border-radius: 5px;
    border-style: solid;
    /*border-width: 2px;
     box-shadow: 1px 1px 4px #333333;*/
    font-size: 12pt;
    font-weight: bold;
    height: 35px;
    text-shadow: 0 0 6px #ffffff;
    margin-top: 2px;
}

.bot_r {
    margin-top: 2px;
    background: linear-gradient(to right, #C00000, #ef0000, #c00000);
    border-color: #f0f0f0 #606060 #606060 #f0f0f0;
    border-radius: 5px;
    border-style: solid;
    font-size: 12pt;
    font-weight: bold;
    height: 35px;
    font-stretch: expanded;
    color: #ffffff;
    /*
    box-shadow: 1px 1px 2px #003333;
    text-shadow: 0 0 6px #ffffff;
    border-width: 2px;
    */
}


.bot_a {
    margin-top: 2px;
    background: #00a9ff none repeat scroll 0 0;
    border-color: #90b0f9 #606060 #606060 #90b0f9;
    border-radius: 5px;
    border-style: solid;
    /* border-width: 2px;
    box-shadow: 1px 1px 4px #333333; */
    font-size: 12pt;
    font-weight: bold;
    height: 35px;
    text-shadow: 0 0 6px #ffffff;
}
.bot_r:hover, .bot_a:hover, .bot_n:hover {
    box-shadow: 1px 1px 2px #003333;
}

.tabla_listado > tbody > tr > td {
	font-size: 10pt;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}

.tabla_listado > thead > tr > th {
	font-size: 10pt;
	text-align: center;
	/*
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	*/
}

.tabla_listado2 > tbody > tr > td {
	font-size: 10pt;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.tabla_listado7 > thead > tr > th {
	font-size: 14pt;
	text-align: center;
}

.tabla_listado7 > tbody > tr > td {
	font-size: 12pt;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.bor_tl {
	border-top: #c0f0c0 1px solid;
	border-left: #c0f0c0 1px solid;	
}

.bor_r{
	border-right: #c0f0c0 1px solid;
}
.bor_b{
	border-bottom: #c0f0c0 1px solid;
}
