 @charset "utf-8";
/* CSS Document */

body {
	background-color:black;
	font-family: verdana, arial, sans-serif;
	font-size:15px;
	//	color:#c0c0c0;
	color: #f2fafa;
	
}
	

#table2 td {
	column-count:1;
	color:##40e35b;
	 background-color:#0b355e;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #666666;
	 //width: 480px;      /*  por DESLTOP */
	 //width: 50%;
	font-size:18px;    /*  por DESLTOP */
}

#table td{
	column-count:1;
    padding:3px;       /*  por DESLTOP */
	font-size:15px;    /*  por DESLTOP */
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	
	//  	margin: 20px auto;
   	//margin: 20px ;
	// border: 1px solid #cbcbcb;
   	//border: 1px solid #cbcbcb;
	//width: 50%;
	 width: 188px ;
	 //width: 100%;

   }
.original {
	//margin-top:0px;
	//margin-bottom:0px;
	/* background-color:black;  --background:url("../dd/grad1.png")  */
	//background-color:black;
	text-align:left;
	//font-size: 12px;
	//font-family: Verdana, Arial;
}


select {
   font-size: 20px;    /*  por DESLTOP */
}
input[type=text] {
    //font-size: inherit;

	font-size: 15px;   /*  por DESLTOP */
}


input[type="file"] {
     width:150px;
    //height: 100px;
	font-size: 20px;   /*  por DESLTOP */
}
input {
  //width: 200px;
  width: 90%;
}

input[type="submit"], input[type="button"] {
  font-size: 24px;
  height: 50px;
  width: 100px;
}


/*

input[type="button"] {
    width: 100px;
    height: 100px;
}

input[type="submit"] {
    //width: 100px;
    //height: 100px;
	width:100px;       
	 font-size: 2.5em;      
}


.myButtonx {
    width: 100px;
    height: 200px;
}
*/






/* from org  style.css */


#conte {
	column-count:1 ;
   	//width: 50%;
	//width: 900px ;
	//width: 100%;
	//margin: 20px auto;
   	//margin: 20px ;
	// border: 1px solid #cbcbcb;
	width: 800px;
   	border: 1px solid #cbcbcb;
   }
  #conte2 {
	padding:5px;       /*  por DESLTOP */
	font-size:15px;    /*  por DESLTOP */
	border-width: 14px;
	border-style: solid;
	border-color: #666666;
	width: 800px;
   //	border: 1px solid #cbcbcb;
   } 
   
   

   #content{
	column-count:1 ;
   	//width: 50%;
	//  	margin: 20px auto;
   	//margin: 20px ;
	// border: 1px solid #cbcbcb;
	
	width: 400px ;
  //border:30px solid #cbcbcb; //
   }
   form{
   	//width: 900px;
	width: 100%;
   	//margin: 20px auto;
	font-family: verdana, arial, sans-serif;
	font-size:22px;
   }
   form div{
   	margin-top: 5px;
   }
   #img_div{
   	width: 99%;
   	//padding: 1px;
   
	// margin: 15px auto;
   	//border: 0px solid #cbcbcb;
   }
   #img_div:after{
   	content: "";
   	//display: block;
   	clear: both;
   }
   img{
   	float: left;
   	margin: 0px;
	//width: 300px;
   	//height:240px;
   	width: 400px;
   	height:300px;
   }
  
 #text{
	 width: 400px ;    /*  por DESLTOP */
 	//width: 100% ;
	// 	margin:  0px auto;
   	//margin: 20px ;
   	border: 1px solid #cbcbcb;
   }
   
  textarea {
	 font-size: 20px;      /*  por DESLTOP */
     //color: #05fc47;     /*  Not Work */
	 font-family: inherit;
     //font-size: inherit;
	 border: 82px solid #888; 
	 width:495px;
     height:50px;
     border:1px solid #000000;
     background-color:#f8fc05;
	 
  }      
   
   
   a {                     /*  Has to be first than others links */  
    color: orange;
}
   
   
 a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: yellow; font-size:20px}
    background-color: transparent;
    text-decoration: underline;



