 @charset "utf-8";
/* CSS Document */

body {
	background-color:black;
	font-family: verdana, arial, sans-serif;
	font-size:15px;
	//	color:#c0c0c0;
	color: #f2fafa;
	
}
	
#table2 td {
	
	color:##40e35b;
	 background-color:#0b355e;
	border-width: 1px;
	padding: 15px;
	border-style: solid;
	border-color: #666666;
	 width: 900px;      /*  por DESLTOP */
	 //width: 50%;
	font-size:50px;    /*  por DESLTOP */
}
.table1x td {
	border-width: 1px;
	padding: 25px;
	border-style: solid;
	border-color: #666666;
	//width: 350px;
	 width: 50%;
	font-size:50px;  
}

#table td{
	column-count:1;
    padding:15px;       /*  por DESLTOP */
	font-size:40px;    /*  por DESLTOP */
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
	
	//  	margin: 20px auto;
   	//margin: 20px ;
	// border: 1px solid #cbcbcb;
   	//border: 1px solid #cbcbcb;
	//width: 50%;               
	 width: 400px ;          
	 //width: 100%;        /*  por DESLTOP */

   }
.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: 50px;    /*  por DESLTOP */
}
input[type=text] {
    //font-size: inherit;

	font-size: 45px;   /*  por DESLTOP */
}


input[type="file"] {
     width:150px;
    //height: 100px;
	font-size: 65px;   /*  por DESLTOP */
}
input {
  //width: 200px;
  width: 100%;
}

input[type="submit"], input[type="button"] {
  font-size: 60px;                           /*  por DESLTOP */ 
  width: 200px;                         /*  por DESLTOP */ 
}


/*

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:4 ;
	  
   	//width: 50%;
	//width: 900px ;
	 width: 100%;
     //margin:  0px auto;
   	//margin: 20px ;
	// border: 1px solid #cbcbcb;
	//width: 900px;            /*  por DESLTOP */
   	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:2 ;
   	//width: 50%;
	//  	margin: 20px auto;
   	//margin: 20px ;
	// border: 1px solid #cbcbcb;
	
	width: 900px ;                     /*  por DESLTOP */  
   	border: 0px 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;  
   	float: center;
   	margin: 0px;
	//width: 300px;
   	//height:240px;
   	width: 300px;
   	height:240;
   }
  
 #text{
	 width: 900px ;    /*  por DESLTOP */
 	//width: 100% ;
	// 	margin:  0px auto;
   	//margin: 20px ;
   	border: 1px solid #cbcbcb;
   }
   
  textarea {
	 font-size: 45px;      /*  por DESLTOP */
     //color: #05fc47;     /*  Not Work */
	 font-family: inherit;
     //font-size: inherit;
	 border: 82px solid #888; 
	 width:100%;
	 //width:900px;                      /*  por DESLTOP */
     height:120px;                    /*  por DESLTOP */
     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:60px}
    background-color: transparent;
    text-decoration: underline;


