body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

body,td,th {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#003366;
}

body {
	margin:0;
	padding:0;
	height:100%;
} 

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


input {
	width: 200px;
	border: 1px solid gray;
}

form {
	margin:0px;
	padding:0px;
}

#preloader {
	float:right;
	padding-left:2px;
	padding-right:2px;
	border: 1px dashed #552222;
	background-color:#FF0000;
	position:absolute;
	right: 0px;
}

#login {
}

.title{
	padding-top:3px;
	height:20px;
	vertical-align:middle;
	border:1px  #EEEEFF solid;
	background:url(img/css/formbg.png) repeat-x left top;
	font-size:90%;
}

.title_contenido{
	border:1px  #EEEEFF solid;
	border-top:0px;
	font-size:80%;
}
.frase_con_user:hover{
	background:#FFF7E6;
}
.title_contenido .frase:hover{
	background:#FFFBF7;
	border:1px dashed #FEB445;
}
.title_contenido .frase a{
	color:#003366;
}
.title_contenido .frase a:hover{
	text-decoration:underline;
}
.title_contenido .directorio a{
	color:#336699;
}
.title_contenido .directorio a:hover{
	text-decoration:underline;
}
.title_contenido .nombre_usuario:hover{
	background:#FFFBF7;
	border:1px dashed #FEB445;
}


.numeracion{
	margin:0px;
	padding:3px;
	color:#FF0000;
	width:20px;
	float:left;
	border-top:1px  #B4CBDC dashed;
	font-size:80%;
}


.votar{
	margin-top:5px;
	padding-top:5px;
	border-top:1px #FBE2BD dotted;
}

.nombre_usuario{
	margin:1px;
	padding:3px;
	border:1px  #B4CBDC dashed;
}

.mensaje{
	margin:2px;
	padding:1px;
	border-top:1px #F4D8F5 dashed;
	background-position:right top;
	background-color:white;
	background-repeat:no-repeat;
	background-image:url(img/css/mensaje.png);
}

.directorio{
	color:#6699CC;
}

.autor{
	float:left;
	color:#FF9900;
}

.frase{
	min-height:40px;
	height:auto !important;
	height:40px;
	
	margin:1px;
	padding:3px;
	margin-bottom:5px;
	border:1px #FBE2BD dashed;
}


#login_table {
}

#administracion {
}

#contenido {
	margin-top:10px;
}

#error{
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	width: 100%;
	color: #FF0000;
	text-decoration:blink;
	border: 1px dashed #552222;
	background: black  url(./img/css/error.jpg) left top repeat-x;
}

#mensaje{
	margin:1px;
	padding:5px;
	width: 100 %;
	color: green;
	text-decoration:blink;
	font-weight:bold;
	border: 1px dashed #225522;
}

.texto_rojo{
	color:#FF0000;
}

.texto_negro{
	color:black;
}

.texto_verde{
	color:#007700;
}

.texto_rojo{
	color:#DD0000;
}

#calendar_menu {
	width:100%;
}
#calendar_menu li {
	position:absolute;
	display:table-cell;

	
	background-color:#0066CC;
	
}

.formlistbutton_oscuro{
	width:100%;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#AAA;
	color:#222;
	font-weight:bold;
	padding: 1px 2px;
}

.formlistbutton{
	width:100%;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(img/css/formbg.png) repeat-x left top;
}

.formbutton_multi{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(img/css/formbg_multi.png) repeat-x left top;
}

.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(img/css/formbg.png) repeat-x left top;
}


.formtext{
	border:outset 1px #ccc;
	background:#999;
	color:black;
	font-weight:bold;
	padding: 1px 2px;
	background:url(img/css/formbg.png) repeat-x left top;
	width:95%;
}

.error_td{
	padding:0px;
	margin:0px;
	margin-bottom:-3px;
	margin-left:4px;
	color:#FF0000;
}


/*
	MENU VERTICAL DE LOS SUBMENU
	
	COMIENZO
*/


.menu_sector{
	border: 0px;
	background-color: white;
	border-bottom-width: 0;
	width: 170px;
	color: #6699CC;
}

* html .menu_sector{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 164px;
}

.menu_sector ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu_sector a{
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #5B84AC;
	text-decoration: none;
	border-bottom: 1px solid #EEEEFF;
	border-right: 1px solid #EEEEFF;
}

.menu_sector a:visited{

}

html>body .menu_sector a{ /*Non IE rule*/
	width: auto;
}

.menu_sector a:hover{
	background-color:#D8E4F3;
	color: black;
}

.menu_sector li.selected{
	color:#FF0000;
	background-color:#D8E4F3;
	background:url(img/css/sectorbiz_selected.gif) right center no-repeat;
}
.menu_sector li.selected a{
	color:#FF0000;
}
/*
	FIN


*/

a#MFlogo {
	background:transparent url(./img/mostflow.png) no-repeat scroll 0 0;
	height:30px;
	width:112px;
	display:block;
}
a#MFlogo:hover {
	background-position:0 -33px;
}
