/*

Herrera Escobar & Asociados

*/

*
{
	padding: 0px;
	margin: 0px;
}

body
{
background: #F9F9F7 url('graphics/bg/bg.gif') repeat;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #8C8C73;
line-height: 18px;
}

a
{
color: #603913;
text-decoration: none;
}

a:hover
{
color: #790000;
text-decoration: none;
}


p
{
	margin-bottom: 14px;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}

#container {
  margin:auto;
  width: 720px; 
  background: #ffffff;
}

#logo
{
	position: absolute;
	width: 202px;
	height: 92px;
	color: #fff;
	padding-left:0px;
	top: 0px;
}

#img_top
{
	position: absolute;
	right: auto;
	background: #ffffff url('graphics/top/top.jpg') no-repeat;
	width: 490px;
	height: 92px;
	top: 0px;
	right: 0px;
}

#menu
{
	position: relative;
	background: url('graphics/top/pleca.gif') repeat-x;
	height: 40px;
	margin: 8px 0px 0px 0px;
	color: #603913;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 12px;
}

#menu ul li
{
	display: inline;
	line-height: 52px;
	padding-left: 3px;
}

#date
{
	position: absolute;
	top: -4px;
	line-height: 52px;
	right: 30px;
}

#topbg
{
	position: absolute;
	top: 60px;
	left: 0px;
	background: #fff url('graphics/top/topbg.gif') no-repeat;
	width: 720px;
	height: 100px;
	z-index: -1;
}

#frameout
{
	position: relative;
	width: 720px;
	margin: 0 auto;
	background-color: #FFF;
}

#iframein
{
position: relative;
padding: 13px 30px 13px 30px;
z-index: 2;
}

#header {
  background: #DDDDDD;
  width: 202px;
	height: 92px;
	color: #fff;
	padding-left: 20px;
	left: 41px;
	top: 20px;
}

#leftBar {
  float: left; 
  width: 135px; 
  background: #EBEBEB; 
}

#content {
	float:left;
	width:500px;
	background-color: #ffffff;
}

img.float_left
{
	float: left;
	margin: 0px 5px 0px 5px;
}

img.float_right
{
float: right;
margin: 0px 0px 14px 14px;
}

img.float_center
{
	float: center;
	margin: 5px 5px 0px 5px;
}


#maintext
{
position: relative;
width: 480px;
float: left;
}

#rightBar { 
  float:right; 
  width: 220px;
  height: 740px;
  background: #d7d7d7; 
}

#secondarytext
{
	position: relative;
	width: 220px;
	float: right;
}


ul.links
{
	list-style: none;
	margin-left: 5px;
}

ul.links li
{
border-top: solid 1px #EEEEEE;
padding-top: 5px;
margin: 5px 0px 0px 0px;
}

ul.linkls li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}

#footer {
	clear: both;
	color: #807D5E;
	padding: 3px;
	border: 0px solid #FFFFFF;
	text-align: center;
}
H2 {
	margin-left: 5px;
}
H3 {
	margin-left: 5px;
}
H4 {
	margin-left: 5px;
}
.sm {
	font-size: 12px;
}


