*
{
	margin: 0;
	padding: 0;
	border-width: 0;
}
body
{
	background-color: #FFF;
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
	color: #777;
}
p
{
	line-height: 18px;
	margin-bottom: 10px;
}
a
{
    color: #EF5910;
    text-decoration: none;
}
a:hover
{
	color: #EF5910;
    text-decoration: underline;
}

/* Layout */
#wrapper
{
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}
#box
{
	background-color: #FFF;
	width: 960px;
}
#header
{
    width: 960px;
}
#logo
{
    margin: 5px 0 30px 5px;
}
#main
{
    width: 960px;
    margin-top: 20px;
}
#footer
{
    width: 960px;
    margin: 10px 0;
}

/* General */
.center
{
    text-align: center;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
  clear: both;
}
h2
{
    font-size: 30px;
    color: #EF5910;
    font-weight: normal;
    margin-bottom: 10px;
}
h3
{
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 2px;
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
}
h3 span
{
    color: #EF5910;
}
h3.bolletin
{
    color: #EF5910;
    border-bottom-width: 0;
    margin-bottom: 0;
    font-weight: bold;
}
h4
{
    font-size: 20px;
    line-height: 24px;
    color: #EF5910;
    font-weight: normal;
    margin-bottom: 5px;
}
h4.hhome
{
    color: #777;
    margin-bottom: 10px;
}
h4.hhome span
{
    font-size: 30px;
    color: #EF5910;
}
h5
{
    font-size: 12px;
    color: #EF5910;
    line-height: 17px;
    margin-bottom: 3px;
}
h6
{
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}
#leftcol
{
    float: left;
    width: 160px;
}
#centercol
{
    float: left;
    width: 600px;
    margin-left: 20px;
}
* html #centercol
{
    width: 590px;
}
#rightcol
{
    float: left;
    width: 160px;
    margin-left: 20px;
}
#homeleftcol
{
    float: left;
    width: 160px;
}
#homecentercol
{
    float: left;
    width: 410px;
    margin-left: 20px;
}
#homerightcol
{
    float: left;
    width: 350px;
    margin-left: 20px;
}
#homecentercolleft
{
    float: left;
    width: 200px;
}
#homecentercolright
{
    float: left;
    width: 200px;
    margin-left: 10px;
}

#adminleftcol
{
    float: left;
    width: 200px;
}
#admincentercol
{
    float: left;
    width: 740px;
    margin-left: 20px;
}
#leftside p
{
    font-size: 12px;
    line-height: 16px;
}
.latelies_banner
{
    margin-bottom: 10px;
}
.sep
{
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
}
.more
{
    font-style: italic;
}
div.bolletinbox
{
    width: 147px;
    font-size: 13px;
}
div.bolletinbox div.top
{
	background: url(../img/bolletin_top.gif) no-repeat top left;
	height: 21px;
}
div.bolletinbox div.mid
{
	background: url(../img/bolletin_mid.gif) repeat top left;
	padding: 0 6px 6px 6px;
}
div.bolletinbox div.bot
{
	background: url(../img/bolletin_bot.gif) no-repeat bottom left;
	height: 2px;
}

/* Lat Menu */
#latmenu li
{
    list-style-type: none;
    font-weight: bold;
}
#latmenu li a
{
	display: block;
	font-size: 12px;
    color: #EF5910;
	margin-bottom: 6px;
	line-height: 17px;
	text-decoration: none;
}
#latmenu li a:hover
{
	text-decoration: none;
}

/* Head Menu */
#headmenu
{
    height: 17px;
    margin: 0 0 10px 100px;
}
#headmenu li
{
    float: left;
    list-style-type: none;
}
#headmenu li a
{
	display: block;
	font-size: 12px;
    color: #EF5910;
	margin: 0 10px;
	line-height: 17px;
	text-decoration: none;
}
#headmenu li a:hover
{
	text-decoration: none;
}


/* Content */
#content ul
{
    margin: 6px 0 14px 12px;
}
#content li
{
    margin: 0 0 6px 6px;
}
#content li h6
{
    font-weight: normal;
}
#content ul.list
{
    margin: 0;
}
#content ul.list li
{
    list-style-type: none;
    margin: 0;
}
#content th
{
    padding: 10px 0;
}
#content td
{
    padding: 5px;
}
#content .button, #content .text, #content .select, #content .textarea, #content .file
{
    border: 1px solid #CCC;
}
#content .text, #content .select, #content .file
{
    width: 100px;
    font-size: 11px;
    color: #333;
    padding: 2px;
}

#content .textsearch
{
    border: 1px solid #CCC;
    width: 150px;
    font-size: 11px;
    color: #333;
    padding: 2px;
}


#content .text, #content .file
{
    width: 200px;
}
#content .short
{
    width: 60px;
}
#content .long
{
    width: 300px;
}
#content .button
{
    padding: 1px 8px;
}
#content .submit
{
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.created
{
    margin-bottom: 6px;
    font-size: 13px;
    color: #999;
}

/* Footer */
#links
{
    /**/
}
#links_content
{
    height: 17px;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    padding: 10px 0;
    text-align: center;
}
#links a
{
    color: #777;
    margin: 0 10px;
}
#search
{
    margin-top: -34px;
    display: none;
}
#term
{
    color: #333;
    font-size: 11px;
    width: 125px;
    padding: 1px 4px;
    border: 1px solid #CCC;
}
#credits
{
    margin-top: 0px;
}
#credits_content
{
    height: 55px;
    text-align: center;
}
#credits a
{
    margin: 0 10px;
}
#credits span
{
    color: #EF5910;
}
#credits .copy
{
    font-size: 13px;
    margin-top: 6px;
}
#familia
{
    margin-top: -55px;
}
#ministerio
{
    float: right;
    margin-top: -55px;
    margin-bottom: 10px;
}
#business1
{
	float:left;
	width: 268px;
}
#business2
{
	float: left;
	width: 268px;
}
.grey
{
    color: #777;
}
#aval
{
    font-size: 12px;
}
.table
{
    background-color: #EF5910;
}
.table td, .table th
{
    background-color: #FFF;
    font-size: 13px;
}

/* Companies */
#companies
{
	float: left;
	width: 180px;
	margin: 0 10px;
}
ul.companieslist li a
{
    color: #777;
    text-decoration: none;
}
ul.companieslist li a:hover
{
	color: #EF5910;
    text-decoration: underline;
}
ul.companieslist h4
{
    margin-top: 10px;
}
td.companyfield
{
    color: #EF5910;
}