﻿/*
06/07/2019
Considerar el nuevo @font-face de nombre "ArialNarrow".
Considerar el nuevo @font-face de nombre "Avenir".
Considerar el nuevo @font-face de nombre "Myriad".

*/

.labels {

    font-family:Tahoma, Narrow; 
    font-size:0.9em;
    color:dimgray;
    font-weight:bold;
    
}

.textboxes {

    font-family:Tahoma, Narrow;
    font-size:0.9em;
    color:dimgray;
}


.buttonLink{

    background:dodgerblue; /* #e74c3c #7f8c8d;*/ /*#d35400;*/ /*7f8c8d;*/
	display:inline-block; /* para poder hacer mas grande el objeto a traves de width, heigth, etc */
	font-size:0.8em;
	font-family:Tahoma, Narrow; 
    font-weight:bold;
    height:22px;
	margin:0px; /* espaciado a todos lados */
	color:white;
	text-align:center;
	/*width:120px; Se comento este atributo porque su valor se calcula en el evento load a traves de js*/ /*148*/
    text-decoration:none;
	border-radius:2px;
    /*box-shadow:0px 3px 3px #373c3c;*/
	padding-top:4px;
    

}

.span_tituloCredenciales{
        
    text-align:left;
    font-family:ArialNarrow;
    font-size:32px;

}


#div_titulocredenciales{

    width:100%;
    border:1px;
    border-color:black;
    text-align:left;
    font-family:HelveticaNeue; /*ArialNarrow;*/ 
    font-size:32px;
    /*font-weight:bold;*/
    

}



#div_tablacredenciales {

    width:100%;
    border:1px;
    /*text-align:center;*/
    
    
}

#div_tablacredenciales table{
    margin: 0 auto;
    
}

