@charset "utf-8";
/* CSS Document */

body
{
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#FFF;
}

img
{
	border-width:0px;
}

#mapa
{
	padding: 0;
	margin: 20px 0;
	
	width: 500px;
	height: 400px;
	
	border-color:#111;
	border-width:10px;
	border-style:solid;
}

a
{
	color:#09F;
	text-decoration:none;
}

a:hover
{
	color:#0CF;
	text-decoration:none;
}

.txt_blue
{
	color:#09F;
}

.txt_destacado
{
	color:#FC0;
}

label
{
	display: block;
	margin: 10px 0;
}

.textfield
{
	background-color:#111;
	border-width:0px;
	border-style:solid;
	color:#aaa;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}

.corto
{
	width: 50px;
}

.medio
{
	width: 150px;
}

.largo
{
	width: 250px;
}

.extralargo
{
	width: 400px;
}

.send_button
{
	text-align:center;
	margin-top:50px;
}

#container
{
	width:970px;
	margin:0px auto;
}

#menu
{
	width:970px;
	height:66px;
	
	background-image:url(../img/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#menu_items
{
	text-align:right;
}

#menu_items img
{
	padding-top:40px;
}

#header
{
	width:970px;
	height:300px;
	background-image:url(../img/cabecera.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin-bottom:4px;
}

#content
{
	background-color:#222;
	padding-top:25px;
	/*padding-left:48px;*/
	padding-left:24px;
	padding-right:30px;
}

#content #left
{
	width:520px;
	float:left;
}

#content #right
{
	width:340px;
	background-color:#000;
	float:right;
	padding:15px;
}

#content #right ul
{
	padding-left:15px;
}

#content #bottom
{
	height:50px;
	clear:both;
}

.lista_lineas
{
	list-style:inside;
	list-style-image:none;
	list-style-type:none;
}

.lista_categorias
{
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type:none;
	list-style-position:inside;
}

.lista_categorias li
{
	font-style:italic;
	color: #09F;
}

.clear
{
	clear:both;
}