/*
	Grupo Preseleccion
	Itech Software
    Ronny Badilla
*/

* { padding: 0; margin: 0; }

body {
 font:13px "Myriad Pro", Tahoma, "Trebuchet MS",Arial;
}

.Error {
color:#005387;
font:bold 13px "Myriad Pro", Tahoma, "Trebuchet MS",Arial;
border-bottom:dashed 1px #000;
}
.True {
color:green;
font:bold 13px "Myriad Pro", Tahoma, "Trebuchet MS",Arial;
border-bottom:dashed 1px #000;
}


.InputGeneral, .TextAreaGeneral {
 border:none;
 width:250px;
}

.SubmitGeneral{
 font: bold 13px "Myriad Pro", Tahoma, "Trebuchet MS",Arial;
 color:#e2ebf1;
 background:#717475;
 text-transform:uppercase;
 border:none;
  width:50%;
 padding-top:2px;
 padding-bottom:2px;
}

.Listado {
list-style-type:disc;
margin-left:15px;
}