.div_message
{
	font-size:11px;
	color:#FF3300;
	font-weight:bold;
	height:25px;
}
.title_restricted
{
	font-size:12px;
	font-weight:bold;
	color:#999999;
	line-height:20px;
	vertical-align:middle;
}
.action_link{
	font-size:12px;
	color:#FF5F06;
	
}
.text_ver_actual{
	font-size:11px;
	color:#666666;
}
.list_admin
{
	width:100%;
}
.list_admin tr.head /*head*/
{
	background-color:#EBEBEB;
	height:22px;
}

.list_admin tr.even /*par*/
{
	background-color:#F7F7F7;
}
.list_admin tr.odd /*impar*/
{
	background-color:#FFFFFF;
}
.table_entity
{
	width:100%;
}
.table_entity td{
	padding-top:1px;
	padding-bottom:1px;
}
.div_title_page{
	width:100%;
	padding-top:15px;
	font-size:14px;
	color:#666;
	border-bottom:solid 1px #CCC;
}
.div_separador_pie
{
	height:20px;
}
/*FORM INPUT CLASSES*/
.input_text
{
	font-size:12px;
	color: #333333;
	width:330px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	margin-top:1px;
	margin-bottom:1px;
}

.input_radio
{
	color:#666666;

}

.input_submit
{
	font-size:12px;
	color:#666666;
	width:100px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
.textarea
{
	font-size:12px;
	color: #333333;
	width:330px;
	height:200px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
.text_wait
{
	font-size:12px;
	color:#666666;
	line-height:19px;
}
/*FORM CLASSES*/

/*Esta clase modifica a la que hay en styles.css*/
.div_wrapper_contenido{

	background-color:#FFFFFF;

}