/*
	www.gva-abogados.com
	
	CSS: Páginas de envío de cv

	Tabla de contenidos:
		Formulario
		Listas
*/


/* Formulario
----------------------------------------------- */

.enviocv {
	color: #ccc;
}

.categorias {
	vertical-align: top;
}

.celcampo {
	background: url(../imagenes/bg_campo.png) left no-repeat;
	text-align: center;
	width: 300px;
	height: 18px;
}

.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 12px;
	background: #fff; 
	width: 292px;
	height: 10px;
	border: 0;
}

.celarea {
	background: url(../imagenes/bg_area.png) left no-repeat;
	text-align: center;
	width: 300px;
	height: 80px;
}

.area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 12px;	background: #fff; 
	width: 292px;
	height: 72px;
	border: 0;
}

.sele {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 12px; 
	background: #fff;
	width: 250px;
	height: 16px;
	border: 1px solid #bbb;
}

/* Listas
----------------------------------------------- */

#botones {
	line-height: 18px;
	background: url(../imagenes/bg_idiom.gif) repeat-x;
	width: 100%;
	height: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#botones li {
	float: right;
	margin: 0 0 0 7px;
}

#botones li a {
	text-decoration: none;
	width: 43px;
	display: block;
}

#botones li a:hover {
	background-position:bottom;
}

#botones li a span {
	display:none;
}

#borrar {
 	background-image: url(../imagenes/borrar.gif);
}

#enviar {
	background-image: url(../imagenes/enviar.gif);
}
