﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#balon {
    float:none;
    display:block;
    text-align:right;
}
        #print {
            background-color:White;
        }
        #wrapper {
            width:590px;
            font-family:Arial;
            text-align:center;
            background-color:White;
            padding:5px;
        }
        #wrapper h1 {
            color:Navy;
            margin-bottom:20px;
            font-size:16px;
       
         }
        #logobalon {
            text-align:right;
        }
        #tblInscritos td {
            border-width:1px;
            border-style:solid;
            border-color:#777777;
        }
        #textoB {
            margin-top:100;
            width:580px;
            text-align:left;
            height:930px;
        }
        #wrapper .descripcion {
            color:#777777;
            font-weight:normal;
            font-size:24px;
            margin-bottom:20px;
       }
        #textoB input, select {
            border: 1px solid #777777;
            margin:none;
        }
        
        #boton input {
            border-style:outset;
        }
        .descripcion2 {
            color:#777777;
            font-weight:normal;
            font-size:20px;
            margin-bottom:20px;
        }
        #wrapper .titulos {
            color:Navy;
            font-size:16;
            font-weight:bold;
            margin-bottom:20px;
        }
        #wrapper table {
            font-weight:bold;
            color:#777777;
            width:100%;
        }
        .bases {
            font-weight:bold;
            color:#777777;
            font-size:12px;
        }
        #logo {
            text-align:left;
          float:left;
        }
        #firma {
          float:right;
            padding-top:50px;
            padding-right:10px;
            color:#777777;
            text-align:center;
        }
