#content {
	float: left;
	/*width: 100%;*/
	height: 100%;
	min-height: 700px;
	margin: 0;
	padding: 0 0 10px 0;
	background-image: url('../images/bg_content.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#left {
	float: left;
	width: 185px;
	min-height: 577px;
	margin-left: 16px;
}

#left #bloques_menu {
	float: left;
	width: 185px;
	margin: 15px 0 0 0;
	padding: 0;
}

#left #bloques_menu #ayuntamiento, #left #bloques_menu #ciudad, #left #bloques_menu #vivir {
	float: left;
	width: 185px;
	height: 75px;
	margin: 0 0 5px 0;
	padding: 0;
}

#left #bloques_menu #ayuntamiento {
	background-image: url('../images/bot_menu_bloques_ayun.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#left #bloques_menu #ciudad {
	background-image: url('../images/bot_menu_bloques_ciud.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#left #bloques_menu #vivir {
	background-image: url('../images/bot_menu_bloques_vivi.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#left #bloques_menu #ayuntamiento a:link, #left #bloques_menu #ayuntamiento a:hover, #left #bloques_menu #ayuntamiento a:active, #left #bloques_menu #ayuntamiento a:visited,
#left #bloques_menu #ciudad a:link, #left #bloques_menu #ciudad a:hover, #left #bloques_menu #ciudad a:active, #left #bloques_menu #ciudad a:visited,
#left #bloques_menu #vivir a:link, #left #bloques_menu #vivir a:hover, #left #bloques_menu #vivir a:active, #left #bloques_menu #vivir a:visited {
	float: left;
	width: 175px;
	height: 25px;
	padding: 50px 0 0 0;
	font-size: 2em;
	color: #FFF;
	text-align: right;
	text-decoration: none;
	letter-spacing: -0.25px;
	/*text-indent: -3000px;*/
}

#right {
	float: left;
	width: 699px;
	margin-left: 15px;
}

#left_content {
	display: inline;
	clear: left;
	float: left;
	width: 544px;
	margin: 0;
	padding: 0;
}

#right_content {
	display: inline;
	float: left;
	width: 155px;
	margin: 0;
	padding: 0;
}

#right #titulo {
	display: block;
	clear: both;
	height: 50px;
	margin: 10px 0 5px 0;
	padding: 0 0 10px 0;
	background-position: bottom center;
	background-image:url(../images/bg_contenido_titulo.png);
	background-repeat: no-repeat;
}

#right #titulo h2 {
	/*width: 770px !important;
	width: 780px;*/
	height: 50px;
	margin: 0;
	padding: 0;
	font-size: 2.24em;
	font-weight: bold;
	color: #003366;
	line-height: 1.7;
}

#right h3 {
	margin: 0;
	padding: 10px;
	font-size: 1.92em;
	font-weight: bold;
	line-height: 0.8;
	background-color: #003366;
	color: #FFF;
}

#right h4 {
	margin: 15px 10px 15px 10px;
	font-size: 2.08em;
	font-weight: bold;
	line-height: 1;
	color: #003366;
}

#right h5 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.76em;
	font-weight: bold;
	line-height: 1;
	color: #666666;
}

#right p {
	margin: 10px;
	text-align: justify;
	font-size: 1.5em;
	color: #000000;
	line-height: 1.2;
}

#right p label {
	font-weight: bold;
	color: #000000;
}

#right .tabulado {
	margin: 0 5px 10px 25px;
	text-align: justify;
	font-size: 1.5em;
	color: #000000;
	line-height: 1.2;
}

#right ul {
	margin: 5px 10px 5px 25px;
	padding: 0;
	list-style-type: none;
	list-style-image: url(../images/ico_li.png);
	line-height: 1.5;
}

#right ol {
	margin: 5px 5px 5px 28px;
	padding: 0;
	line-height: 1.5;
}

#right li {
	font-size: 1.5em;
}

#right ul li ul {
	margin: 0 0 0 15px;
	list-style-type: square;
	list-style-image: url(../images/ico_li_2.png);
}

#right ol li ol {
	margin: 0 0 0 15px;
	font-size: 1.5em;
}

#right ul li ul li ul {
	list-style-type: disc;
	list-style-image: url(../images/ico_li_3.png);
}

#right li li, #right li li li {
	font-size: 1em;
}

#right a {
	text-decoration: underline;
	color: #003366;
}

#right table {
	border-spacing: 1px;
	font-size: 1.5em;
	background-color: #E7E7E7;
	color: #333;
	position: relative;
	margin: 20px 0;
}

#right table caption {
	font-size: 2.56em;
	font-weight: normal;
	background: #031F73 url(../images/corner.gif) no-repeat right top;
	border-bottom: 5px solid #FFF;
	color: #FFF;
	text-transform:uppercase;
	padding: 5px 10px;
}

#right table td, th {
	padding: 5px;
}

#right table thead th {
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

#right table tbody tr		{
	background-color:#EFEFEF; 
	text-align:left;
}

#right table tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

#right table tbody tr td { 
	background: #EFEFEF;
	border: 1px solid #FFF;
}

#right table tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

#right table td a img {
	border: 0;
}

#right table td p {
	 font-size: 1em;
}

#right table td ul li {
	 font-size: 1em;
}

#right table td a:link, table td a:visited {
	color: #031F73;
	text-decoration: none;
}

#right table td a:hover {
	text-decoration: none ;
}

#right table tfoot th, #right table tfoot td {
	background-color:#E7E7E7;
	padding:10px;
	font-weight:bold;
	border-top:1px solid #DFDFDF;
}

#right #right_content #image img {
	clear: right;
	float: right;
	margin: 0 10px 10px 0;
	max-width: 135px;
}

#right #right_content #image a {
	float: right;
	margin: 0 12px 0 0;
	padding-left: 20px;
	font-size: 1.6em;
	color: #666;
	text-decoration: none;
	background: url(../images/zoom.png) no-repeat left center;
}

.vide {
	float: left;
	width: 325px;
	height: 250px;
	margin: 0 20px 25px 4px;
}

.vide object.video {
	width: 325px;
	height: 250px;
}

.enlace {
	float: left;
	clear: both;
	width: auto;
	margin-top: 15px !important;
	margin-left: 10px;
	padding: 0;
	font-size: 1.6em;
	text-decoration: underline;
	color: #003366;
	background-image: none;
}

.link {
	padding: 0 0 2px 24px;
	background-image: url('../images/ico_link.png');
	background-repeat: no-repeat;
	background-position: center left;	
}

.email {
	padding: 0 0 2px 24px;
	background-image: url('../images/ico_email.png');
	background-repeat: no-repeat;
	background-position: center left;	
}

.dire {
	padding: 0 0 2px 24px;
	background-image: url('../images/ico_direccion.png');
	background-repeat: no-repeat;
	background-position: top left;	
}

.hora {
	padding: 0 0 2px 24px;
	background-image: url('../images/ico_horario.png');
	background-repeat: no-repeat;
	background-position: top left;	
}

.telf {
	padding: 0 0 2px 24px;
	background-image: url('../images/ico_phone.png');
	background-repeat: no-repeat;
	background-position: center left;	
}

.fax {
	padding: 0 0 2px 24px;
	background-image: url('../images/ico_fax.png');
	background-repeat: no-repeat;
	background-position: center left;	
}

.pdf {
	padding: 0 0 2px 24px;
	background-image: url('../images/ico_pdf.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.img {
	padding: 0 0 2px 24px;
	background-image: url('../images/ico_foto.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.doc {
	padding: 0 0 2px 24px;
	background-image: url('../images/ico_word.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.file {
	padding: 0 0 2px 24px;
	background-image: url('../images/ico_file.png');
	background-repeat: no-repeat;
	background-position: center left;
}


.espaciar {
	margin: 0 9% 0 0;
}

.volver, .Volver {
	display: block;
	clear: both;
	margin: 20px 0 !important;
	padding: 0 0 0 20px;
	background-image: url('../images/volver.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-decoration: none !important;
}

h4 span, h4 a.historico {
	margin: 0 0 0 -3px;
	cursor: pointer;
	line-height: 1.3;
	padding-left: 16px;
	background: url(../images/estado_licitaciones.png) no-repeat left center;
}

ul#esta1, ul#esta2, ul#esta3, ul#esta4 {
	margin-top: 0 !important;
	margin-left: 38px !important;
}

#descargas {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#descargas h5 {
	float: left;
	margin: 15px 0 0 7px;
	cursor: pointer;
	line-height: 1.3;
	padding-left: 28px;
	background: url(../images/h5_descargas.png) no-repeat left center;
	color: #003366;
	font-weight: lighter;
	font-size: 1.6em;
}

#descargas #documentos {
	display: none;
	font-size: 1.36em;
}

.estados {
	float: left;
	text-align: left;
	clear: left;
}