/* generic css II */

#seccion_titulo { width:500px; text-align:center; /*border:1px #FF9900 solid;*/  }
h1{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #066FCD; font-size: 16px; text-align:center; }
h2{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #ebebeb; font-size: 14px; }
#seccion_titulo p { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000; font-size: 12px; text-align:justify; line-height:1.5; }

/**************************************************************************/
/* ::::::::::::: Formulario  */
#formulario { width:510px; height:auto; background-color:#f8f8f8; border:1px #f5f5f5 solid; padding:10px; }
#campos { width:500px; height:auto; background-color:#f0f0f0; border:1px #f5f5f5 solid; }
#campos table { font-family: Verdana, Arial, Helvetica, sans-serif; }
#campos table th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000; font-weight:bold; text-align:right; }
#campos table td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000; font-weight:normal; }
/**************************************************************************/