

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 972px;
}
#header {
 color: #333;
 width: 190px;
 float: left;
 padding: 0px;
 height: 135px; /* 135px */
 margin: 0px 0px 0px 0px;
 background: #BD9C8C;
  border-top: 1px solid #CDCDCD;
 border-left: 1px solid #CDCDCD;
}

#header2 {
 color: #333;
 width: 590 px;
 float: left;
 padding: 0px;
border-top: 1px solid #CDCDCD;
 height: 135px;
 margin: 0px 0px 0px 0px;
 background: #BD9C8C;
}

#header3 {
 color: #333;
 width: 190 px;
 text-align:center;
 padding: 0px;
 border-top: 1px solid #CDCDCD;
 border-right: 1px solid #CDCDCD;
 height: 135px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
}

#main { 

 width: 763px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 30x;
 margin: 1px 0px 0px 0px;
 
}

#search { 
 color: #333;
 width: 191px;
 float: right;
 border: 0px solid #ccc;
 height: 24px;
 margin: 0px 0px 0px 0px;
 background: #8C8984;
 padding-top: 5px;
 padding-bottom: 5px;
 text-align:center;
 
 
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background-color:#DCDCDC;
 margin: 10px 12px 0px 0px;
 padding: 0px;
 height: autopx;
 width: 190px;
 float: left;
}
#content { 
 float: left;
 margin: 10px 0px 10px 0px;  /* 10 pxm-abajo   1px-> derecha*/
 padding: 0px;
 height: autopx;
 width: 562px;
 display: inline;
overflow:hidden;
text-align:center;

}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 10px 0px 0px 10px;
 padding: 0px;
 height: auto;
 width: 190px;

}



#content img {

 border: none;

}

#content {

 text-align:justify;
 font-family:Verdana;
 font-size:12px;

}

#content a{

 color:#880100;
 text-decoration:none;

}

#content a:visited {

 color:#880100;

}

#content a:visited {

 color:#880100;

}

.contentheading{
 color:#FFFFFF;
 font-weight:bold;
 background-color:#880100;
 padding-left:5px;
 border-left:8px solid #666666;
 padding-top:5px;
 padding-bottom:5px;
 

}

#footer { 
 width: 970px;
 height: 50px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #666666;
 margin: 10px 0px 0px 0px;
 padding: 0px;
 text-align:center;
 
}

