
.todo{
        width: 100%;
        height: auto;
    }


.mayuscula{	text-transform: uppercase;  }

#estilo5{color:	#FFFF00;background:#0000FF;height:50px	}	
#estilo1{color:#FF0000;background:#000;height:100px	}	
#estilo2{color:#000;background:#FAD6A5;height:100px	}
#estilo3{color:#000;background:#ccc;height:40px	}
#estilo4{color:#000;background:#eee;height:40px	}

#foto{
   /* border: 3px solid #000;
    position: absolute;
    width: 100px;
    height: 100px;*/
    z-index: 2;
	}
#enla{
   /* position: relative;
    background-color: #336699;
    color: #fff;
    width: 100px;
    height: 100px;
    padding: 3px;
    text-align: center;*/
    z-index: 1;
    }
    input
     {
        border-radius: 14px 0px 14px 0px;
     }
    select
     {
        border-radius: 14px 1px 14px 1px;
     }
      
        input[type="text"]
            {
                /*height: 10px;*/
                width: 150px;
            }
    
    input[type="password"]     
        {   width: 150px;}

    input[type="date"]     
        {   width: 150px;}/**/
		
/* +++++++++++++++++++ Color estado Mesa  ++++++++++++++++++++++++*/
	.cero{ background-color: yellow;}
	.uno{  background-color: red;}
	.dos{  background-color: #848484 !important;}

/* +++++++++++++++++++ Color estado Mesa  ++++++++++++++++++++++++*/

.filaTotal {
    font:Arial, Helvetica, sans-serif;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    text-decoration:none;
    color:#000;
    font-weight:bold;
    border:0;
    background-color:   #FFFF00;
}

thead {
    font:Arial, Helvetica, sans-serif;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    text-align: center;
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    border:0;
    background-color:   #000;
 

}

tbody {
    font:Arial, Helvetica, sans-serif;
    font-family:Arial, Helvetica, sans-serif;
      font-weight:bold;
    border:0;
    background-color: #58ACFA; 

}

.enlace {
    font:Arial, Helvetica, sans-serif;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align: center;
    text-decoration:none;
    color:#fff;
    font-weight:bold;

}
.nombre {
    font:Arial, Helvetica, sans-serif;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    text-align: center;
    text-decoration:none;
    color:#fff;
    font-weight:bold;

}
caption { 
    display: table-caption;
    text-align: center;
}