/* Start of CMSMS style sheet 'Layout:LabcollectorNoColumn' */
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 13px;
   background:url(images/fondo-body.jpg) repeat-x #268CC5;
}

/*
set font size for all divs,
this overrides some body rules
*/

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration:none;
font-weight:bold;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit;
   color:#339900}

a:visited {
font-weight:bold;
   text-decoration: none;
   background-color: inherit; 
   color:#339900                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   border:none;
   color:#006600;
}

/*****************
basic layout 
*****************/


/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 948px;
   background: url(images/fondo-content.jpg) #268CC5;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   width:929px;
   height: 280px; /* adjust according your image size */
   /*background: url (images/fondo-header-dos.jpg) no-repeat;*/
   padding:0px 9px 0px 10px;           
}

div#header h1 a {
/* you can set your own image here */
   background: url(images/labcollector-logo.jpg) no-repeat; 
   display: block; 
   height: 280px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#support{
position:absolute;
margin-left:450px;
}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
   margin:0; /* some air above and under menu and content */
   background:url(images/fondo-body-sections.jpg) repeat-y center;
   margin:0px 9px 0px 10px;   
}

/********************
CONTENT STYLING
*********************/

div#content p{
margin-bottom: 12px;
}

div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #294B5F; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding: 35px 0 0 0;
   line-height: 1.5em;
/* and some air under the border */
margin-bottom:12px;
}
div#content h3 {
   color:#0099CC; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#content h4 {
   color:#FF9900; 
   font-size: 1.1em;
   line-height: 1.1em;
   margin: 0 0 0.5em 0;
}

div#content h5 {
   color:#8CA3BD; 
   font-size: 1.1em;
   line-height: 1.1em;
   margin: 0 0 0.5em 0;
}

div#content h6 {
   background-color:#8CA3BD ;
   color:#fff; 
   font-size: 1.1em;
   line-height: 1.1em;
   padding:5px;
}

div#main a{
border-bottom:1px solid #339900;
}

div#main ul{
  font-size: 12px;
  list-style-type:none;
  margin: 0 0 18px 0;
}
div#main ul li{
background:url(images/ul.jpg) no-repeat left;
padding-left: 12px;
line-height:23px;

}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   background-color:#12507C; /* same bg color as in header */
   margin:0px 9px 0px 10px;
}

div#footer p {
   font-size: 11px;
   padding: 15px;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
   color:#E8E8E8;
}

div#footer p a, div#footer p a:link, div#footer p a:active, div#footer p a:visited {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

div#footer p a:hover {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
   background-color:#003366;
}

/********************
Estilos exclusivos paginas interiores
*********************/

div#main {
   margin-left: 230px; /* and some air on the right */
   width:690px;
}

div#sidebar {
width:210px;
   float:left;  /* set sidebar on the left side. Change to right to float it right instead. */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

div#version {
width:123px;
height:74px;
padding:10px;
background:url(images/fondo-version.jpg) no-repeat top left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
}

div#content div#version h3{
font-size:43px;
color:#fff;
letter-spacing:-4px;
}

div#content div#version h4{
font-size:21px;
color:#fff;
letter-spacing:-1px;
}

.texto{
float:left;
}

div#bannersleft {
   float:left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 185px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   padding-left:10px;
}

div#bannersright {
   width: 135px;    /* sidebar width, if you change this please also change #main margins */
   margin-right:14px;
padding-top:35px;
   float:right;
   display:inline;
   _margin-right:7px;
   position:relative
}

div#bottom {
   clear:both;       /* keep footer below content and menu */
}

div#main img{
padding:6px;
}

div#main td{
border-bottom:1px solid #e0e0e0;
}

.blue{
border:none;
background-color: #294B5F;
color:#fff;
}
.green{
border:1px solid #e0e0e0;
background-color:#E2EDD3;
width:200px;
}
.form{
border:1px solid #e0e0e0;
}

/* End of 'Layout:LabcollectorNoColumn' */

