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


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

a:link{
text-decoration:none;
}

a:visited{
  text-decoration: none; 
}

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

.fondo_comentarios {
background-color:#FFFFFF;
border:dashed 2px #999999;
padding:3px;
}

a:hover{
text-decoration:underline;
}

a:active{
  text-decoration: underline; 
}

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

body {  background:url(fondo_mil.jpg) no-repeat top center;
		background-color:#000000;
		text-align:center;
}

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

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

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

#pie{
background:url(pied.jpg) no-repeat top center;
width:960px;
height:49px;
padding-top:30px;
}

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

#cabecera{
width:960px;
height:172px;
background-image:url(cabecera.jpg);
background-repeat:no-repeat;
cursor:pointer;
}

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

#conteneur{
width:960px;
height:auto;
margin:0 auto;
}

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

#contenido

{
width:940px;
float:none;
height:auto;
margin:0px auto 10px auto;
}

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

.fondo_titulo_iz{
background-image:url(fondo_tit_iz.jpg);
background-repeat:no-repeat;
height:50px;
}

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

.limit_iz{
background-image:url(limit_iz.jpg);
background-repeat:no-repeat;
background-position:left 50%;
}

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

.limit_de{
background-image:url(limit_de.jpg);
background-repeat:no-repeat;
background-position:left bottom;
}

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

.padding5{
padding:5px;
}

.padding10{
padding:10px;
}

.padding_iz5{
padding-left:5px;
}

.padding_de10{
padding-right:10px;
}

.padding_iz10{
padding-left:10px;
}


.justify{
text-align:justify;
}

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

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

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

ul#menu_iz li a
{
	display:block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width:160px;
	background-image:url(trait_menu_iz.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:left;
	padding:5px 5px 5px 5px ;
	height:auto;
	float:left;
	text-decoration: none;
}

ul#menu_iz li a:hover
{
background-color:#2D231C;
}
/*
ul#menu_iz li a.seccion  {
background-image:none;
}*/

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

a.bt_1 {
  background-image:url(bt1_off.jpg);
  background-repeat:repeat-x;
  display:block;
  height:16px;
  text-decoration: none;
  text-align: center;
  padding:1px 4px 0 4px;
}
a.bt_1:hover {
  background-image:url(bt1_on.jpg);
  background-repeat:repeat-x;
  text-decoration:none;
}

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

.bt_buscar_off {
display: block;
width: 71px; 
height: 18px; 
background: transparent url(bt_buscar_off.jpg) no-repeat;
border:0;
}

.bt_buscar_on {
display: block;
width: 71px; 
height: 18px; 
background: transparent url(bt_buscar_on.jpg) no-repeat;
border:0;
cursor:pointer;
}

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

.bt_ampliar {
display: block;
width: 71px; 
height: 19px; 
background: transparent url(bt_ampliar_off.jpg) no-repeat;
border:0;
line-height:19px;
padding-left:6px;
}

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

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

.bt_comentarios_off {
display: block;
width: 153px; 
height: 19px; 
background: transparent url(bt_comentario_off.jpg) no-repeat;
border:0;
}

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

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

.bt_foros {
display: block;
width: 117px; 
height: 19px; 
background: transparent url(bt_foros_off.jpg) no-repeat;
border:0;
}

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

/*-----------------------------*/
.thumbnail, .thumbnail img {
	width:137px;
	height:80px;
	border:0px;
	margin:0px;
}

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

 a.rollborder img, .rollborder img {
  border:0px;
  margin:0px;
  border:1px solid #9f9fa0;
  width:137px;
  height: 80px;
  }

a.rollborder:hover img, rollborder:hover img {
  border:1px solid #D26A27;
  }
  
 .fotointerior {
    border:0px;
  margin:0px;
  border:1px solid #614A3B;
  width:137px;
  }
/*-----------------------------*/

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

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

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

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

.fondo_gris{
background-color:#32251C;
}

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

.campo{
color:#000000;
padding-left:2px; 
border:1px solid #abadb3;
}

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

.bold{
font-weight:bold;
}

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

.amarillo11{
font-size:11px;
color:#926C51;
}

.amarillo11 a{
color:#926C51;
text-decoration:none;
}

.amarillo11 a:hover{
color:#BD923E;
text-decoration:none;
}

.amarillo13{
font-size:13px;
color:#BD923E;
}

.amarillo13 a{
color:#7E593F;
text-decoration:none;
}

.amarillo13 a:hover{
color:#BD923E;
text-decoration:none;
}

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

.blanco13{
font-size:13px;
color:#ffffff;
}

.fondo12{
background-color:#32251C
}


/*-----------------------------*/
.paginado {
float:left;
width:100%;
text-align:center;

font-size:12px;
color:#dac611;

}
.paginado span {
font-size:12px;
color:#dac611;
padding:3px;
}
.paginado a{
font-size:12px;
color:#ffffff;
padding:3px;

}

.paginado a:hover{
font-size:12px;
color:#ffffff;
padding:3px;
}

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

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

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

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

.form1{
background-color:#000000;
font-size:18px;
color:#FFFFFF;
border:1px solid #614A3B;
}

.amarillo{
color:#dac611;
}

.tags a {
margin-left:3px;
margin-right:3px;
}