/* CSS Document */
div.Article {
	/*	width:35%; */
	width:240px;
	background-image: url(../img/bordesA_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -8px;
  } 
div.ArticleAngosto {
	/*	width:35%; */
	width:184px;
	background-image: url(../img/bordesA_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -8px;
  }   
  
div.ArticleTwo {
  background:  url(../img/bordesA_topleft.gif) top left no-repeat;
  width:50%;
  } 
div.Article h2, div.ArticleAngosto h2 {
	background:  url(../img/bordesA_topright.gif) top right no-repeat;
/*	font-size:1.3em; */
	padding:15px;
  	padding-left:0;
	margin:0;
	position:relative;
	right:-14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #AD6601;
	font-weight: normal;	
  }
div.ArticleBody {
	margin:0;
	margin-top:-2em; */
/*	margin-left: -20px; */
	/*padding:15px; */
	padding-left:0;
	position:relative;
	right:-14px;
	background-image: url(../img/bordesA_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
  }
div.ArticleFooter {
  background:  url(../img/bordesA_bottonleft.gif) bottom left no-repeat;
  position:relative;
  top:11px;
  
  }
div.ArticleFooter p {
  background:  url(../img/bordesA_bottonright.gif) bottom right no-repeat;
  padding:15px;
  padding-left:0;
  display:block;
  margin:-2em 0 0 0;
  position:relative;
  right:-14px;
  }
