@charset "utf-8";
/* CSS Document */
*{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
 }


body{	
	width:1000px;
	height:700px;
	background:#FFF;
	/*background:#00002B;*/
	/*background-image:url(../ico/fondoedificio.jpg);*/
	margin:10px auto;	
	}
header{
		width:1000px;
		height:100px;
		background:#FFF;
		border:3px solid #666;
		box-shadow:5px 5px #000000;		
		}
nav{
	 z-index: 9999;
	 width:1000px;
	 height:60px;
	 margin-top:8px;
	/* background:#F00;	*/
		 
	}
aside{
	 float:left;
	 /*background:#666;*/
	 background:-webkit-linear-gradient(top ,#999,#FFF);
	 
	 height:450;
	 width:150px;
	 text-align:left;
	 color:#000;		 
	}
	
section{
		background:#FFF;		
		height:450px;
		margin-left:0px;
		margin-top:0;
		
		}
footer{
		background:#FFF;
		height:50px;
		width:900px;		
		margin-top:10px;
	 }
h1{
	width:300;
	margin:0px auto;	
	/*background:-webkit-linear-gradient(left, #030, #090);*/
	background:#090;
	/*border-radius:10px;*/
	text-align:center;
	padding:10px;
	color:#FFF;
	text-shadow:2px 2px 2px #CCC;
	box-shadow:3px 3px 3px #003300;
	font-size:14px;	
	}
	
.ventana_formu{
			   border:2px solid #000;
			   margin:1px auto;
			   padding:1px;
			   border-radius:7px;
			   
              }
.ventana_lista{
			   margin-top:5px;			  
			   border:2px solid #000;			  
			   padding:5px;
			   overflow:scroll;
			   border-radius:7px;
			   font-size:14px;
			   
			}	
.list_indi{
			cursor:pointer;
	    }
		
.cbx_sol{	    
		 padding:5px;		 
		 border:2px dashed #CCCCCC;	 
			
          }
.menu_iz{
	    text-decoration:none;		
		text-align:center;		
		text-shadow:2px 2px 2px #666;
		}
#tituini{
	font-style:inherit;
	font-size:24px;
	text-shadow:2px 2px 2px #999999;
	
	
	}
		
.cajatext{
	border-radius:10px;
	font-size:14px;
}

.botones img{
	
	cursor: pointer; box-shadow:#000 1px 1px 1px 1px;
	width:40px; height:40px;	
}

.botones img:hover{
	cursor: pointer; box-shadow: #FF9F00 1px 1px 1px 1px;
	/*width:41px; height:41px;	*/
}

