/************************************************************************************
General
************************************************************************************/

body { background:#fff; font:12px arial; }

h2 { font:26px arial; margin:5px 0 20px 0; color:#1e469b; }
p { margin:5px 0 10px 0; }
a { text-decoration:none; }

table { width:100%; border-collapse:collapse; margin:0 0 20px 0; }
th { font-weight:normal; }
th,td { padding:2px 3px; font-size:10px; }
tr { border-bottom:1px solid #000; }

textarea { padding:5px 0; border-top:1px solid #000; border-bottom:1px solid #000; border-left:0px; border-right:0px; }

/************************************************************************************
Identificadores
************************************************************************************/

#contenedor { width:780px; margin:auto; }

	#cabecera { width:780px; height:91px; background:url('../img/cabecera.jpg') -160px 0 no-repeat; }

		#cabecera span { display:none; }


/************************************************************************************
Clases
************************************************************************************/

.limpia { clear:both; }

.campo_centrado { text-align:center; }
.campo_izquierda { text-align:left; }

.boton_enviar { width:125px; height:52px; background:url('../img/fondo_enviar.jpg') 0 0 no-repeat; border:0px; color:#fff; font-size:30px; }
.boton_enviar:hover { background:url('../img/fondo_enviar_over.jpg') 0 0 no-repeat; font-weight:bold; }
