﻿.sinborde
{
    border: solid 0px;
    padding:4px 5px;
}
.margenesBotones
{
    /*margin-left: 8px;
    margin-right: 8px;*/
    padding-bottom: 2px 3px;
}

.btnfondo
{
    background: #0034a0 url(imagenes/fondo_cabecera_tabalas.gif) repeat-x;
}

.btnCerrarVideo {
	position: absolute; 
	top: 20px; 
	right: 20px; 
	z-index: 1010; 
	background: #0034a0 url(imagenes/fondo_cabecera_tabalas.gif) repeat-x;
}

#btnCerrarVideoExclusivo {
	opacity: 0;
	pointer-events: none;
	transition: opacity 1s ease;
}

#btnCerrarVideoExclusivo.visible {
	opacity: 1;
	pointer-events: auto;
}

.btnfondocalendario {
	background: #0034a0 url(imagenes/calendario.gif) no-repeat 0 0;
}
.tamanyocalendario
{
    width:40px;
    height:20px;
}
.btnEliminar
{
    cursor:pointer;
    display:inline-block;
    text-decoration:underline;
}
.btnEliminar:hover
{
    cursor:pointer;
    display:inline-block;
    text-decoration: none;
}

.btnImagenNuevo
{
	padding: 0.5em 0em 0.2em 2em;
	margin: 0.2em 0em 0em 0em;
	background: url(imagenes/new24.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.btnImagenEncabezado
{
	padding: 0.5em 0em 0.2em 2em;
	margin: 0.2em 0em 1em 0em;
	background: url(imagenes/new24.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.btnImagenEliminar
{
	padding: 0.5em 0em 0.2em 2em;
	margin: 0.2em 0em 0em 0em;
	background: url(imagenes/del24.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.btnImagenModificar
{
	padding: 0.5em 0em 0.2em 2em;
	margin: 0.2em 0em 0em 0em;
	background: url(imagenes/edit24.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.btnCalendario
{
	vertical-align:middle;
	outline: none;
}

.btnAnterior
{
	float:left;
	padding: 0.5em 0em 0.3em 2em;
	background: url(imagenes/anterior.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:12px;
}

.btnSiguiente
{
	float:right;
	padding: 0.5em 2em 0.3em 0em;
	background: url(imagenes/siguiente.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size:12px;
}

.btnHuellaDigital 
{
    float: right;  
    margin-left: 5px;
    margin-top: 10px;
}