﻿.Contenido .Texto label{ 
   width:60%;
   display:block;
   float:left;
   margin:0 0 10px 0;
   font-family:Times New Roman;
   font-size:16px;   
}

.Contenido .Texto select{ 
   width:40%;
   margin:0 0 10px 0;   
}

.Contenido .Texto table{ 
   width:80%;
   margin:0 auto 10px auto;
   text-align:center;
   display:block;
   font-family:Times New Roman;
   font-size:16px;
}

.Contenido .Texto table td{ 
   width:30%;
   text-align:center;
   border:solid white 2px;
}

.Contenido .Texto table th{ 
   width:30%;
   text-align:center;
   border:solid white 2px;
   background-color:Red;
}
