@charset "utf-8";
/* CSS Document */

.txt_white_bold {
color:#FFFFFF;
font-weight:bold;
}

.txt_white {
color:#FFFFFF;
}

.txt_gris11_bold {
color:#3e382e;
font-size:11px;
font-weight:bold;
}

.txt_gris11 {
color:#3e382e;
font-size:11px;
}

.txt_gris_base {
color:#999999;
font-size:11px;
}

.txt_center {
text-align:center;
}

.txt_right {
text-align:right;
}

.txt_justify {
text-align: justify;
}

.txt_cursive {
font-style:italic;
}

.txt_cursive_bold {
font-style:italic;
font-weight:bold;
}

.txt_red_bold {
color:#ac0000;
font-weight:bold;
}

.txt_black13 {
color:#000000;
font-size:14px;
}

.txt_form {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #29241c;
	padding: 3px;
	width: 160px;
}

.txt_form2 {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #29241c;
	padding: 3px;
	height: 60px;
	width: 160px;
}

.txt_desplegable {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #29241c;
	padding: 3px;
	width: 168px;
}






.tablebg{
	background:#29241c;
}

.tablebg:hover{
	background-color: #ac0000;
}






