/* $Id: style.css,v 1.1.2.9 2009/05/22 08:46:11 jmburnz Exp $ */

/**
 * @file style.css
 *
 * Use this file to override the Genesis core modular styles 
 * (such as the HTML elements in typography.css), module CSS 
 * and other Drupal styles. Anything that doesn't fit logically
 * into page.css, nodes.css, blocks.css or comments.css can go here.
 */

/**********************************************************
 *                    Body
 **********************************************************/
body {
/*        background: url(glaciar1.jpg) fixed top center;*/
        background:#9C9E9F;
	color: #334;
	font: normal 100% sans-serif;
	line-height: 1.5;
        padding-top: 0px;
}


/**********************************************************
 *                 HTML Elements
 **********************************************************/

h1, h2, h3, h4, h5, h6{
	color: #444;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

p {
margin-bottom: 0.75em;
}
b{
    color:#444;
}
strong {font-weight: bold;color:#444;}
em, dfn {font-style: italic;}
dfn {font-weight: bold;}

sup, sub {line-height: 0;}

del {color:#666;}
ins {}

blockquote {margin: 1.5em;color:#666;font-style: italic;}
cite {}
q {}

address {margin-bottom: 1.5em;font-style: italic;}

ul {}
ol {}
li {}

dl {}
dd {}
dt {}


abbr {border-bottom: 1px dotted #666;}
acronym {border-bottom: 1px dotted #666;}

pre, code, tt {
	font: 1em monospace;
	line-height: 1.5;

}
p code {}
samp {}
kbd {}
var {}


/**********************************************************
 *                 Global Link Styles
 **********************************************************/
a {
  margin: 0; 
  padding: 0;
  color: #357;
  text-decoration: underline;

}

a:link    {}
a:visited {}
a:hover   {color: #357;}
a:active  {}
a.active  {}

/* Set global a:active and a:focus styles. */
a:active,
a:focus {
  color: #357;
  border: 0;
}

/* Drupal sets this to black. */
li a.active {}

/* Remove borders on linked images. */
a img {
  border: none;
}


/**********************************************************
 *                 Accessibility Classes
 **********************************************************/

/* Hide content without positioning issues. */
.invisible {
  height: 0;
  overflow: hidden;
}

/* Move content off screen where appropriate. */
.offscreen {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Completely remove content for all users.
   DO NOT use this for Skip links, display:none 
   hides content from screen readers! */
.remove {
  display: none;
}


/**********************************************************
 *                 Custom Styles
 **********************************************************/
/**
 * Here you can add custom stles for your theme that do not fit
 * into one if the modular stylesheets (such as the nodes, blocks,
 * page and comments stylesheets).
 */

.local-tasks {
    margin-bottom: 0.2em;
    margin-top: -10px;
}
	
#rowIdCargo{
    font-size: 1.2em;
    font-weight: bold;
    background: #CCC;
}
#tblCargo{
    margin: 10px 10px 0px 10px;
    width: 100%;
}
#etiCargo{
    text-align: right;
    background: #dedd98;
}
#leerCargo{
    width: 100%;
    text-align: right;
    display: block;
}	
	
	
#rowTitLicitacion{
    font-size: 1.2em;
    font-weight: bold;
    background: #CCC;
}
#tblLicitacion{
    border: 1px solid #CCC;
    margin: 10px 10px 0px 10px;
    width: 100%;
}	
#etiTblLicitacion{
    width: 120px;
    text-align: right;
}
	
.view-display-id-page_1 .views-field-title{
    width: 230px;
}
.view-display-id-page_1 .views-field-field-tipolicitacion-value{
    width: 50px;
}
.view-display-id-page_1 .views-field-field-estadolicitacion-value{
    width: 60px;
}
.view-display-id-page_1 .views-field-field-fechapertura-value{
    width: 60px;
}
.view-noticias-siunpa table{
   width : 100%;
}

.view-noticias-siunpa table .views-field-field-imgcontenido-fid{
   width:120px;
}

.view-noticias-siunpa table .views-field-title{
   width:100%;
}

