/* CSS Document */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	/*background-image: url(img/bg.gif);*/
}

hr{
	background-color: #990000;
}
.xrow{
	clear:both;
	width: auto;
	height: auto;	
	visibility: visible;
	overflow: hidden; 
}


html>body .xrow{ /*Para otros anvegadores*/
	clear:inherit;
}

.container{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	/*border: 1px solid #990000;*/
}

#head{
	margin-bottom: 10px;
}

#xbody{
	margin-bottom: 10px;
}


#desk{
	/*border: 1px solid #C0C0C0;*/
	margin-left : 5.8cm;
	/*padding:5px;*/
	min-width:600px;
	/*background-color: #F6F6F6;*/
}


/*MENU*/
#mnu{
	float:left;
	width: 200px;
	left:0.5em;
}
	
.mnu_sec{
	border: 1px solid #C0C0C0;
	background-color: #EEEEEE;
}

.mnu_title{
	background-image: url(../img/nav_bg.gif);
	background-repeat: no-repeat;
	padding: 5px;
	font-weight: bold;
	color: #666666;
}

ul.mnu_list{
	margin:0px;
	list-style-type:none;
	padding:5px;

}
ul.mnu_list li{
	display:block;
	margin-bottom:2px;
	list-style-type:none;

}
ul.mnu_list li a{
	color:#444;
	display:block;
	text-decoration:none;
	padding:1px;
	border:1px solid #EEEEEE;
	/*border: 1px solid #660000;*/
	width:100%;
}
ul.mnu_list li a:hover{
	border:1px;
	background-color: #F7F7F7;
	color: #B10101;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FBFBFB;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #FBFBFB;
}

.xtbl{ /*table*/
	width:95%;
	margin-right: auto;
	margin-left: auto;
	/*min-width:600px;*/
}

.xceil{ /*celda*/
	padding: 4px;
	float: left;
	height:15px;
}

#cl_1a{
	background-color: #DBDBDB;
	margin: 1px;
}
#cl_1b{
	background-color: #E9E9E9;
	margin: 1px;
}


#cl_2{
	background-color: #D3DCE3;
	margin: 1px;
	font-weight: bold;
	text-align: center;
}

#cl_2 a{
	text-decoration: none;
	color: #333333;
}
#cl_2 a:hover{
	text-decoration: underline;	
}
/*lin del titulo*/

.title_sec{
	background-color: #EFF5FF;
	font-weight: bold;
	color: #003366;
	padding:2px;
	border: 1px solid #8BAED1;
	margin-top: 15px;
}

#msgbox{
	padding: 5px;
	width: 90%;
	border: 1px solid #FF0000;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	background-color: #FFFFFF;
}

/*Directorios*/
#dir{
	background-color: #F5F8FC;
	float: left;
	width: 100px;
	height:150px;
	margin: 4px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	text-align: center;
}

#dir:HOVER {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}


html>body .listdir{ /*Para otros anvegadores*/
	overflow: hidden; 
	visibility: visible;
	clear:inherit;
}

html>body .listdir2{ /*Para otros anvegadores*/
	overflow: hidden; 
	visibility: visible;
	clear:inherit;	
	padding:1px;
	float:left;	
}

html>body .listdir3{ /*Para otros anvegadores*/
	overflow: hidden; 
	visibility: visible;
	clear:inherit;		
	float:left;
}

#file{
	float: left;
	width: auto;
	/*height:150px;*/
	margin: 4px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

#file2{
	float: left;
	width: auto;
	/*height:150px;*/
	margin: 3px;
	padding: 3px;
	
}

#file3{
	float: left;
	width: auto;
	/*height:150px;*/
	margin: 4px;
	padding-left:20px
}
#file4{	
	/*height:150px;*/
	margin: 4px;
	padding-left:20px
}

#pagbar{
	text-align: center;
	padding: 5px;
	clear:left;
}

#pagbar a{
	text-align: center;
	background-image:url(../img/bg_number_gris.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 6px;
	color: #333333;
	text-decoration: none; 
}

#pagbar a:hover{
	background-image:url(../img/bg_number_hover.gif);
	color: #FFFFFF;
}

#pagbar span{
	text-align: center;
	background-image:url(../img/bg_number_selected.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 6px;
	color: #FFFFFF;
	font-weight: bold;	
}

/*Upload Image*/
#upimg{
	width:320px;
	border: 1px solid #999999;
	padding: 10px;
	margin-top:3px;
}

.menu1{
	width:90%;
	padding-left:10px;
	padding-top:8px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

}



