/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
}
#wrapper { 
 margin: 0 auto;
 margin-top:10px;
 width: 760px;
 border:1px solid black;
}
#faux {
 background: url(img/post/base-html.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 width: 760px;
 padding: 0;
 height: 310px;
 margin: 0;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 20px 0px 0px 20px;
 padding: 0px;
 width: 244px;
 height: 200px;
 border:1px solid black;
 float: left;
}


#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 450px;
 height: 300px;
 display: inline;
 align:right;
 position: relative;
}


#rightcolumn .tabla1{
align:right;
width: 440px;
}

#rightcolumn .tabla2{
align:center;
width: 226px;
}


#rightcolumn table img {
border:none;
}


#footer { 
 width: 760px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

.spain, .ingles { 
 font-family: "Trebuchet MS", sans-serif;
 font-size:10px;
 line-height: 14px;
 margin-top:0px;
 color:#003366;
 }
 
 .spain{
 text-align:right;
 }
 .raya{
  border-bottom: 1px dotted #9fcd2d;
  }
