@charset "utf-8";
/*  
ver 1.0
Date: 03-29-2010
*/

/* Normalization de margins y paddings */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, img
	{margin:0px; padding:0px;color:#193f78;}
/* Normalization de fonts para titles*/

	h1{ font-size: 16px; font-weight: bold; border-bottom: 1px solid #193f78; margin-bottom: 7px; }
	h2{ font-size: 13px; font-weight: bold; border-bottom: 1px solid #193f78; margin-bottom: 5px;}
	h3{ font-size: 12px; font-weight: bold; margin-bottom: 5px;}
	h4{ font-size: 11px; font-weight: bold; margin-bottom: 5px;}
	h5{ font-size: 11px; font-weight: normal; font-style:italic; margin-bottom: 5px;}
/* Normalization of size and font weight */
address, caption, cite, code, dfn, th, var
	{font-style:normal; font-weight:normal;}
html {
width:100%;
height:100%;
}
a img{ border: none;}
#content a:link{ color: #ff0000; text-decoration: none;}
#content a:visited { color: #ff2200; text-decoration: none;}
#content a:hover, #content a:active{ color: #ff0000; text-decoration: underline;} 
body {
background-color:#d3e1f2;
background-image:url(/images/esica-bg.jpg);
background-position:top center;
background-repeat:repeat-x;
font-family: Tahoma, Arial, Sans-Serif;
font-size: 11px;
color: #193f78;
font-weight:normal;
}
#wrapper{
width:933px;
height:auto;
margin:0 auto;
position:relative;
}
#header{
background-image:url(/images/header.jpg);
background-repeat:no-repeat;
width:933px;
height:136px;
float:left;
position:relative;
}
	
/* BEGIN NAV */
#nav{ 
height: 45px; 
width: 100%; 
z-index: 3000; 
position:relative;
float:left; 
margin:0; 
padding:0;
background-image:url(/images/nav_bkgr.gif);
background-repeat:repeat;
border-left:#b2bac2 1px solid;
border-top:#b2bac2 1px solid;
border-right:#b2bac2 1px solid;
}
#nav ul {
padding: 0;
margin: 0;
list-style: none;
}
#nav a {
font-family: Tahoma, Arial, Sans-Serif;
font-size:14px;
color: #ffffff;
display: block;
padding: 0 18px;
text-decoration: none;
}
#nav a:hover{
  color: #FDB813;	
}
#nav li {
float: left;
margin: 0;
padding-top:0px;
position: relative;
background-image:url(/images/gap_nav.gif);
background-position:left;
background-repeat:no-repeat;
line-height:45px;
}
#nav li:first-child {
background-image:none;
}
#nav li a:hover{
background-image:url(/images/hover_nav.gif);
background-repeat:repeat;
}
#nav li ul {
position: absolute;
width: 250px;
left: -999em;
}
#nav li:hover, #nav li.sfHover
{
	position:static;
}
#nav li ul li{
top:0;
border:none;
}
#nav li ul li a{
background-image:url(/images/nav_bkgr.gif);
background-repeat:repeat;
height:30px;
line-height:30px;
margin:0;
padding:0 14px;
top:0;
width:135px;
border-left:#b2bac2 1px solid;
border-bottom:#b2bac2 1px solid;
border-right:#b2bac2 1px solid;
}
#nav li:hover ul {
left: auto;
}	 
#nav li:hover ul, #nav li.sfhover ul {
left: auto;
}
/* End Nav */

#content{
width:933px;
height:auto;
min-height:400px;
position:relative;
float:left;
background-color:#FFFFFF;
border-left:#b2bac2 1px solid;
border-bottom:#8998aa 1px solid;
border-right:#b2bac2 1px solid;
z-index:0;
}
#adminlinks {
width:933px;
position:relative;
float:left;
background-color:#FFFFFF;
border-left:#b2bac2 1px solid;
border-right:#b2bac2 1px solid;
z-index: 2900;
}
#footer{
width:933px;
height:46px;
float:left;
position:relative;
background-color:#c3d1e1;
border-left:#b2bac2 1px solid;
border-bottom:#b2bac2 1px solid;
border-right:#b2bac2 1px solid;
padding:5px 0;
text-align:center;
font-family: Tahoma, Arial, Sans-Serif;
font-size:10px;
color:#143870;
}
#search {
float:right;
position:absolute;
top:0;
width:480px;
height:24px;
right:5px;
color: #364251;
padding: 3px 0 0 0;
text-align:right;
}
#search input.fld
{
	width:99px;
	font-size: 11px;
	border: 1px solid #b0b0b0;
	padding: 2px;
}
#login input.fld
{
	width:75px;
	font-size: 11px;
	border: 1px solid #b0b0b0;
	padding: 2px;
}

#search select{ font-size: 11px; }
#search .unsettext, #login .unsettext
{
	color:#b4b4b4;
}
#search .settext, #login .settext
{ 
	color: #364251;
}
#search .membergo, #login .membergo
{
	margin-top:-3px;
	vertical-align: middle;
}
#login{
float:right;
position:absolute;
top:112px;
/*width:315px; /*285*/
height:25px;
padding-top: 2px;
padding-right: 4px;
right:5px;
text-align: right;
}
#login .error{ color: Red; margin-right: 15px; }
#splitleft{ width: 452px; padding: 0 7px 7px 7px; float:left; margin-top: 10px; }
#splitright{ width: 452px; padding: 0 7px 7px 7px; float:right;border-left: 1px solid #b2bac2; margin-top: 10px;}

#offsetleft{ width: 240px; padding: 0 7px 7px 7px; float:left; margin-top: 10px; }
#offsetright{ width: 664px; padding: 0 7px 7px 7px; float:right; border-left: 1px solid #b2bac2; margin-top: 10px;}


#fullwidth{ padding: 0 7px 7px 7px; margin-top: 10px; } 

/* MEMBER BOXES */
.member{
background-color: #f2f6fb;
border: 1px solid #b2c0d0;
margin-top: 2px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 12px;
padding: 3px;
float: left;
width: 320px;
height: 100px;
}
.member_feat{
background-color: #c8dcf1;
border: 1px solid #b2c0d0;
margin-top: 2px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 12px;
padding: 3px;
float: left;
width: 320px;
height: 100px;
}

.member h1, .member_feat h1{
clear: both;padding: 2px;
margin: 0;
border-bottom: 1px solid #b2c0d0;
font-size: 12px;
font-weight: bold;
}

.member .lft, .member_feat .lft{
float: left; padding: 2px; width: 156px;
overflow: hidden;
}
.member .rt, .member_feat .rt{
float: right;padding: 2px;width: 156px; text-align: right;
overflow: hidden;
}
.listinglink{
float: right;
font-size: 9px;

}
.membertype{
font-weight: bold;
clear: both;
color: red;
width: 156px;
padding: 2px;
}
.member label, .member_feat label{
font-weight:bold;
padding-right: 3px;
float:none;
}
label
{
	width: 115px;
	float: left;
}
label{
font-family: 'Lucida Grande',Geneva,Arial,Verdana,Helvetica,sans-serif;
color: #1a1a1a;
font-size:11px;
}
.FieldDescription{
font-size: 10px;
color: #7a7a8a;
margin-top: -10px;
clear:both;
margin: 0 0 10px 0;
}

/* SIDE NAV */
ul.sidenav{ margin-top: 0; margin-left: 9px; padding: 0;	 list-style: none;}
ul.sidenav li
{
	list-style-image: none;
	
	padding-bottom: 3px;
	padding-top: 3px;
	
}
ul.sidenav li.back
{
	list-style-image: url('/images/bulletback.gif');
	border-bottom: dotted 1px #7c7c7c;
}
ul.sidenav li.main
{
	list-style-image: url('/images/bullet.gif');
	border-bottom: dotted 1px #7c7c7c;
}
indented
{
	padding-left: 7px;
	
}
a.menu_small {
font-size:10px;
margin-left: 15px;
}
