/*******************************************************************************
* Elementos Generales
*******************************************************************************/

fieldset
	{
	float: none;
	clear: both;
	padding: 2px;
	border: 0px solid #0000AA;
	background-color: trasparent;
	}


	.container {
  float: none;
  clear: both;
  display: block;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 2px solid #EEF4FD;
  overflow: visible;
}

.img {
  float: left;
  clear: none;
	text-align: center;
	margin: 2px;
	padding: 1px;
	outline: 1px outset #FAFAFA;
	opacity: 0.8;
	filter: alpha(opacity=85);
	overflow: hidden;
}
.img:hover {
	outline: 1px inset #EDEDED;
	opacity: 1;
	filter: alpha(opacity=100);
}

.link, a.link, a.link:visited {
  height: 16px;
	padding: 2px;
	padding-right: 16px;
	color: #CC8228;
	background-image: url(../images/iconos/iconmark.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.link, a.link:hover {
  color: #4488CC;
  background-image: url(../images/iconos/iconmark_.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.vlink, a.vlink {
	color: #66666A;
}
.vlink, a.vlink, a.vlink:visited {
  color: #66666F;
  text-decoration: underline;
}
.vlink, a.vlink:hover {
  color: #6666AA;
}


/*******************************************************************************
* form
*/

form
	{
	/*float: none;
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	background-color: #EDECDA;
	background-image: url(../images/diputacion/fondobody.jpg);
	background-repeat: repeat-x;
	border: 1px solid #7E8DA0;*/
	}

form a {
  /*font-size: 0.9em;*/
  font-weight: 500;
}

form hr {
  border: 1px solid #7E8DA0;
}

fieldset
	{
	float: none;
	clear: both;
	padding: 2px;
	border: 0px solid #0000AA;
	background-color: trasparent;
	}

/*.banner {
	float: none;
	clear: both;
	margin-bottom: 12px;
	text-align: center;
	outline: 1px dotted #EDEDED;
  background-color: #E4E2D0;
  }

.banner:hover {
  outline: 1px dotted #E4E2D0;
  background-color: #EDEDED;
  }
*/


/*******************************************************************************
* Componentes
*******************************************************************************/

.categorizador {
  float: right;
  clear: both;
  margin-top: 0px;
  margin-right: 0px;
  background: #E8E8EF;
  padding: 2px;
}


/* Componente Artículo
 ******************************************************************************/
.articulo
{
float: none;
clear: both;
padding: 5px;
}

.articulo h2
{
color: #000000;
font-size: 1.4em;
}

.articulo h3
{
font-size: 1em;
color: #000000;
}

.articulo p
{
color:#333333;
/*font-size: 0.85em;*/
line-height: 1.1em;
text-align: justify;
}

.articulo img
{
margin: 0 10px 0 10px;
________outline: 2px solid #E8E8EF;
}

/* Imagen principal con pie de foto */
.articulo .imagenmaspie
{
float: right;
margin: 0px 0px 10px 10px;
padding: 4px 4px 0px 4px;
border: 1px solid #DFDFDF;
width: 150px;
font-size: 0.8em;
}

.articulo .imagenmaspie img
{
margin: 0px;
outline: none;
}

.articulo .imagenmaspie p
{
margin: 5px;
text-align: left;
}

/* Listas */
.articulo ul
{
padding-left: 20px;
}

.articulo ul li
{
list-style-type: disc;
}

.articulo b
{
color: #000000;
}

.articulo table
{
font-size: 0.85em;
color: #5F5F5F;
}

.articulo table p, .articulo table td, .articulo table ul
{
margin: 0px;
}

.articulo table ul li
{
font-size: 1em;
}

.articulo a
{
color: #DE2669;
}

/* Tabla dentro de un articulo con apariencia de lista */
.articulo .listabla
{
cellspacing: 0px;
}

.articulo .listabla td
{
border-bottom: 1px solid #7f7f7f;
}

.articulo .listabla ul
{
padding: 0px;
}

.articulo .listabla li
{
list-style-type: none;
background-image: url(../images/layout/bulletmenu.gif);
background-repeat: no-repeat;
background-position: 0px center;
padding-left: 20px;
}

.nofloatbug
{
float: left;
width: 250px;
}

/* Componente Contacto
 ******************************************************************************/
.contacto {
  float: none;
  clear: both;
  overflow: hidden;
}

/* Componente Descargas
 ******************************************************************************/
.descargas
{
  float: none;
  clear: both;
  padding: 20px 24px 0px 24px;
  overflow: hidden;
}

.descargas ul {
  float: none;
  clear: both;
  margin: 6px;
  padding: 0px;
  overflow: hidden;
  border-bottom: 1px solid #EBEBEB;
  height: 36px;
  margin-top: 20px;
}
.descargas ul li {
  text-align: justify;
}
.descargas ul li a
{
color: #E20A16;
text-decoration: underline;
}
.descargas ul li a span {
  float: left;
  clear: none;
  padding-right: 1em;
	overflow: hidden;
}
.descargas ul li a:hover span {
  cursor: hand;
}

.descargas img {
  clear: right;
  margin-left: 1em;
}

/* Componente Direccion
 ******************************************************************************/
.direccion {
 float: none;
 overflow: hidden;
}

.direccion h3, .direccion .row
{
display: none;
}

/* Componente Enlaces
 ******************************************************************************/
/*
 .enlaces {
  float: none;
  clear: both;
  overflow: hidden;
}

.enlaces ul li span {
  padding-right: 4px;
  overflow: hidden;
  background-image: url(../images/iconos/enlace.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.enlaces ul li span:hover {
  background-image: url(../images/iconos/enlace_.gif);
}

*/

/* Componente Fotografia
 ******************************************************************************/
.fotografia {
  float: none;
  clear: both;
  overflow: hidden;
}

.fotografia h3 {
  font-size: 1.2;
  color: #222228;
}

.fotografia span {
  color: #666226;
  font-size: 1em;
}

.fotografia .img {
  margin: 4px;
  filter: none;
}
.fotografia .img:hover {
  filter: none;
}

.fotografia p {
  font-size: 0.8em;
}

/* Componente Listado
 ******************************************************************************/

.listado
{
  float: none;
  clear: both;
  padding: 20px 24px 0px 24px;
  overflow: hidden;
}

.listadopublicar .listado
{
margin-top: -47px;
padding-top: 60px;
}

.listado h2
{
text-decoration: none;
color: #000000;
}

.listado h3
{
text-decoration: none;
color: #666666;
font-size: 1.2em;
}

.listado .filalistado
{
border-bottom: 2px solid #cFcFcF;
padding: 10px 0px;
width: 100%;
}

.listado .cajatexto
{
  width: 356px;
  float: left;
}

.listado .cajaimagen
{
	width: 170px;
  float: right;
  padding-left: 10px;
}

.listado .cajapublicar
{
background-image:url(../images/layout/fondopublicar.gif);
background-position:right top;
background-repeat:no-repeat;
height:35px;
padding-right:25px;
position:relative;
text-align:right;
top: -62px;
.top: -90px;
_top: -74px;
left: 24px;
padding-top: 5px;
margin-bottom: -35px;
}

.listado .separador
{
border-bottom: 1px dotted #AFAFAF;
margin-top: 5px;
margin-bottom: 5px;
}

.listado .imagenlistado
{
border: 1px solid #dedede;
width: 168px;
}

.listado p
{
margin: 0px;
font-size: 0.75em;
line-height: 1.2em;
text-align: left;
color: #5f5f5f;
}

.listado .enlacecurriculum
{
text-align: right;
color: #ffffff;
font-size: 0.75em;
background-color: #6f6fff;
display: block;
margin: 5px 0px 0px 482px;
padding-right: 5px;
}

.listado .enlacebuscar
{
margin: 10px 0px 5px 0px;
}

.listado .enlacebuscar a
{
color: #5F5F5F;
}

/*#paginado
{
text-align: center;
margin-top: 10px;
font-size: 1.1em;
}

#paginado p
{
display: inline;
padding-left: 3px;
}

#paginado a
{
color: #B80040;
font-weight: bold;
padding-left: 3px;
vertical-align: middle;
}
*/

/* Componente Noticia
 ******************************************************************************/

 /*
 .noticia {
  float: left;
  clear: none;
  width: 166px;
  margin: 8px;
  overflow: hidden;
}
.noticia h3 {
  display: block;
  text-align: left;
}
.noticia p {
  display: block;
  padding: 4px;
  color: #000000;
  font-size: 11px;
  font-weight: solid;
  text-align: left;
  border: 1px solid #888888;
}
.noticia span {
  display: block;
  padding: 4px;
  color: #440000;
  font-size: 12px;
  font-weight: solid;
  text-align: right;
  border: 1px solid #888888;
}*/

/* Componente Anuncio (destacado)
 ******************************************************************************/
.frmanuncio {
  position: relative;
  float: left;
  clear: none;
  margin-top: -4px;
  margin-left: 4px;
}

.anuncio {
  float: left;
  clear: none;
  width: 185px;
  height: 160px;
  overflow: auto;
  margin: 6px;
  padding: 4px;
  background-color: #E4E2D0;
  border: 1px solid #E8E8EF;
  outline: 1px dotted #664224;
}

.anuncio:hover {
  background-color: #E6E4D2;
  border: 1px solid #E8E8EF;
  outline: 1px dotted #224466;
}
.anuncio h3 {
  font-size: 12px;
	text-align: right;
}
.anuncio span {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
.anuncio p {
  font-size: 10px;
  font-family: Trebuchet, Helvetica, Geneva, Verdana;
  text-align: left;
  font-weight: normal;
}

.xhtml {
  float: none;
  clear: both;
/*  padding: 1em;*/
}
.xhtml h3 {
  color: #444444;
  font-weight: normal;
  text-align: left;
}

/* Componente Objeto
 ******************************************************************************/
.objeto {
  float: left;
  clear: none;
  border: none;
}

/*******************************************************************************
* Google Maps IE
*******************************************************************************/

.googlemap {
  float: none;
  clear: both;
  margin: 2px;
  padding: 8px;
  color: #FFFFFF;
  overflow: visible;
}
.googlemap a {
  display: none;
  visibility: hidden;
  font-size: 6px;
  font-weihgt: none;
  text-align: center;
}
.googlemap a:hover {
  display: none;
  visibility: hidden;
  text-decoration: underline;
}
.googlemap span {
  display: none;
  visibility: hidden;
  font-size: 8px;
  font-weihgt: none;
  text-align: center;
}
.googlemap img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

/*******************************************************************************
* Botones
*******************************************************************************/

.cmdaceptar
	{
	float: right;
	clear: none;
	margin: 1px 0px 2px 1px;
	padding: 1px 1px 1px 18px;
	text-align: left;
	vertical-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #224466;
	background-color: #F8F8F8;
  background-image: url('../images/iconos/accept.gif');
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #224466;
	}
.cmdaceptar:hover
	{
	color: #222244;
	background-color: #FAFAFA;
	border: 1px solid #4488CC;
	}


.cmdrefrescar
	{
	margin: 2px;
	padding-left: 18px;
	font-size: 10px;
	font-weight: bold;
	color: #224466;
	overflow: visible;
	background-color: #F8F8F8;
  background-image: url('../images/iconos/reset.gif');
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #224466;
	}
.cmdrefrescar:hover
	{
	color: #222244;
	background-color: #FAFAFA;
	border: 1px solid #4488CC;
	}

.cmdguardar
	{
	float: right;
	clear: none;
	margin: 1px 0px 2px 1px;
	padding: 1px 1px 1px 18px;
	text-align: left;
	vertical-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #224466;
	background-color: #F8F8F8;
  background-image: url('../images/iconos/tick.gif');
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #224466;
	}
.cmdguardar:hover
	{
	color: #222244;
	background-color: #FAFAFA;
	border: 1px solid #4488CC;
	}


.cmdnuevo
	{
	float: right;
	clear: none;
	margin: 1px 0px 2px 1px;
	padding: 1px 1px 1px 18px;
	text-align: left;
	vertical-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #224466;
	background-color: #F8F8F8;
  background-image: url('../images/iconos/sum.gif');
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #224466;
	}
.cmdnuevo:hover
	{
	color: #222244;
	background-color: #FAFAFA;
	border: 1px solid #4488CC;
	}

.cmdbuscar
	{
	float: right;
	clear: none;
	margin: 1px 0px 2px 1px;
	padding: 1px 1px 1px 18px;
	text-align: left;
	vertical-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #224466;
	background-color: #F8F8F8;
  background-image: url('../images/iconos/lupe.gif');
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #224466;
	}
.cmdbuscar:hover
	{
	color: #222244;
	background-color: #FAFAFA;
	border: 1px solid #4488CC;
	}

.cmdcancelar
	{
	float: right;
	clear: none;
	margin: 1px 0px 2px 1px;
	padding: 1px 1px 1px 18px;
	text-align: left;
	vertical-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #224466;
	background-color: #F8F8F8;
  background-image: url('../images/iconos/undo.gif');
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #224466;
	}
.cmdcancelar:hover
	{
	color: #222244;
	background-color: #FAFAFA;
	border: 1px solid #4488CC;
	}

.cmdborrar
	{
	float: right;
	clear: none;
	margin: 1px 0px 2px 1px;
	padding: 1px 1px 1px 18px;
	text-align: left;
	vertical-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #224466;
	background-color: #F8F8F8;
  background-image: url('../images/iconos/cross.gif');
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #224466;
	}
.cmdborrar:hover
	{
	color: #222244;
	background-color: #FAFAFA;
	border: 1px solid #4488CC;
	}

.cmdadd
	{
	float: left;
	width: 16px;
	height: 16px;
	padding: 2px;
	background-color: transparent;
  background-image: url('../images/iconos/add.gif');
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	filter: alpha(opacity=80);
	}
.cmdadd:hover
	{
	border: none;
	filter: alpha(opacity=100);
	}

.cmddel
	{
	float: left;
	width: 16px;
	height: 16px;
	padding: 2px;
	background-color: transparent;
  background-image: url('../images/iconos/del.gif');
	background-position: left center;
	background-repeat: no-repeat;
	border: none;
	filter: alpha(opacity=80);
	overflow: hidden;
	}
.cmddel:hover
	{
	border: none;
	filter: alpha(opacity=100);
	}


.cmdup
	{
	float: left;
	width: 16px;
	height: 16px;
	padding: 2px;
	background-color: transparent;
  background-image: url('../images/iconos/arrow_up.gif');
	background-position: left center;
	background-repeat: no-repeat;
	border: none;
	filter: alpha(opacity=80);
	overflow: hidden;
	}
.cmdup:hover
	{
	border: none;
	filter: alpha(opacity=100);
	}

.cmddown
	{
	float: left;
	width: 16px;
	height: 16px;
	padding: 2px;
	background-color: transparent;
  background-image: url('../images/iconos/arrow_down.gif');
	background-position: left center;
	background-repeat: no-repeat;
	border: none;
	filter: alpha(opacity=80);
	overflow: hidden;
	}
.cmddown:hover
	{
	border: none;
	filter: alpha(opacity=100);
	}

.cmdon
	{
	font-weight: bolder;
	color: #444488;
	line-height: 2em;
	padding: 1px 1px 1px 18px;
	font-size: 10px;
	background-color: transparent;
  background-image: url('../images/iconos/on.gif');
	background-position: center left;
	background-repeat: no-repeat;
	border: none;
	filter: alpha(opacity=80);
	}
.cmdon:hover
	{
	border: none;
	filter: alpha(opacity=100);
	}

.cmdoff
	{
	font-weight: bolder;
	color: #666699;
	padding: 1px 1px 1px 18px;
	font-size: 10px;
	background-color: transparent;
  background-image: url('../images/iconos/off.gif');
	background-position: center left;
	background-repeat: no-repeat;
	border: none;
	filter: alpha(opacity=80);
	}
.cmdoff:hover
	{
	border: none;
	filter: alpha(opacity=100);
	}

.cmdclean
	{
	margin: 0px 2px 0px 2px;
	font-size: 10px;
	height: 16px;
	padding: 1px 16px 1px 1px;
	background-color: #EDEDED;
  background-image: url('../images/iconos/clean.gif');
	background-position: center right;
	background-repeat: no-repeat;
	border: none;
	filter: alpha(opacity=80);
	outline: 1px solid #FAFAFA;
	}
.cmdclean:hover
	{
	border: none;
	filter: alpha(opacity=100);
	outline: 1px solid #EDEDED;
	}

.cmdfind
	{
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 16px;
	background-color: trasparent;
  background-image: url('../images/iconos/find.gif');
	background-position: right;
	background-repeat: no-repeat;
	border: none;
	filter: alpha(opacity=80);
	outline: 1px solid #FAFAFA;
	}
.cmdfind:hover
	{
	border: none;
	filter: alpha(opacity=100);
	outline: 1px solid #EDEDED;
	}

.frmsearch {
  margin: 0px;
  padding: 8px;
  width: 140px;
  background-image: none;
  background-color: trasparent;
  border: none;
}

.cmdsearch
	{
	height: 16px;
	margin: 0px;
	padding-left: 16px;
	background-color: #E9E9D6;
  background-image: url('../images/iconos/search.gif');
	background-position: right;
	background-repeat: no-repeat;
	border: none;
	filter: alpha(opacity=80);
	}
.cmdsearch:hover
	{
	background-color: #EAEAD9;
	border: none;
	outline: none;
	filter: alpha(opacity=100);
	}

.cmdmisc
	{
	margin: 0px 2px 0px 2px;
	height: 16px;
	color: #2222AA;
	font-size: 10px;
	text-decoration: none;
	padding: 1px 4px 1px 18px;
	background-color: #EDEDED;
  background-image: url('../images/iconos/unknown.gif');
	background-position: center left;
	background-repeat: no-repeat;
	border: none;
	filter: alpha(opacity=80);
	outline: 1px solid #FAFAFA;
	}
.cmdmisc:hover
	{
	border: none;
	color: #220088;
	filter: alpha(opacity=100);
	outline: 1px solid #EDEDED;
	}


/***************************************************************************
* Formularios
***************************************************************************/

.formulario
{
float: none;
clear: both;
padding: 20px 24px;
overflow: hidden;
background-color: transparent;
border: none;
}

.formulario a
{
color:#E20A16;
font-weight:bold;
}

.formulario .filaformulario
{
border-bottom: 1px dotted #cFcFcF;
padding: 10px 0px 5px 0px;
width: 615px;
height: 35px;
}

.formulario .filaformulariopedido
{
border-bottom: 1px dotted #cFcFcF;
padding: 10px 0px 5px 0px;
width: 675px;
height: 35px;
}

.formulario .filaformulariogrande
{
border-bottom: 1px dotted #cFcFcF;
padding: 10px 0px 5px 0px;
width: 615px;
height: 90px;
}

.formulario .cajatexto
{
float: left;
width: 130px;
line-height: 1em;
}

.formulario .cajatextop
{
float: left;
width: 100px;
line-height: 1em;
}

.formulario .cajatextopeq
{
float: left;
width: 90px;
}

.formulario .cajainput
{
float: left;
width: 320px;
}

.formulario .cajainputi
{
float: left;
width: 250px;
}


.formulario .cajainputipeq
{
float: left;
width: 135px;
}

.formulario .cajainputd
{
float: left;
width: 150px;
}

.formulario .cajamitad
{
float: left;
width: 200px;
}

.formulario .cajamitad2
{
float: left;
width: 200px;
margin-top: 10px;
}

.formulario label
{
/*color: #7f7f7f;
font-weight: normal;
font-size: 0.85em;*/
}

.formulario input
{
width: 480px;
padding: 0px;
}

.formulario input.mitad
{
width: 200px;
}

.formulario input.tercio
{
width: 150px;
}

.formulario input.peq
{
width: 100px;
}


.formulario input.date
{
width: 288px;
margin-right: 12px;
}

.formulario input.imgcalendario
{
vertical-align: bottom;
width: 16px;
border-bottom: 0px;
}

.formulario textarea
{
width: 480px;
padding: 0px;
height: 65px;
}

.formulario .filabotones
{
/*border-bottom: 2px solid #cFcFcF;*/
padding-top: 10px;
float: left;
width: 615px;
}

.formulario .cajaboton
{
float: right;
margin-left: 10px;
}

.formulario .reset
{
background-color:#E20A16;
border:0 none;
color:#FFFFFF;
font-weight:bold;
height:24px;
margin-left:4px;
width:64px;
}

.formulario .submit
{
background-color:#E20A16;
border:0 none;
color:#FFFFFF;
font-weight:bold;
height:24px;
margin-left:4px;
width:64px;
}

.formulario .cajaerrores
{
margin-bottom: 10px;
}

.formulario .error
{
color: #af0000;
font-style: italic;
font-weight: bold;
font-size: 0.85em;
line-height: 1.4em;
margin: 0px;
}

/***********************************************************************
* Detalle de noticias y otros contenidos similares
***********************************************************************/

.detalle
{
  float: none;
  clear: both;
  padding: 20px 24px 48px 24px;
  overflow: hidden;
}


/* Titulos */
.detalle h2
{
color: #000000;
font-size: 1.1em;
}

.detalle h3
{
font-size: 1em;
color: #000000;
margin-bottom: 10px;
}

.detalle strong
{
color: #000000;
}

.detalle .separador
{
border-bottom: 1px solid #AFAFAF;
margin-top: 5px;
margin-bottom: 5px;
}


/* Imagen principal */
.detalle .imagenprincipal
{
float: right;
margin: 10px 0px 10px 10px;
padding: 4px 4px 0px 4px;
border: 1px solid #DFDFDF;
width: 220px;
font-size: 0.8em;
}

.detalle .imagenprincipal img
{
width: 220px;
}

.detalle .imagenprincipal p
{
margin: 5px;
text-align: left;
}


/* Parrafos */
.detalle p
{
color: #5f5f5f;
font-size: 0.85em;
line-height: 1.1em;
text-align: justify;
margin-top: 0px;
}

.detalle p.sinmargen
{
margin: 0px;
}


/* Imagenes secundarias */

.detalle .cajaimagen
{
float: left;
width: 150px;
height: 140px;
overflow: hidden;
margin: 0px 10px 20px 10px;
font-size: 0.8em;
padding: 4px 4px 0px 4px;
border: 1px solid #DFDFDF;
}

.detalle .capaimagen
{
width: 150px;
height: 100px;
overflow: hidden;
}

.detalle .capaimagen img
{
width: 150px;
}

.detalle .capatexto
{
width: 150px;
height: 40px;
overflow: hidden;
}

.detalle .capatexto p
{
margin: 5px;
text-align: left;
}

.detalle .leyenda
{
text-align: right;
color: #357994;
font-style: italic;
margin-top: 40px;
}


/* Documentos */
.detalle .titulodocumentos
{
color: #000000;
background-image: url(../images/layout/clip.gif);
background-repeat: no-repeat;
padding: 2px 0px 5px 25px;
font-weight: bold;
font-size: 1em;
margin-bottom: 0px;
}

.spandocumento a.filaizq
{
font-size: 0.8em;
color: #DE2669;
padding-left: 25px;
}

#cajaenlaces
{
text-align: right;
margin-right: 20px;
font-weight: bold;
color: #357694;
}

#cajaenlaces a
{
color: #357994;
}

/***************************************************************************
* Contenidos que necesitan un titulo mas ancho
***************************************************************************/

div.tituloancho h1, #boletin h1
{
background-image: url(../images/layout/fondotituloancho.gif);
}

div.letrapequena h1
{
font-size: 1.4em;
padding-top: 26px;
}

div.tituloancholetrapequena h1
{
font-size: 1.4em;
padding-top: 26px;
background-image: url(../images/layout/fondotituloancho.gif);
}

/*************************************************************************
* Cabecera de contenidos
*************************************************************************/
.contenido{
}

.contenido h1{
background:transparent url(../images/layout/banner_historia.png) repeat scroll 0 0;
float:left;
height:145px;
width:756px;
_width:752px;
color:#FFFFFF;
font-size:20px;
font-weight:normal;
padding: 45px 0 0 25px;
margin-top:0;
*margin-bottom: 20px;
}

/*************************************************************************
* Estilos que se repiten en varios componentes
*************************************************************************/


/*
.espaciop
{
margin-top: 5px;
}

.espaciog
{
margin-top: 10px;
}

.espaciomg
{
margin-top: 20px;
}

p.titulonegro
{
font-weight: bold;
margin: 0px 0px 5px 0px;
font-size: 1em;
color: #000000;
}

p.tituloazul
{
font-weight: bold;
margin: 0px 0px 5px 0px;
font-size: 1em;
color: #164164;
}

p.texto
{
display: inline;
vertical-align: top;
}

p.azul
{
color: #206095;
}

p.azuln
{
color: #206095;
font-weight: bold;
}

p.azulc
{
color: #206095;
font-weight: bold;
text-align: center;
}

strong
{
color: #000000;
font-weight: normal;
}

p.bold
{
font-weight: bold;
}

p.negron
{
color: #000000;
font-weight: bold;
}

p.rosan
{
color: #b80040;
font-weight: bold;
}

a.enlacepublicar, a.enlacepublicar:hover, a.enlacepublicar:visited
{
font-weight: bold;
color: #b80040;
}

a.enlacenegro
{
font-size: 0.75em;
font-weight: bold;
line-height: 1.2em;
color: #000000;
}

a.ampliarinfo
{
font-size: 0.75em;
font-weight: bold;
line-height: 1.2em;
color: #b80040;
vertical-align: top;
padding-left: 3px;
}

a.ampliarinfo:hover, a.ampliarinfo:visited
{
color: #b80040;
}

a.ampliarinfoazul
{
font-size: 0.75em;
font-weight: bold;
line-height: 1.2em;
color: #6AB4E1;
vertical-align: top;
padding-left: 3px;
}

a.ampliarinfoazul:hover, a.ampliarinfoazul:visited
{
color: #6AB4E1;
}

p.alerta
{
color: #ff0000;
font-weight: bold;
}

p.informacion
{
color: #007f00;
font-weight: bold;
}

p.fondoazul
{
background-color: #7f7fff;
color: #ffffff;
display: block;
padding-left: 5px;
}

*/


/***************************************************************************
* Contenido compuesto de componentes enlace mas componentes fotografia
***************************************************************************/

.enlacemasfoto .enlaces
{
  float: none;
  clear: both;
  padding: 20px 24px 0px 24px;
  overflow: hidden;
}

.enlacemasfoto .enlaces ul
{
margin: 0px;
text-align: center;
}

.enlacemasfoto .enlaces span, .enlacemasfoto .enlaces span:hover, .enlacemasfoto .enlaces span:visited
{
color: #164164;
font-weight: bold;
background-image: none;
padding: 0px;
}

.enlacemasfoto .fotografia
{
float: none;
clear: both;
padding: 0px 24px 0px 24px;
overflow: hidden;
text-align: center;
}

.enlacemasfoto .fotografia span
{
color: #5F5F5F;
font-size: 0.8em;
line-height: 1.2em;
}

.enlacemasfoto .fotografia img
{
margin: 10px 0px 20px 0px;
}

.enlacemasfoto .fotografia .semi
{
border-bottom: 2px solid #CFCFCF;
}

/***************************************************************************
* Contenido compuesto de componentes fotografia que enlazan a documento
***************************************************************************/

.fotodescarga .fotografia
{
  float: left;
  clear: none;
  margin: 20px 38px 0px 38px;
  width: 120px;
}

.fotodescarga p
{
color: #5F5F5F;
margin-top: 5px;
text-align: center;
}
