@charset "utf-8";
/*'#F2FFFF'  
  '#C6F4FB'
/* CSS Document */
*{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
 }


body{	
	width:1200px;
	height:600px;
	background: #FFF;  /*#FF0080;*/
	margin:10px auto;	
	}
header{
		width:1200px;
		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:100;
	 width:10%;
	 text-align:left;
	 color:#000;		 
	}
/*
section{
		background:#FFF;
		height:450px;
		margin-left:0;		
		margin-top:0;
		padding-left:5px;
		border:#008000 2px solid;
		width:78%;		
		}
*/		

#bdtotal{
	width:100%;
	background: #FFF;
	height:1500px;
}

/*#contenido{
	width:93%;
	display:inline-block;
	vertical-align:top;
	/*border:3px #A0A0A4 solid;
	margin-left:4px;
	}
	*/

#ladoder{
	 background:-webkit-linear-gradient(top ,#999,#FFF);	 
	 height:450;
	 width:5%;
	 text-align:left;
	 color:#000;		 
	display:inline-block;
}
footer{
		background:#996;
		height:100px;
		width:1200px;		
		margin-top:10px;
	 }
h1{
	width:300;
	margin:0px auto;	
	/*background:-webkit-linear-gradient(left, #030, #090);*/
	background:-webkit-linear-gradient(top, #235894
, #86BEFD);  /*#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 #EEE;
			   margin:5px; /*auto;*/
			   padding:5px;
			   box-shadow:3px 3px 3px #DCDCDC;
              }
.ventana_lista{
			   margin-top:5px;			  
			   border:2px solid #EEE;/*#000;*/			  
			   padding:5px;
			   overflow:scroll;
			    box-shadow:3px 3px 3px #DCDCDC;
			}	
.list_indi{
			cursor:hand;
	    }
		
.cbx_sol{	    
		 padding:5px;		 
		 border:2px dashed #CCCCCC;	 			
          }
		  
.cbx_sol2{	   
	     width:200px; 
		 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;	
	
	}
	
.imgRedonda{
	width:150px;
    height:150px;
	border-radius:150px;
	border:2px solid #666;
	
	}

#lienzo_canvas{
	border:1px solid #000000;
	background:rgba(255,255,255,1);
}

.img_ico{
	width:40px;
	height:40px;
	transition:0.5s;
	object-fit:cover;
	cursor:pointer;		
	box-shadow:10px 5px 5px black;
	margin-bottom: 10px;
}

.forma_button{
	border-radius:10px;
	padding:5px;
	background: #004080; /*#809bce;*/
	font-size:12px;
	font-weight:bold;
	text-shadow:2px 2px 2px #A7A7A7;
	color:#FFF;
	border:none;
	box-shadow:2px 2px 2px #8F8F8F;
	cursor:pointer;	
}


.forma_button:hover{
	transform:scale(1.2);
}

.img_ico:hover{
	transform:scale(1.2);
	
}

.div_parra{
	width:100%; padding:15px; vertical-align:top; text-align:justify;
}

.p_parra{  font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size:14px;
}


.csslabel{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-style:italic;
	
	}

.csstxt{
	border-radius: 50px 50px 50px 50px;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
  border: 1px solid #CCC ;
  
  --webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);

	font-size:12px; color:#666;
	text-align:center;
	padding:3px;
	
	}

.myButton {
	box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:8px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.myButton:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}
