/* CSS Document */
.txBlack {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}

.txBlack10 {
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
}

.txBlackBold {
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}

.txBlack12 {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}

.txWhite {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	background-color:#072097;
	border: 0;
	width:100%;
	text-align:center;
}

.txGray {
	color: #010101;
	font-family: Tahoma;
	font-size: 12px;
}

.txBlue {
	color: #161CE2;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.txBlueU {
	color: #161CE2;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.txBlueULight {
	color: #161CE2;
	font-family: Tahoma;
	font-size: 10px;
}

.txBlueULight12 {
	color: #161CE2;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

.txLightBlue {
	color: #1355CF;
	font-family: Tahoma;
	font-size: 12px;
}

.txBrown {
	color: #AC390D;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.tbBrBlack {
	border:1px solid black;
	font-family: Tahoma;
	font-size: 12px;
}
.tbBrBlackNOBO {
	border:none;
	font-family: Tahoma;
	font-size: 12px;
}

.organismo  {
	font : 12px Tahoma;
	border : 0px solid black;
	text-align : center;
}
.textarea  {
	width:100%;
    width : 100%;
	overflow-y:auto;
 }
.rtextarea  {

	overflow-y:auto;
 }

.tbContent {
	padding:0;
	margin:0;
	background-image: url(../img/tramites/seleccionar.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

.tdRightCorner {
	padding:0;
	margin:0;
	border-right:1px solid black;
	border-top:1px solid black;
	font-family: Tahoma;
	font-size: 5px;
}

.tdLeftSide {
	padding:0;
	margin:0;
	border-left:1px solid black;
}

.tdRightSide {
	font-family: Tahoma;
	padding:0;
	margin:0;
	border-right:1px solid black;
	
}

.tdBottomSide {
	font-family: Tahoma;
	padding:0;
	margin:0;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
}

.tbBrBrown {
	background-color:#F6E3A8;
	border:1px solid #B66633;
	padding:0;
}

.tbBrBlue {
	border-right:4px solid #081F63;
	border-left:4px solid #081F63;
	border-bottom:7px solid #081F63;
}

.tbGray {
	border-right:1px solid black;
	border-bottom:1px solid black;
	background-color: #DCDDCF;
}

.tdBlue {
	background-color: #072097;
	border-top:2px solid #081F63;
}

.tdDarkBlue {
	background-color: #081F63;
}

.tdLeftBrDarkBlue {
	border-left:2px solid #081F63;
	font-family: Tahoma;
	font-size: 1px;
}


.tdMenuFirst {
	background-image: url(../img/menu_inicio.jpg);
	background-repeat:no-repeat;
    padding:0;
}

.tdMenuLast {
	background-image: url(../img/menu_fin.jpg);
	background-repeat:no-repeat;
}

.tdBlueStrip {
	background-image: url(../img/franja_azul.jpg);
	background-repeat:repeat-y;
}

.tdYellowStrip {
	background-image: url(../img/raya_amarilla.jpg);
	background-repeat:no-repeat;
	background-position:0 60%;
}

.tdBrBottomBlue {
	border-bottom:1px solid #44409E;
}

.tdLightBlue {
	background-color:#E6F4F5;
}

.tdDarkGray {
	background-color:#C9C9BD;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.tdLightGray {
	background-color:#F0F1EC;
	color:#1355CF;
	font-family: Tahoma;
	font-size: 12px;
}

.tdGrayFontBlack {
	background-color:#F0F1EC;
	color:black;
	font-family: Tahoma;
	font-size: 12px;
}
.tddecorate{
	text-decoration:none;
}
.PropertiesFont{
           text-align:right;

}
.required{
    margin:2px 2px 2px 0px ;
	padding:2px 2px 3px  1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;
	border-style: none; ;
	font-weight:bold;
	color:  RED ;
    
 }
.errors{
 	margin:2px 2px 2px 0px ;
	padding:2px 2px 3px  20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;
	border-style: groove ;
	font-weight:bold;
	border-color: #D20000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color :  #B66633 ;
	margin-bottom:1px;
   }