/* main.css 2008/04/22 nicolekonicki */

/*
 * MAIN CSS
 *
 * All css for the screen, other than color-specific styles,
 * should be included here.  Color styles should be included
 * in colors.css.
 *
 */
 
*:focus { 
	outline:none; 
}
textarea { resize:none; }

/*
 * COMMON STYLES
 */

  body
  {
	font: medium Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	margin: 0px;
	padding: 0px;
	/*
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	*/    
  }

  #page {width: 1024px;margin-left:auto;margin-right:auto;}

/*
 * HEADER STYLES
 */

  #header
  {
    width: 100%;
    height:	103px;
  }
  
  #top
  {
  	float: left;
    width: 100%;
  }
  
  #top150
  {
  	float: left;
    width: 100%;
    height:	150px;
    overflow:hidden;
  }     
  
  #menu {
	float: left;
	width: 1012px;
	height: 40px;
	background-color: #FCFBFC;
	background-image: url(../images/menu.png);
	background-position: bottom;
	padding-top: 4px;
	padding-left: 10px;
	border: 1px solid #D6D6D6;
  }
  
  #name-and-company
  {
    width: 100%;
    height: 103px;
    position:relative;
    top:0px;
    left:0px;
  }

  #site-name
  {
    margin: 0;
    display: inline;
    font-size: 150%;
  }

  #site-name a, #site-name a:hover
  {
	font-family: Arial, Sans-serif;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 16px;
	text-decoration: none;
	background-image: url(../images/logo.png);
	display: block;
	height: 63px;
	width: 220px;
	text-indent: -150px;
	overflow: hidden;    
  }

  #company-name a
  {
    position:absolute;
    right:0px;
    background: top right no-repeat;
    height:72px;
    width:190px;
    font-size:8px;
    text-align: center;
  }
  
.back_socials {
	background-color: white;
	padding: 8px;
	border: 1px solid #D6D6D6;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 22px;
	height: 20px;
}


/*
 * TEXT FORMATTING STYLES
 */

h1 {
	font-size: 95%;
	padding:12px 0 5px 0;
	line-height:125%;
}

h2 {
	font-size: 90%;
	padding:10px 0 2px 0;
}

h3 {
	font-size: 80%;
	padding:8px 0 5px 0;
}

h4 {
	font-size: 80%;
	padding-top:8px;
}


  #content 
  {
  	display:block;
  	margin:10px 16px 0 244px;
  	padding-bottom:20px;
  }
 
  #content.no-side-nav 
  {
  	margin-left: 10px;
  }
  
  #contenttop.no-side-nav 
  {
  	margin-right: 10px;  
  	margin-left: 10px;
	margin-top: 10px;
	height:50px;  	
  }  
  
  .navegador {
  
  	margin-left: 258px;
	margin-top: 10px;   
  } 
  
/*
 * CONTAINER STYLES
 */  
 
 
#catalogo {
	float: left;
	width: 1010px;
	min-height: 635px;
	margin-left: 2px;
	padding-left: 10px;
	padding-top: 7px;	
	background-image: url(../images/catalogobk.png);
	background-repeat: repeat-x;
	background-position: top;		
}
  
  #catalogoleft {
	padding: 10px;
	font-size: 90%;
	font-weight: bold;
	background-color: #8F8F8F;
	color: white;
	float: left;
	width: 20%;
	min-height: 605px;
	-webkit-box-shadow: 0 0 5px #CCC;
	-moz-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
	border: 1px solid #D6D6D6;
  }
  
  #catalogoright
  {
  	float:left;
  	height: 630px;  
    width: 76%;
    margin-left: 15px;
	overflow:hidden;    
  }
  
  #catalogodatos
  {
  	float:left;
  	height:auto;  
  	min-height: 623px;  	
    width: 75%;
    margin-left: 15px;
	border: 4px solid #D6D6D6;
	margin-top: 2px; 
	display:none;  
	padding: 0px; 
  }      
 
  
  #contenido {
	padding-top: 20px;
	width:1022px;
	margin: 0;
	overflow: hidden;
	float: left;
	background-image: url(../images/contenido.png);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
  }

  #contenidoleft
  {
  	float: left;
    width: 279px;
    padding-left: 10px;
  }

  #contenidoleft .titulo {
	font-size: 26px;
	font-weight: normal;
	color: #092B59;
	letter-spacing: 2px;
	padding-bottom: 20px;
  }		  
  
  #contenidoright {
	width: 600px;
	float: right;
	margin-right: 50px;
  }     
  
  #cuadros {
	width: 1012;
	margin: 0;
	padding-bottom: 20px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
  }  
  
/*
 * TABLE STYLES
 */    
 
 
 th 
 {
 	height:19px;
 	text-align:left;
 	font-weight:bold;
 	margin:0;
 	padding:3px 6px 0 6px;
 	line-height:19px;
 }
 
 .bordered-table th
 {
 	background-image: url(../images/table-header-background.png);
    background-repeat: repeat-x;
 }
 
 th.table-meta-data
 {
 	text-align: right;
 	vertical-center;
 }
 
.name-sublevel1-odd 
 {
 	padding-left:20px;
 	font-weight:bold;
 }
 
 .name-sublevel1-even 
  {
 	padding-left:20px;
 	font-weight:bold;
 } 
 
 .two-tables
 {
 	width:100%;
 }
 
 .two-tables .left
 {
 	float:left;
 }
 
 .two-tables .right 
 {
 	float:right;
 }

.controlLinks {
	line-height: 1em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 1.5em;
	padding: 0;
	width: 100%;
}

.controlLinks li {
	display: inline;
	line-height: 1em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 10px 0;
}

/*
 * FORM STYLES
 */

  input, textarea, textfield
  {
    margin: 0;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    padding: 1px;
    font-size: 100%;
  }
  
  input.small
  {
  	font-size: 80%;
  	width: 3em;
  	padding: 0px;
  }

  input.form-checkbox, input.form-radio
  {
    border: none;
  }

#search .form-text, #user-login-form .form-text
  {
    padding: 2px;
  }

  .form-submit, .button
  {
    padding: 1px;
  }

  #user-login-form
  {
    text-align: left;
  }

  #user-login-form .item-list ul
  {
    margin-top: 10px;
  }

/*
 * ALERTS, STATUS, HELP MESSAGE STYLES
 */

  .messages
  {
    padding: 1.3em 1em .3em 52px;
    margin: 10px 0;
  }

  .messages ul
  {
    padding: 0 0 0 20px;
    margin: 0;
  }

/*
 * FOOTER STYLES
 */

  #footer-wrapper
  {
  	clear:both;
    margin: 0;
    background-image: url(../images/footer-stretch.png);
    background-repeat:repeat-x;
    height: 29px;
    width:100%;
  }

  #footer-left, #footer-right
  {
    margin: 0;
    font-size: 85%;
    padding: 1em;
    height:29px;
  }


  #footer-left
  {
    text-align:left;
    background-image: url(../images/footer-left.png);
    background-repeat:no-repeat;
    position:relative;
    left:0;
    float:left;
  }
  
  #footer-right
  {
  	text-align:right;
  	background-image: url(../images/footer-right.png);
  	background-repeat:no-repeat;
  	background-position:top right;
  	position:relative;
  	right:0;
  	float:right;
  }


  .round_border_top {
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
  }

  .glow {
	-webkit-box-shadow: 0 0 3px #666;
	-moz-box-shadow: 0 0 3px #666;
	box-shadow: 0 0 3px #666;
  }
	
  .round_border_bottom {
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
  }  
  
  .round_border {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;	
  }
  
  .round_border_left {
	-moz-border-radius: 4px 0px 0px 4px;
	-khtml-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
  }
  
  .round_border_right {
	-moz-border-radius: 0px 4px 4px 0px;
	-khtml-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
  }      
  
  .round_border2 {
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
  }  
  
