/*
    Document   : index
    Created on : 04-feb-2010, 14:49:11
    Author     : Fausto
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
BODY {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }

.inicioBack
{
    background-color:#e7e7e7;
}
.inicioLOG {
  /*background-image:url(../img/fondoinicio.png);*/
  /*background-position:top;
  background-repeat:repeat-x;*/
  position:absolute;
  left: 25%;
  top: 5%;
}
.fondoBlancoIndx {

  background-color:#f5f5f8;
  text-align:justify;
  color: #4F4F4F;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height: 145%;
  padding:5px;
  border:1px solid #666666;
}


root {
    display: block;
}

.capaMensajeCarga
{
    color: #ffffff;
    font-size:12pt;
    position:absolute;
    top: 60%;
    left:46%;
    font-weight:bold;

}

.capaCargando{
                top: 40%;
                left:45%;
                /*overflow:hidden;*/
                padding:4px;
                position:absolute;
                text-align:left;
                width:105px;
                height:105px;
                /*background-image: url(/ProcesoContratacion/app/webroot/compras/img/cargandolog.gif);*/
             }

.capaPop{
                background-color:#FFFFFF;
                border:5px solid #CCCCCC;
                height:205px;
                top: 27%;
                left:40%;
                /*overflow:hidden;*/
                padding:4px;
                position:absolute;
                text-align:left;
                width:250px;
             }

              .contenidopopup {
                 display:none;
/*                 opacity:0;*/
                }

                .titulopopup {
                background:#E4E581 none repeat scroll 0 0;
                border-bottom:2px solid #CCCCCC;
                font-size:1em;
                font-weight:bold;
                height:30px;
                line-height:27px;
                margin-bottom:3px;
                overflow:hidden;
                padding:2px 3px 0 10px;
                text-align:left;
                }
                .cuerpotextopopup {
                font-size:0.75em;
                padding:5px;
                }
                .nota {
                background-color:#F0F0F0;
                border:1px solid #DDDDDD;
                clear:both;
                font-size:8pt;
                margin:10px 20px;
                padding:8px;
                }
                .cerrarpopup {
                /*background-image: url(/ProcesoContratacion/app/webroot/compras/img/errorAutenticaRojo.jpg);*/
		color: #FFFFF;
		background: #e67c2e;
                float:left;
                height:20px;
                width:248px;
                opacity:1;
                }

		  .cerrarpopupRojo {

                /*background-image: url(/ProcesoContratacion/app/webroot/compras/img/errorAutenticaRojo.jpg);*/
		color: #FFFFF;
		background: #de1818;

                float:left;
                height:20px;
                width:248px;
                opacity:1;
                }
                 .cerrarpopupnoticia {
		  background: #eed52e;
		  color: #FFFFF;
                /*background-image: url(/ProcesoContratacion/app/webroot/compras/img/errorNoticiaSeguridad.jpg);*/
                float:left;
                height:20px;
                width:248px;
                opacity:1;
                }
                .botonLoginAceptar {
                 background-image: url(/ProcesoContratacion/app/webroot/compras/img/cmbAceptarLogin.jpg);
                float:left;
                height:20px;
                width:75px;
                opacity:1;
                }
                 .botonLoginCancelar {
                background-image: url(/ProcesoContratacion/app/webroot/compras/img/cmbCancelarLogin.jpg);
                float:left;
                height:20px;
                width:75px;
                opacity:1;
                }
                /*.textoarticulo {
                line-height:1.5em;
                }*/
              .textoarticulo{
		color: #000000;
		line-height:1.5em;
		font-size:11px;
		left: 15px;
		right: 10px;
		position: relative;
              }
	       .textoarCabecera{
		color: #000000;
		line-height:1.5em;
		font-size:11px;
              }
              .BotonLogin{
		background-image: url(/ProcesoContratacion/app/webroot/compras/img/cmbAceptarLogin.jpg);
		position:relative;
		float:right;
		height:20px;
		width:75px;
		opacity:1;
              }

.capamensaje{

                    left: 0px;
                    top: 0px;
                    width: 100%;
                    height: 650px;
                    position:absolute;
                    visibility:hidden;
                    background-color: #000000;
                    filter:alpha(opacity =70);
                    -moz-opacity:0.7;
                    -khtml-opacity: 0.7;
                    opacity: 0.7;



                }
A:link,A:visited{font-style:bold;color:black}


