@charset "utf-8";

/* CSS Document */

/********************************************************************* HTML */

body, p, ol, ul, li, form, input, textarea {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;*/
}

body { background: #000000; }

form { display: inline; }

a {
	text-decoration: none;
}

a:hover {  }

h1, h2, h3 { font-weight:normal; }

h1 { font-size: 24px; }

h2 { font-size: 18px }

/********************************************************************* MAQUETA */

#botonera { height: 35px; }

.alinear_izq { float: left }

.alinear_der { float: right }

.clear { clear: both; }



/********************************************************************* PULL */
.pulldown.select {
	color:#000;
	font-size: 11px;
	width: 180px;
	padding: 5px;
	font-weight: bold;
	background: #FFFFFF url(../imagenes/img_flecha_pull.gif) no-repeat right;
}

.pulldown.select a { color:#000000; }

.pulldown.select a:hover { color:#ed1c24; }

.pulldown.listado ul {
	margin:0;
	padding:0
}

.pulldown.listado li { list-style:none; }

.pulldown.listado {
	position:absolute;
	width: 190px;
	background:#ed1c24;
}

.pulldown.listado a {
	color:#FFFFFF;
	font-size: 11px;
	display: block;
	padding: 5px;
}

.pulldown.listado a:hover {
	color:#ffde00;
	background:#000000;
}

