@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-y;
	background-color:#ac0000;
	background-position:center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #968c7c;
	text-align: justify;
}
a:hover{ text-decoration:underline;
} 
a {text-decoration:none;
}

#box_shadown_left{
background-image:url(../images/shadown-left.png);
background-repeat:repeat-y;
background-position:right;
}

#box_shadown_right{
background-image:url(../images/shadown-right.png);
background-repeat:repeat-y;
background-position:left;
}

#box_back_info{
background-image:url(../images/fondo-info.jpg);
background-position:center;
}

#box_shadown_base{
background-image:url(../images/shadown-final.png);
background-repeat:repeat-x;
height:77px;
}

#box_black{
background-image:url(../images/fondo-transparent.png);
padding:10px;
}

#box{
}