A, A:link, A:visited, A:active { text-decoration:underline; color:#335783; }
A:hover { text-decoration:none; }

.cd_titulos {
 font-family: Arial;
 font-size: 13px;
 font-weight: normal;
 color: black;
 text-decoration: none;
}

.cd_titulos_enfatizados { /* Para consulta cuadros analíticos, el aviso de que las series fueron agregadas al carrito, y titulos de series en consulta de series */
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 color: black;
 text-decoration: none;
}

.cd_titulos_tabla {
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 color: #496C97;
 background-color: #D5DFEC;
 text-decoration: none;
 padding-top: 4px;
 padding-bottom: 4px;
}

.cd_tabla_renglon {
 font-family: Arial;
 font-size: 13px;
 font-weight: normal;
 color: black;
 text-decoration: none;
 padding-top: 4px;
 padding-bottom: 4px;
}

.cd_tabla_renglon_seguido { /* El mismo que cd_tabla_renglon pero sin padding, para los hints y caracteristicas de la serie en consulta serie */
 font-family: Arial;
 font-size: 13px;
 font-weight: normal;
 color: black;
 text-decoration: none;
}

.cd_tabla_renglon_nota {
 font-family: Arial;
 font-size: 13px;
 font-weight: normal;
 color: black;
 text-decoration: none;
 padding-top: 4px;
 padding-bottom: 4px;
}

.cd_tabla_renglon_subrayado { /* El mismo que cd_tabla_renglon pero subrayado, para la consulta de cuadros analíticos */
 font-family: Arial;
 font-size: 13px;
 font-weight: normal;
 color: black;
 text-decoration: none;
 padding-top: 4px;
 padding-bottom: 4px;
 background-color: #E6E7E7}

.cd_subrayado {
  background-color: #E6E7E7
}

.cd_lista {
 font-family: Arial;
 font-size: 13px;
 font-weight: normal;
 color: black;
 text-decoration: none;
}

.cd_boton {
 font-family: Arial;
 font-size: 13px;
 font-weight: normal;
 color: black;
 text-decoration: none;
}

.cd_justificada {
 text-align: justify;
}

.cd_input_text_fecha {
}

.hint {
  font-size: 13px;
  white-space: nowrap;
}


#imagen-encabezado {
	/* Para Firefox */
	-moz-box-shadow: 3px 3px 3px #222;
	
	/* Para Safari y Google Chrome */
	-webkit-box-shadow: 3px 3px 3px #222;
	
	/* Para Internet Explorer 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#222222');
	
	/* Para Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#222222');
	
	/* Es posible que Internet Explorer necesite establecer la propiedad width para activar el layout y por tanto la sombra */
	/* width: 100%; */
	
	/* El estándar CCS3 */
	box-shadow: 3px 3px 3px #222;
}

