#contenedor {
	width: 915px;
	margin: 0 auto;
	text-align: left;
}

#cabecera{
	background: url(../images/css_fnd_cabecera.gif) top left no-repeat;
	height: 155px;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
}
	#cabecera #motivo_cabecera{
		position: absolute;
		top: 0;
		left: -42px;
	}
	#cabecera #logo_cabecera{
		position: absolute;
		top: 40px;
		right: 5px;
	}
	#cabecera #cambio_idioma{	
		position: absolute;
		top: 12px;	
		left: 375px;
		font-weight: bold;
		z-index: 10000;
	}
	#cabecera #cambio_idioma a{
		color: #00364a;
	}
	#cabecera #cambio_idioma a:hover{
		text-decoration: none;
	}

#contenedor h1{
	color: #00364a;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	margin-top: -32px;
	margin-left: -2px;
	font-size: 260%;
	z-index: 100000;
	position: relative;
}

#leyenda{
	background: #f4f4f3;
	float: right;
	padding: 5px 10px;
	color: #00364a;
}
	#leyenda .abierta{
		background: url(../images/css_leyenda_abierta.gif) top left no-repeat;
		padding: 0 0 3px 20px;
		margin-right: 15px;
	}
	#leyenda .cerrada{
		background: url(../images/css_leyenda_cerrada.gif) top left no-repeat;
		padding: 0 0 3px 20px;
	}

#contenido_perfil{
	width: 750px;
	margin: 0 auto;
	margin-top: 30px;
	color: #00364a;
	font-size: 110%;
}
	#contenido_perfil a{
		font-weight: bold;
		color: #00364a;
	}
	#contenido_perfil ul li {
		background: url(../images/css_separata_hor_puntos.gif) no-repeat;
		background-position: 2.3em 0em;	
		margin-top: 10px;
		padding-top: 10px;
	}
	#contenido_perfil ul li.sin_borde {
		background: none;
	}
	#contenido_perfil ul li a{
		padding: 2px 0 5px 30px;
	}
	#contenido_perfil ul li a:hover{
		text-decoration: none;
	}
	#contenido_perfil ul li p{
		padding: 0 0 0 30px;
	}
	#contenido_perfil ul li.abierta a{
		background: url(../images/css_licitacion_abierta.gif) top left no-repeat;
	}
	#contenido_perfil ul li.abierta strong{	
		color: #7d9f06;
	}
	#contenido_perfil ul li.abierta strong.con_fondo{
		background: #7d9f06;
		color: #fff;
		padding: 0 2px;
	}
	#contenido_perfil ul li.cerrada a{
		background: url(../images/css_licitacion_cerrada.gif) top left no-repeat;
	}
	#contenido_perfil ul li.cerrada strong{
		font-weight: normal;
		color: #db7506;
	}
	#contenido_perfil ul li.cerrada strong.con_fondo{
		font-weight: bold;
		background: #db7506;
		color: #fff;
		padding: 0 2px;
	}
	
#licitaciones_detalle{
	width: 750px;
	margin: 0 auto;
	margin-top: 30px;
	color: #00364a;
	font-size: 110%;
}
	#licitaciones_detalle a{
		color: #00364a;
	}
	#licitaciones_detalle a:hover{
		text-decoration: none;
	}
	#licitaciones_detalle #licitacion h2{
		color: #7d9f06;
		font-size: 200%;
	}
	#licitaciones_detalle #adjudicacion h2{
		color: #db7506;
		font-size: 200%;
	}
	#licitaciones_detalle p{
		font-weight: bold;
		margin: 5px 0;
	}
	#licitaciones_detalle #licitacion p.tipo{
		margin-left: 228px;
		padding-left: 40px;
		margin-top: 30px;
		background: url(../images/css_licitacion_abierta.gif) top left no-repeat;
	}
	#licitaciones_detalle #adjudicacion p.tipo{
		margin-left: 228px;
		padding-left: 40px;	
		background: url(../images/css_licitacion_cerrada01.gif) top left no-repeat;
	}
	#licitaciones_detalle #adjudicacion #fnd_gris{
		background: #ededec;
		padding: 10px 0;
		margin: 20px 0;
	}
	#licitaciones_detalle #docs {
		float: left;
	}
	#licitaciones_detalle #docs a.pdf{
		background: url(../images/css_pdf.gif) no-repeat;
		background-position: 0 0.1em;
		padding: 0 10px 5px 20px;
	}
	#licitaciones_detalle #licitacion_desc {
		margin-top: 30px;
	}
	#licitaciones_detalle #licitacion_desc p{
		font-weight: normal;
	}
	#licitaciones_detalle span.titulos{
		text-align: right;
		width: 250px;
		margin-right: 15px;
		float: left;
		font-weight: normal;
	}
	#licitaciones_detalle #licitacion span.fecha{
		background: #7d9f06;
		color: #fff;
		padding: 0 3px;
	}
	#licitaciones_detalle #adjudicacion span.fecha{
		background: #db7506;
		color: #fff;
		padding: 0 3px;
	}
	
#pie{
	border-top: 1px solid #cfcfcf;
	margin-top: 40px;
	padding-top: 10px;
	color: #00364a;
	position: relative;
	padding-bottom: 30px;
}
	#pie p{
		margin: 5px 0;
	}
	#pie #motivo_pie{
		position: absolute;
		bottom: 0;
		right: -46px;
	}
	#pie a{
		color: #00364a;
	}
	#pie a:hover{
		text-decoration: none;
	}

.msg_no_licitaciones{
	background: #b60000;
	color: #fff;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	float: left;
	display: block;
	padding: 25px;
	margin: 40px auto 20px auto;
	font-size: 1.5em !important;
}
	
/* Comunes */

.flotar_dcha{
	float: right;
}	

/* Botón naranja */

a.boton_naranja {
	background: #fff url(../images/boton_naranja/css_fnd_boton01_01.gif) top left no-repeat;
	float: left;
	font-size: 110%;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;	
	margin-bottom: 5px;
	margin-right: 5px;
	width: 130px;
	padding: 0;
	text-align: center;
}
a.boton_naranja:hover {
	background-image: url(../images/boton_naranja/css_fnd_boton01_01_o.gif);
}
a.boton_naranja span {
	display: block;
	background-image: url(../images/boton_naranja/css_fnd_boton01_02.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
a.boton_naranja:hover span {
	background-image: url(../images/boton_naranja/css_fnd_boton01_02_o.gif);
}
a.boton_naranja span span {
	background-image: url(../images/boton_naranja/css_fnd_boton01_03.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
a.boton_naranja:hover span span {
	background-image: url(../images/boton_naranja/css_fnd_boton01_03_o.gif);
}
a.boton_naranja span span span {
	background-image: url(../images/boton_naranja/css_fnd_boton01_04.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
a.boton_naranja:hover span span span {
	background-image: url(../images/boton_naranja/css_fnd_boton01_04_o.gif);
}
a.boton_naranja span span span span {
	padding: .2em 0.5em .2em 0.8em;
}

/* Botón verde */

a.boton_verde {
	background: #fff url(../images/boton_verde/css_fnd_boton01_01.gif) top left no-repeat;
	float: left;
	font-size: 110%;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;	
	margin-bottom: 5px;
	margin-right: 5px;
	width: 130px;
	padding: 0;
	text-align: center;
}
a.boton_verde:hover {
	background-image: url(../images/boton_verde/css_fnd_boton01_01_o.gif);
}
a.boton_verde span {
	display: block;
	background-image: url(../images/boton_verde/css_fnd_boton01_02.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
a.boton_verde:hover span {
	background-image: url(../images/boton_verde/css_fnd_boton01_02_o.gif);
}
a.boton_verde span span {
	background-image: url(../images/boton_verde/css_fnd_boton01_03.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
a.boton_verde:hover span span {
	background-image: url(../images/boton_verde/css_fnd_boton01_03_o.gif);
}
a.boton_verde span span span {
	background-image: url(../images/boton_verde/css_fnd_boton01_04.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
a.boton_verde:hover span span span {
	background-image: url(../images/boton_verde/css_fnd_boton01_04_o.gif);
}
a.boton_verde span span span span {
	padding: .2em 0.5em .2em 0.8em;
}
