/* Declaraciones Generales */
body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color: #003399;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #0099ff;
}
input, textarea, select{
	border: 1px solid #ccc;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
input:focus,textarea:focus,select:focus{
	border-color: #00BFFF;
	color: #000;
}
input.formButton{
	background-color: #003399;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #001F5E;
	border-right: 1px solid #001F5E;
	border-top: 1px solid #0049DB;
	border-left: 1px solid #0049DB;
}

/* Declarciones del Tema */
div#olContainer{
	padding: 3px;
	margin: 0 auto;
	border: 1px solid #CCC;
	border-bottom: 0px;
	width: 85%;
}
div#olLogo{
	padding: 0;
	background-color: #B3E0FF;
	height: 89px;
	border: 1px solid #93D2FF;
	text-align: right;
}
div#olBanner{
	padding: 0px;
	margin: 0 auto;
	width: 728px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
}
img#olImgLogo{
	float: left;
}
div#olLogo div.olSearchBox{
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 0;
}
div#olNavBar{
	margin-top: 2px;
	background-color: #003399;
	padding: 4px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
div#olNavBar a{
	color: #fff;
	text-decoration: none;
}
div#olNavBar a:hover{
	text-decoration: underline;
}
div#olContent{
	margin-top: 6px;
	padding: 0;
}
div#olContent div.iframe iframe{
	width: 890px;
}
div#olFooter{
	padding: 10px 4px 10px 4px;
	text-align: left;
	font-size: 11px;
	color: #fff;
	background-color: #003399;
	clear: both;
}
div#olFooter a{
	color: #fff;
	text-decoration: underline;
}
div#olFooter a:hover{
	text-decoration: none;
}
div.olHomeRight{
	width: 190px;
	float: right;
}

/* Bloques */
div#olLeftBlocks{
	width: 170px;
	padding: 0;
	/*background-color: #f5f5f5;*/
	/*border: 1px solid #ccc;*/
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
div#olRightBlocks{
	width: 165px;
	padding: 0px;
	/*background-color: #f5f5f5;*/
	/*border: 1px solid #ccc;*/
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.blockContainer{
	border: 1px solid #ccc;
	padding: 1px;
	margin-bottom: 5px;
}
div.blockTitle{
	background-color: #003399;
	color: #fff;
	font-weight: bold;
	padding: 4px;
}
div.blockContent{
	padding: 3px;
	margin-top: 5px;
}

/* DECLARACIONES NECESARIAS PARA EL DIRECTORIO */
div.cboxtitle{
	background-color: #003399;
	padding: 4px;
	font-weight: bold;
	color: #fff;
}
div.cboxcontent{
	padding: 3px;
}
div.cboxcontent tr.even td{
	width: 33%;
}

/* DECLARACIONES XOOPS */
.outer{
	width: 100%;
	border: 0;
}
.even, tr.even td{
	padding: 3px;
}
.odd, tr.odd td{
	padding: 3px;
}
.outer th{
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #CCC;
}

/** UPDATD ON MAY 2008 **/
a.dtStateName{
	display: block;
	background: url(images/blue_star.jpg) no-repeat left;
	padding: 2px 0 2px 18px;
}
p.result 
{ 
    margin-top: 6px; 
    margin-left: 3px; 
    margin-bottom: 20px;
    margin-right: 15px;
    font-size: 11px;
}
A.restitle
{
    font-weight: bold;
    font-size: 12px;
	color: #0000FF;
}
SPAN.resurl
{
    color: #008000;
    font-size: 11px;
}
td.usersays{
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 4px;
}
td.comtext{
	padding: 4px;
	font-size: 14px;
}
td.comtext div{
	text-align: left;
	font-size: 11px;
	color: #666;
}
div.compost{
	font-size: 11px;
	font-style: italic;
	color: #006600;
	font-weight: normal;
}

