/************hoja de estilos reseteada***************************/
HTML , body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: normal;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}

ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: center;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/***************************************************************/
/***************************************************************/
/***************************************************************/
/*GENERAL*/

BODY
{
	padding: 0px;
	margin:0px;
	font-family:Tahoma;
	font-size:70%;
	background-color:#fff;
}

#enBreve
{
	padding-top:8em;
	text-align:center;
	border:solid 0px red;
	float:left;
	width:100%;
	height:100%;
}
a
{
	text-decoration:none;
	color:#333;
}
a:hover
{
	text-decoration:underline;
}
p
{
	text-align:justify;
	margin:0;
	padding:0;
	line-height:1.2em;
}
.negrita
{
	font-weight:bold;
}
.oculto
{
	display:none;
}
.link_cajas
{
	cursor:pointer;
}

.boton
{
	font-size:0.8em;
}

.separador
{
	height:7px;
	clear:both;
}
h1
{
	font-size:130%;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
}
h2
{
	font-size:120%;
	padding-top:4px;
	padding-bottom:4px;
}
h3
{
	font-size:110%;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
}

.listaContenido
{
	list-style:square;
	padding-left:3em;
	padding-bottom:1em;
	padding-top:1em;
}

.listaContenido li
{ 
	padding-bottom:4px;	
}

#body_contenido
{	
	width:88.7em;
	margin:auto;
	text-align:left;
	overflow:hidden;
}

/*********************************************************************************************/
/* CABECERA*/

#body_contenido #cabecera
{	
	width:100%;	
}
#body_contenido #cabecera #cabeceraDibujo
{
}
#body_contenido #cabecera #cabeceraDibujo img
{
	width:100%;	
}
#body_contenido #cabecera #anclajes
{
	display:none;	
}
#body_contenido #cabecera #titulo_proyecto
{
	display:none;			
}
#body_contenido #cabecera #titulo_proyecto H1
{
	display:none;	
}

#body_contenido #cabecera #titulo_proyecto IMG
{
	display:none;	
}
#body_contenido #cabecera #herramientas
{		
	width:100%;
	background-image:url("cabecera_h_top.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#B2397F;
	float:left;
	position:relative;
	padding-top:7px;
	height:1.8em;
}
#body_contenido #cabecera #herramientas #centro
{
	float:left;
}
#body_contenido #cabecera #herramientas #area_personal
{
	background-image:url("boton_area_personal.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#E85D2E;
	float:right;
	margin-right:8px;
	height:1.25em;
	padding-top:1px;	
	padding-bottom:1px;	
}
#body_contenido #cabecera #herramientas #area_personal a
{
	color:#fff;
	padding-left:23px;
	padding-right:8px;	
	
}

#body_contenido #cabecera #herramientas ul
{
	padding:0px;
	margin:0px;
	height:1.6em;
	float:left;
	list-style:none;
	padding-left:12px;	
}
#body_contenido #cabecera #herramientas ul li
{
	padding-right:14px;
	padding-left:20px;
	padding-top:2px;	
	padding-bottom:2px;
	float:left;	
	background-image:url("punto_cabecera.gif");
	background-position:left 2px;
	background-repeat:no-repeat;	
	
}
#body_contenido #cabecera #herramientas ul li a
{
	color:#fff;
}	
/*********************************************************************************************/



/*********************************************************************************************/
/* PAGINA*/
#body_contenido #pagina
{	
	float:left;
	width:100%;
	border:solid 0px red;
}
#body_contenido #pagina #nombrePagina
{
	background-image:url("flechaTituloPagina.jpg");
	background-position:right top;
	background-repeat:no-repeat;	
}
#body_contenido #pagina #nombrePagina h2
{
	color:#333333;
	border-bottom: solid 4px #B2397F;
	font-size:1.5em;	
}
#body_contenido #pagina #contenido
{
	padding-top:1em;
	padding-bottom:1em;
	border:solid 0px green;	
}

/*--------------------------------------------------------------------------------------------/
/* RUTA*/
#body_contenido #pagina #ruta
{	
	height:1.8em;
	margin-left:9px;
	padding-left:20px;
	padding-top:9px;
	background-image:url("flecha_morada.jpg");
	background-position:left center;
	background-repeat:no-repeat;	
}
#body_contenido #pagina #ruta a
{
	color:#000;
	padding-bottom:2px;
	position:relative;
	top:-1px;
}
#body_contenido #pagina #ruta .opcion_actual
{
	/*margin-bottom:4px;*/
	padding-top:8px;
	text-decoration:underline;
	border:solid 0px red;
	padding-bottom:2px;
	position:relative;
	top:-1px;
}
/*--------------------------------------------------------------------------------------------/


/*--------------------------------------------------------------------------------------------/
/* HOME*/
.link_cajas_home
{
	width:90%;
	text-align:right;
	height:3.5em;
}

.h3_portada
{
	padding-top:0.2em;
	padding-bottom:0.2em;
	font-size:95%;
}

.h4_portada
{
	font-size:80%;
}

#body_contenido #pagina #contenidoHome #contenidoHomeArriba
{
	float:left;
	border:solid 0px green;
}

#body_contenido #pagina #contenidoHome #contenidoHomeAbajo
{
	padding-top:9px;
	clear:both;
}

#body_contenido #pagina #home_menu
{		
	text-align:center;
	float:left;
	background-image:url("home_menu.jpg");
	background-position:right bottom;
	background-repeat:no-repeat;		
}
#body_contenido #pagina  #menulateral
{
	width:100%;
	margin:auto;
	text-align:left;			
}
#body_contenido #pagina  #menulateralBottom
{
	height:50px;	
}
#body_contenido #pagina  #menulateral div
{
	height:1.6em;
	margin-bottom:2px;
	/*width:97%;*/
	margin-right:10px;
	background-color:#fff;
	
}
#body_contenido #pagina  #menulateral div img
{
	float:left;
}
#body_contenido #pagina  #menulateral div .opcionPadreSel
{
	color:#fff;
	padding-top:2px;
	padding-left:2px;
	padding-bottom:2px;
	position:relative;
	float:left;
	text-decoration:underline;
}
#body_contenido #pagina  #menulateral div a
{
	color:#fff;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	position:relative;
	float:left;
}
#body_contenido #pagina  #menulateral .opcionPadre1
{
	background-image:url("opcionPadre1.jpg");
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#E85D2E;
}
#body_contenido #pagina  #menulateral .opcionPadre2
{
	background-image:url("opcionPadre2.jpg");
	background-position:right top;
	background-repeat:no-repeat;	
	background-color:#B0387D;	
}
#body_contenido #pagina  #menulateral .opcionPadre3
{
	background-image:url("opcionPadre3.jpg");
	background-position:right top;
	background-repeat:no-repeat;	
	background-color:#409ACE;
}
#body_contenido #pagina  #menulateral .opcionPadreSep
{
	background-image:url("opcionPadreSel.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	padding:0px;
	height:4px;
}
#body_contenido #pagina  #menulateral ul
{
	margin-right:10px;
	padding-left:27px;
	padding-bottom:1px;
	overflow:hidden;
}
#body_contenido #pagina  #menulateral ul li
{
	margin-bottom:1px;
	padding-top:1px;
}
#body_contenido #pagina  #menulateral .opcionHijo1
{
	background-image:url("flechaMenu.jpg");
	background-position:left 2px;
	background-repeat:no-repeat;	
	
}

#body_contenido #pagina  #menulateral .selec1
{
	background-image:url("flechaMenuSel.jpg");
	background-repeat:no-repeat;
	color:#FFF;
	padding-left:15px;
	padding-bottom:1px;	
}

#body_contenido #pagina  #menulateral .selec1 ul
{ 
	position:relative;
	left:-15px;
	padding-bottom:1px;	
	background-image:url("flechaMenu.jpg");
	background-repeat:no-repeat;
	background-position:26px 2px;
	background-color:#FFFFFF;
}

#body_contenido #pagina  #menulateral .selec1 ul li
{ 
	
}

#body_contenido #pagina  #menulateral .selecN31
{
	background-image:url("flechaMenu.jpg");
	background-position:left 2px;
	background-repeat:no-repeat;
	color:#E85D2E;
	text-decoration:underline;
	padding-left:15px;
	padding-bottom:1px;	
}


#body_contenido #pagina  #menulateral .opcionHijo1 a
{
	color:#E85D2E;
	padding-left:15px;	
}
#body_contenido #pagina  #menulateral .opcionHijo2
{
	background-image:url("flechaMenu2.jpg");
	background-position:left 2px;
	background-repeat:no-repeat;	
	
}
#body_contenido #pagina  #menulateral .selec2
{
	background-image:url("flechaMenuSel2.jpg");
	background-position:left 2px;
	background-repeat:no-repeat;
	color:#FFF;
	background-color:#B0387D;
	padding-left:15px;
	padding-bottom:2px;
}
#body_contenido #pagina  #menulateral .selecN32
{
	background-image:url("flechaMenu2.jpg");
	background-position:left 2px;
	background-repeat:no-repeat;
	color:#B0387D;
	text-decoration:underline;
	padding-left:15px;
	padding-bottom:2px;
}
#body_contenido #pagina  #menulateral .opcionHijo2 a
{
	color:#B0387D;
	padding-left:15px;
}

#body_contenido #pagina  #menulateral .opcionHijo3
{
	background-image:url("flechaMenu3.jpg");
	background-position:left 2px;
	background-repeat:no-repeat;	
	
}
#body_contenido #pagina  #menulateral .selec3
{
	background-image:url("flechaMenuSel3.jpg");
	background-position:left 2px;
	background-repeat:no-repeat;
	color:#FFF;
	background-color:#409ACE;
	padding-left:15px;
	padding-bottom:2px;
}
#body_contenido #pagina  #menulateral .selecN33
{
	background-image:url("flechaMenu3.jpg");
	background-position:left 2px;
	background-repeat:no-repeat;
	color:#409ACE;
	text-decoration:underline;
	padding-left:15px;
	padding-bottom:2px;
}
#body_contenido #pagina  #menulateral .opcionHijo3 a
{
	color:#409ACE;
	padding-left:15px;
}

#body_contenido #pagina #contenidoHome #home_bienvenida
{	
	width:28.5em;
	height:23.2em;
	float:left;
	margin-right:11px;
	background-image:url("home_bienvenida.jpg");
	background-position:left top;
	background-repeat:no-repeat;	
	background-color:#D068A4;
	overflow:hidden;
}
#body_contenido #pagina #contenidoHome #home_bienvenida p
{	
	color:#fff;	
}
#body_contenido #pagina #home_noticias
{		
	float:left;		
}

#body_contenido #pagina #home_noticias_noticia
{	
	width:29em;
	height:17.5em;	
	margin-bottom:13px;
	background-image:url("home_t_noticia.gif");
	background-position:10px 9px;
	background-repeat:no-repeat;
}

#body_contenido #pagina #home_noticias_noticia h3
{
	text-align:left;
	color:#000;
	font-weight:bold;
}

#body_contenido #pagina #home_noticias_noticia h3 a
{
	color:#000;
	font-weight:bold;
	
}
#body_contenido #pagina #home_noticias_noticia h4
{
	text-align:left;
	color:#288CC7;
	font-weight:bold;
}
#body_contenido #pagina #home_noticias_noticia h4
{
	text-align:left;

}

#body_contenido #pagina #home_noticias_noticia .desc_noticia
{
	text-align:left;	
}

#body_contenido #pagina #home_noticias_noticia .home_noticias_noticia_lin
{
	border-top: solid 2px #E0E0E0;
}
#body_contenido #pagina #home_noticias_noticia .boton_noticias
{
	padding-top:2px;
	text-align:right;
}

#body_contenido #pagina #home_noticias #home_noticias_banner img
{
	width:100%;
}
/********************BUSCADOR**********************************************************/
#body_contenido #pagina #home_guia
{	
	height:19em;
	background-position:left top;
	background-repeat:no-repeat;
	float:left;		
}

#body_contenido #pagina #home_guia form
{	
}
#body_contenido #pagina #home_guia form label
{
	color:#E85D2E;
	margin-right:3%;
	font-weight:bold;
}
#body_contenido #pagina #home_guia form input
{
	
	margin-bottom:7px;	
	font-size:1em;
}
#body_contenido #pagina #home_guia form select
{
	margin-bottom:7px;
	font-size:1em;
}

#body_contenido #pagina #home_guia_producto
{	
	height:19em;
	background-position:left top;
	background-repeat:no-repeat;
	float:left;		
}

#body_contenido #pagina #home_guia_producto form
{
	border: solid 0px blue;		

}
#body_contenido #pagina #home_guia_producto form label
{
	color:#E85D2E;
	margin-right:3%;
	font-weight:bold;
}
#body_contenido #pagina #home_guia_producto form input
{
	
	margin-bottom:7px;	
	font-size:1em;
}
#body_contenido #pagina #home_guia_producto form select
{
	margin-bottom:7px;
	font-size:1em;
}

/********************FIN BUSCADOR**********************************************************/

#body_contenido #pagina #contenidoHome #home_guia_idioma
{
	width:28.5em;
	height:5.5em;
	background-image:url("home_guia_idioma.jpg");
	background-position:10px 9px;
	background-repeat:no-repeat;
}
#body_contenido #pagina #contenidoHome #home_guia_idioma a
{
	/*position:absolute;
	top:6px;
	left:255px;*/
}
#body_contenido #pagina #contenidoHome #home_guia_idioma .idiomaEmpresa
{
	position:absolute;
	top:8px;
	left:258px;
}
#body_contenido #pagina #contenidoHome #home_guia_idioma .idiomaEmprendedora
{
	position:absolute;
	top:36px;
	left:258px;
}
#body_contenido #pagina #contenidoHome #home_empresa
{	
	width:28.5em;
	height:25em;
	background-image:url("home_empresa.jpg");
	background-position:10px 9px;
	background-repeat:no-repeat;
	float:left;
	margin-right:11px;	
}

#body_contenido #pagina #contenidoHome #home_empresa h3
{	
	font-weight:bold;
	color:#000;
	margin-bottom:1em;	
	text-align:left;
}
#body_contenido #pagina #contenidoHome #home_empresa p
{		

}
#body_contenido #pagina #contenidoHome #home_empresa p img
{
	float:right;
	width:35%;	
	margin-left:1.5%;
	margin-bottom:1.5%;
}

#body_contenido #pagina #contenidoHome #home_empresa form
{
	padding-top:3%;
	clear:both;
	text-align:right;
}

#body_contenido #pagina #home_anuncios_internos
{	
	width:14em;
	height:25em;
	float:left;	
	background-image:url("home_anuncios_internos.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;	
}
#body_contenido #pagina #home_anuncios_internos img
{
	padding-bottom:7px;
	width:100%;
}
#body_contenido #pagina #contenidoHome #home_anuncios_externos
{	
	width:14em;
	height:25em;
	background-image:url("home_anuncios_externos.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	float:left;
}
#body_contenido #pagina #contenidoHome #home_anuncios_externos img
{
	padding-bottom:7px;
	width:100%;
}

/*********************************************************************************************/
#body_contenido #pagina #paginaICD
{
	border:solid 0px blue;	
	float:left;
	clear:both;
	/*display:block;*/
}

#body_contenido #pagina #paginaIzquierda
{
	width:29em;	
	float:left;
}

#body_contenido #pagina #paginaCentro
{	
	width:41.5em;
	float:left;
	margin-right:15px;
	margin-left:15px;	
	border:solid 0px blue;
}

#body_contenido #pagina #paginaDerecha
{	
	float:left;
	border:solid 0px green;	
	
}

/*********************************************************************************************/
/* PIE*/
#body_contenido #pie
{		
	margin-top:10px;
	clear:both;			
	background-color:#FFF;
	height:180px;	
	background-position:right bottom;
	background-repeat:repeat-x;
	background-image: url("fondoPie3.jpg");
}
#body_contenido #pie2
{
	border-top: solid 1px #CCC;			
	background-position:right bottom;
	background-repeat:no-repeat;
	background-image: url("fondoPie2.jpg");
	height:58px;
	margin-top:14px;
}
#body_contenido #pie a
{
	color:#000;
	text-decoration:none;
}
#body_contenido #pie a:hover
{
	color:#000;
	text-decoration:underline;
}
#body_contenido #pie #titulo_logos_diputacion
{
	height:38px;	
	background-position:left 7px;
	background-repeat:no-repeat;
	background-image: url("tituloLogoPie.gif");
	
}
#body_contenido #pie #logos_diputacion
{
	padding-left:35px;
	background-position:right top;
	background-repeat:no-repeat;
	background-image: url("fondoPie1.jpg");
	border-top: solid 1px #CCC;	
	border-bottom: solid 1px #CCC;		
	height:105px;
	width:100%;
}
#body_contenido #pie #logos_diputacion UL
{
	padding:0px;
	margin:0px;
	list-style:none;	
	
}
#body_contenido #pie #logos_diputacion LI
{
	float:left;	
	padding-right:0.2%;
	padding-left:0.2%;
	width:12%;	
}
#body_contenido #pie #flecha_pie
{
	float:left;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-image: url("flecha_naranja.gif");
	width:48px;
	height:28px;
}
#body_contenido #pie #pie_herramientas
{
	padding-left:9px;
	float:left;
	padding-top:14px;
	padding-bottom:14px;
}
#body_contenido #pie #copyright
{
	padding-top:14px;
	float:left;
	padding-bottom:14px;
}

#body_contenido #pie #iconosAccesibles
{	
	width:350px;
	float:right;	
	padding-top:14px;
}

#body_contenido #pie #iconosAccesibles ul
{
}

#body_contenido #pie #iconosAccesibles ul li
{
	float:left;
	padding-left:15px;
}

#body_contenido #pie #logo_sopde 
{
	width:193px;
	float:right;
	padding-top:9px;
}

/*******************************************************************************************/
/* CAJA REDONDA NARANJA                                                                    */
.cajaRedondaNaranja{
	width:100%;
	height:100%;
	position:relative;
	top:0;
	clear:both;
	background: url(cajaRedondaNaranja/cajaRedondaBackground.gif) repeat-x left bottom;
	border-top:2px solid #E85D2E;
	margin-bottom:5px;
	text-align:center
}

.cajaRedondaNaranja .esquinaIAR,

.cajaRedondaNaranja .esquinaDAR,

.cajaRedondaNaranja .esquinaDAB,

.cajaRedondaNaranja .esquinaIAB{
	position:absolute;
	width:24px;
	height:24px;
}

.cajaRedondaNaranja .esquinaIAR{
	left:0;
	top:-2px;
	background: url(cajaRedondaNaranja/esquinaIAR.png) no-repeat left top !important;
	background: url(cajaRedondaNaranja/esquinaIAR.gif) no-repeat left top;

	
}

.cajaRedondaNaranja .esquinaDAR{
	right:-2px;
	top:-2px;
	background: url(cajaRedondaNaranja/esquinaDAR.png) no-repeat right top !important;
	background: url(cajaRedondaNaranja/esquinaDAR.gif) no-repeat right top;
	
}

.cajaRedondaNaranja .esquinaDAB{
	height:24px;
	right:-2px;
	bottom:0;
	background: url(cajaRedondaNaranja/esquinaDAB.png) no-repeat right bottom !important;
	background: url(cajaRedondaNaranja/esquinaDAB.gif) no-repeat right bottom;
}

.cajaRedondaNaranja .esquinaIAB{
	height:24px;
	left:0;
	bottom:0;
	background: url(cajaRedondaNaranja/esquinaIAB.png) no-repeat left bottom !important;
	background: url(cajaRedondaNaranja/esquinaIAB.gif) no-repeat left bottom;
}

.cajaRedondaNaranja .contenedorCaja{
	list-style:none;
	height:100%;
	background: url(cajaRedondaNaranja/cajaRedondaI.gif) repeat-y left top;
	border-right:2px solid #E85D2E;
	width:100%;
}

.cajaRedondaNaranja .contenidoCaja{
	padding-right:10px;
	padding-left:13px;
	padding-top:40px;
}

/*******************************************************************************************/
/* CAJA REDONDA AZUL                                                                       */

.cajaRedondaAzul{
	width:100%;
	height:100%;
	position:relative;
	top:0;
	clear:both;
	background: url(cajaRedondaAzul/cajaRedondaBackground.gif) repeat-x left bottom;
	border-top:2px solid #268CC7;
	margin-bottom:5px;
	text-align:center;
}

.cajaRedondaAzul .esquinaIAR,

.cajaRedondaAzul .esquinaDAR,

.cajaRedondaAzul .esquinaDAB,

.cajaRedondaAzul .esquinaIAB{
	position:absolute;
	width:24px;
	height:24px;
}

.cajaRedondaAzul .esquinaIAR{
	left:0;
	top:-2px;
	background: url(cajaRedondaAzul/esquinaIAR.png) no-repeat left top !important;
	background: url(cajaRedondaAzul/esquinaIAR.gif) no-repeat left top;	
}

.cajaRedondaAzul .esquinaDAR{
	right:-2px;
	top:-2px;
	background: url(cajaRedondaAzul/esquinaDAR.png) no-repeat right top !important;
	background: url(cajaRedondaAzul/esquinaDAR.gif) no-repeat right top;
}

.cajaRedondaAzul .esquinaDAB{
	height:24px;
	right:-2px;
	bottom:0;
	background: url(cajaRedondaAzul/esquinaDAB.png) no-repeat right bottom !important;
	background: url(cajaRedondaAzul/esquinaDAB.gif) no-repeat right bottom;
}

.cajaRedondaAzul .esquinaIAB{
	height:24px;
	left:0;
	bottom:0;
	background: url(cajaRedondaAzul/esquinaIAB.png) no-repeat left bottom !important;
	background: url(cajaRedondaAzul/esquinaIAB.gif) no-repeat left bottom;
}

.cajaRedondaAzul .contenedorCaja{
	list-style:none;
	height:100%;
	background: url(cajaRedondaAzul/cajaRedondaI.gif) repeat-y left top;
	border-right:2px solid #268CC7;
	width:100%;		
}

.cajaRedondaAzul .contenidoCaja
{
	padding-right:10px;
	padding-left:13px;
	padding-top:40px;
}
/*******************************************************************************************/
/* CAJA REDONDA MORADA                                                                       */

.cajaRedondaMorada{
	width:100%;
	height:100%;
	position:relative;
	top:0;
	clear:both;
	background: url(cajaRedondaMorada/cajaRedondaBackground.gif) repeat-x left bottom;
	border-top:2px solid #C4428D;
	margin-bottom:5px;
	text-align:center;
}

.cajaRedondaMorada .esquinaIAR,

.cajaRedondaMorada .esquinaDAR,

.cajaRedondaMorada .esquinaDAB,

.cajaRedondaMorada .esquinaIAB{
	position:absolute;
	width:24px;
	height:24px;
}

.cajaRedondaMorada .esquinaIAR{
	left:0;
	top:-2px;
	background: url(cajaRedondaMorada/esquinaIAR.png) no-repeat left top !important;
	background: url(cajaRedondaMorada/esquinaIAR.gif) no-repeat left top;
}

.cajaRedondaMorada .esquinaDAR{
	right:-2px;
	top:-2px;
	background: url(cajaRedondaMorada/esquinaDAR.png) no-repeat right top !important;
	background: url(cajaRedondaMorada/esquinaDAR.gif) no-repeat right top;
}

.cajaRedondaMorada .esquinaDAB{
	height:24px;
	right:-2px;
	bottom:0;
	background: url(cajaRedondaMorada/esquinaDAB.png) no-repeat right bottom !important;
	background: url(cajaRedondaMorada/esquinaDAB.gif) no-repeat right bottom;
}

.cajaRedondaMorada .esquinaIAB{
	height:24px;
	left:0;
	bottom:0;
	background: url(cajaRedondaMorada/esquinaIAB.png) no-repeat left bottom !important;
	background: url(cajaRedondaMorada/esquinaIAB.gif) no-repeat left bottom;
}

.cajaRedondaMorada .contenedorCaja{
	list-style:none;
	height:100%;
	background: url(cajaRedondaMorada/cajaRedondaI.gif) repeat-y left top;
	border-right:2px solid #C4428D;
	width:100%;
}

.cajaRedondaMorada .contenidoCaja{
	padding-right:10px;
	padding-left:13px;
	padding-top:40px;
}

.contenidoCajaAnunciosInternos{
	padding-left:6px;
	padding-right:6px;
	padding-top:17px;	
}
.contenidoCajaMenu{
	padding-left:11px;
	padding-top:26px;
}

.contenidoCajaNoticia{
	padding-right:10px;
	padding-left:13px;
	padding-top:35px;
}

/* Maquetación contenido */

#mapa_web UL 
{
	list-style:circle;	
	margin-left:2em;
	padding-top:1em;
	padding-bottom:1em;
}

#mapa_web UL LI
{
	padding-bottom:0.5em;
}

#texto_contenido 
{
	line-height:1.3em;
	text-align:justify;
	padding-bottom:3em;
}

#texto_contenido P
{
	padding-bottom:1em;
}


#texto_contenido A:link
{
	color:#b2397f;
	text-decoration:none;
}

#texto_contenido A:visited
{
	color:#7D2859;
}

#texto_contenido A:hover 
{
	text-decoration:underline;
}

#texto_contenido H4
{
	margin-top:10px;
	margin-bottom:5px;
	font-size:100%;
	font-weight:bold;
}

#texto_contenido TABLE
{
	text-align:center;
}

#texto_contenido THEAD TD
{
	background-color:#E75D2E;
	text-align:CENTER;
	padding:3px;
	border:1px solid #FFFFFF;
	font-weight:bold;
	color:#FFFFFF;
}


#texto_contenido TBODY TD
{
	background-color:#E0E0E0;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #FFFFFF;
	
}

#infoBuscar 
{
	padding-bottom:10px;
}

#infoBuscar IMG
{
	float:left;
	padding-right:3px;
	margin-right:5px;
}

#infoBuscar P
{
	color:#c4428D;
	font-weight:600;
	margin-left:30px;
	padding-left:5px;
	border-left:1px solid #c6c6c6;
}

.imagenes_asociadas
{
	clear:both;
	
}

	
#pagina #elemento .imagenes_asociadas A IMG
{
	width:75px;
	float:none;
	padding:5px;
	border:1px solid #e5e5e5;
	margin:5px;
	
}

#ampliarImagen 
{
	padding-top:15px;
	margin:5px;
	text-align:center;
}

.comentario 
{
	float:left;
	text-align:center;
	width:100%;
	font-family:Tahoma;
	font-size:100%;
	}
.explicacionCuenta
{
	border:0px solid #e5e5e5;
	text-align:center;
	}
/*------------------------estilos para el panel----------------------------*/
/*-------------------------------------------------------------------------*/
.imagen_derecha
{
	float:right;
}

.imagen_izquierda
{
	float:left;
}

.imagen_centrado
{
	float:none;
	margin-left:21%;
	margin-right:21%;
}

.texto_derecha
{
	text-align:right;
}

.texto_izquierda
{
	text-align:left;
}

.texto_centrado
{
	text-align:center;
}

.texto_justificado
{
	text-align:justify;
}

/*------------------------estilos para el panel----------------------------*/