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


* {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#422710;
		margin:0px;
		padding:0px;
}

img{
border:0;
}

/*-----------------------------*/

body {
		background-color:#e2dec1;
		background-image: url(fondo.jpg);
		background-repeat:repeat-x;
		text-align:center;
		
}

/*-----------------------------*/

#global{
width:860px;
height:auto;
margin:0 auto;
}

/*-----------------------------*/

#contenido{
width:840px;
height:auto;
margin:10px auto 10px auto;
}


/*-----------------------------*/

#cabecera {
width:860px;
height:114px;
background:url(cabecera.png)no-repeat center top!important;
filter:none!important;
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ico/cabecera.png' , sizingMethod='image');
}

/*-----------------------------*/

#pied{
width:100%;
background:url(pied.jpg) repeat-x center top #20480d;
height:81px;
vertical-align:middle;
padding:10px 0 10px 0;
}

/*-----------------------------*/

#banner_top {
		width:840px;
		height:90px;
}

/*-----------------------------*/

#bloc {
		width:840px;
		height:auto;
		margin-top:10px;
}

/*-----------------------------*/

.pointilles_vert{
background-image:url(pointilles_vert.jpg);
background-repeat:repeat-x;

}

/*-----------------------------*/

.pointilles{
background-image:url(pointilles_vert.jpg);
background-repeat:repeat-x;

}

/*-----------------------------*/

.titulo_noticia{
background-image:url(trait_space.jpg);
background-repeat:no-repeat;
background-position:bottom left;
height:20px;
}

/*-----------------------------*/

.margin8px{
margin:8px 0 8px 0;
}

/*-----------------------------*/

.margin15px{
margin:15px;
}

/*-----------------------------*/

ul#menu_anuncios
{
	list-style-type: none ; /* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu_anuncios li
{
	display:inline;/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu_anuncios li a
{
	display:inline-block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width:300px;
	height:24px;
	background:url(fondo_ul.jpg) no-repeat 0 0;
	float:left;
	padding:0px;
	margin:0px;
	line-height:24px;
	text-decoration: none;
}

ul#menu_anuncios li a:hover{
background:url(fondo_ul.jpg) no-repeat 0 -24px;
padding-left:5px;
width:295px;
text-decoration:none;
}

.siguenos img {
border:none;
padding:5px;
}

/*-----------------------------*/

a.bt_1 {
  background-image:url(bt_1_off.jpg);
  background-repeat:repeat-x;
  border:1px solid #815d3a;
  color:#FFFFFF;
  display:block;
  height:18px;
  text-decoration: none;
  text-align: center;
  padding:1px 4px 0 4px;
}
a.bt_1:hover {
  background-image:url(bt_1_on.jpg);
  background-repeat:repeat-x;
  border:1px solid #da6c00;
  color:#000000;
}

/*-----------------------------*/

.ombre_haut{
background-image:url(ombre_haut.jpg);
background-repeat:no-repeat;
height:14px;
}

.ombre_bas{
background-image:url(ombre_bas.jpg);
background-repeat:no-repeat;
height:14px;
}

.fondo_cartouche{
background-image:url(fondo_cartouche.jpg);
background-repeat:repeat-y;

}

/*-----------------------------*/

.ombre_haut2{
background-image:url(ombre_haut_2.jpg);
background-repeat:no-repeat;
height:16px;
}

.ombre_bas2{
background-image:url(ombre_bas_2.jpg);
background-repeat:no-repeat;
height:16px;
}

.fondo_cartouche2{
background-image:url(fondo_cartouche_2.jpg);
background-repeat:repeat-y;

}

/*-----------------------------*/

a.rollopaque img {
  opacity: 1.0;
  filter:alpha(opacity=100);
  }

a.rollopaque:hover img {
  opacity: 0.7;
  filter:alpha(opacity=70);
  }

/*-----------------------------FUENTES-----------------------------*/

.marron14{
font-size:14px;
color:#472a0d;
}

/*-----------------------------*/

.vert12{
font-size:12px;
color:#315f14;
}

.vert12 a{
font-size:12px;
color:#315f14;
text-decoration:none;
}

.vert12 a:hover{
font-size:12px;
color:#315f14;
text-decoration:underline;
}

.vert14{
font-size:14px;
color:#315f14;
}

/*-----------------------------*/

.bold{
font-weight:bold;
}

/*-----------------------------*/

a {
text-decoration:none;
}

.underline
{
text-decoration:underline;
}

/*-----------------------------*/

#paginado {
text-align:center; 
padding: 3px;
margin: 3px;
}

#paginado div {
display:inline;
} /*retablece disfuncionamiento cms*/

#paginado span{
	padding:2px 6px 2px 6px;
	margin:2px;
	font-size:16px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#6a431d;
	border:1px solid #000000;
	color:#ffffff;
} 

#paginado a {
	padding:2px 6px 2px 6px;
	margin:2px;
	font-size:16px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f7f4e2;
	border:1px solid #703700;
	color:#452200;
}

#paginado a:hover {
	border-color:#000000;
	color:#000000;
}




.paginado{
font-size:11px;
color:#315f14;
font-weight:bold;
}

.paginado a{
font-size:10px;
color:#422710;
}

.paginado a:hover{
font-size:10px;
color:#422710;
}

/*-----------------------------*/

.bt_ver_todos {
display: block;
width: 63px; 
height: 21px; 
background: transparent url(bt_ver_todos_off.jpg) no-repeat;
border:0;
}

.bt_ver_todos:hover {
display: block;
width: 63px; 
height: 21px; 
background: transparent url(bt_ver_todos_on.jpg) no-repeat;
border:0;
cursor:pointer;
}

/*-----------------------------*/

.bt_publicar {
display: block;
width: 116px; 
height: 21px; 
background: transparent url(bt_publicar_off.jpg) no-repeat;
border:0;
}

.bt_publicar:hover {
display: block;
width: 116px; 
height: 21px; 
background: transparent url(bt_publicar_on.jpg) no-repeat;
border:0;
cursor:pointer;
}

/*-----------------------------*/

.buscador_cart{
background-color:#cec68f;
border:1px dashed #000000;
padding:10px;
}

.buscador_form{
border:1px solid #6b4727;
height:17px;
padding-left:2px;
vertical-align:middle;
}

/*-----------------------------*/

.bt_buscar {
display: block;
width: 69px; 
height: 19px; 
background: transparent url(bt_buscar.jpg) no-repeat;
border:0;
cursor:pointer;
}

.bt_buscar:hover {
background: transparent url(bt_buscar.jpg) no-repeat left -19px;
border:0;
cursor:pointer;
}

/*-----------------------------*/

.bt_comentario {
display: block;
width: 151px; 
height: 21px; 
background: transparent url(bt_comentario.jpg) no-repeat;
border:0;
cursor:pointer;
}

.bt_comentario:hover {
background: transparent url(bt_comentario.jpg) no-repeat left -21px;
}

/*-----------------------------*/

.margin_top_bot8{
margin:8px 0 8px 0;
}

/*-----------------------------*/

.thumbnail, .thumbnail img {
	width:130px;
	height:85px;
	border:0px;
	margin:0px;
}

/*--------------------------CARTOUCHE-------------------------------*/


.cart_titulo{
background-image:url(cart_titulo.jpg);
background-repeat:no-repeat;
width:520px;
height:34px;
padding:7px 0 0 0;
}

.cart_center{
background-image:url(cart_center.jpg);
background-repeat:repeat-y;
background-position:top;
width:514px;
height:auto;
padding:6px 0 20px 6px;
}

.cart_pied{
background-image:url(cart_pied.jpg);
background-repeat:no-repeat;
background-position:top center;
width:520px;
height:13px;
}

#cart_cadre_foto{
float:left;
background-image:url(fondo_foto.jpg);
background-repeat:no-repeat;
width:161px;
height:120px;
margin:-2px 4px 0px -5px;
}

#cart_cadre_foto img{
width:130px;
height:85px;
margin:19px 0 0 16px;
}

.padding_iz10{
padding-left:10px;
} 


.padding_top6{
padding-top:6px;
}

.justify{
text-align:justify;
}

.diez{
font-size:10px;
}

.form1{
color:#000000;
}

.comentario_titulo{
background-color:#f6f5eb;
height:20px;
line-height:20px;
background-image:url(puce_comentario.jpg);
background-repeat:no-repeat;
background-position:left;
padding:0 0 0 20px;
}

.padding_iz2{
padding-left:4px;
}

.puntos{
background-image:url(punto.jpg);
background-repeat:repeat-x;
background-position:left 50%;
}

.blanco10{
font-size:10px;
color:#FFFFFF;
}

.blanco10 a{
font-size:10px;
color:#FFFFFF;
text-decoration:underline;
}

.blanco10 a:hover{
font-size:10px;
color:#FFFF00;
text-decoration:underline;
}

.tags{
color:#315f14; 
}

.tags a{
color:#315f14;
text-decoration:none;
}

.tags a:hover{
color:#472a0d;
text-decoration:underline;
}
