body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.bgtextbox {
	font-size: 12px;
	font-style: normal;
	background-image: url(css_img/bg.png);
	border: 1px solid #CCCCCC;
    text-transform:uppercase;
}

/****** SELECT ******/

.bgselect { 
    font-size: 11px;
	font-style: normal;
	background-color: #F8F8F8; 
	border: #CCCCCC; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
} 

/********************** FIN ESTILOS DE FORMULARIOS ****************************/

.titulos_busquedas {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.titulos_importe {
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}
.titulos_rojos {
	font-size: 19px;
	font-weight: bold;
	color: #FF0000;
}

.titulos_rojos_1 {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}
.texto_c {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.texto_c_lineas {
	font-size: 3px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.texto_blanco_N {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.texto_blanco {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}

.texto_c_11 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;	
}

.texto_c_12 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;	
}

.texto_c_14_n {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;	
	line-height: 1.5em;
}
.texto_c_14 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;	
}

.texto_gris_12 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.texto_gris_11 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.texto_naranja_14 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.texto_naranja_11 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
	
.texto_naranja_c {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	font-weight: bold;
}

.texto_rojo, .texto_rojo_g  {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}

.errorDato{
	font-size: 9px;
	color: #FF0000;
	font-weight: bold;
        background-color: yellow;     
        }
       
.fondoCurp{
        text-align:center;
        background-color:#F6E3CE;
        }
		
.enlaces{
	font-size:11px;
	color:#666;
	text-decoration:none;
}

/**********  ESTILOS PARA CAJAS DE TEXTO ***********/
input, textarea, select {
	font-size: 11px;
	font-style: normal;
	background-image: url(css_img/bg.png);
	border: 1px solid #666666;
	cursor: hand;
	
	}

@media print {
	.nover{
		display:none
	}	
}

a.Launch:link {
	color:#666666;
	cursor: hand;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
a.Launch:visited {
	color:#666666;
	cursor: hand;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
a.Launch:hover {
	color:#8FA1A4;
	cursor: hand;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

a.Launch:active {
	color:#999999;
	cursor: hand;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
.error{
    background-color: #BC1010;
    border-radius: 0px 4px 4px 4px;
    color: white;
    font-weight: bold;
	font-size:10px;
    padding: 6px 12px;
    position: absolute;
	margin:auto;
}
.error:before{
    border-color: transparent #BC1010 transparent transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 0px;
    width: 0;
}
.bordeder {

	background-color: #F2F2F2;
	width: 230px;
	border: 1px dashed #D4D0C8;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subder {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	background-image: url(images/bgsup.gif);
	color: #CC0000;
}