/* 
    Document   : StyleEnc
    Created on : 1/12/2008, 08:10:05 PM
    Author     : Ofelia
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#contenerdor1{
width: 100%;
margin: 0;
text-align: center; 
}

#contenedor {
         width: 786px;
         margin: 0 auto;
         text-align: left; 		
}

#Enc{
   width: 500px;
   float:right;
   text-align:right;
   vertical-align:top;
   margin-top: 10px;
   caption-side:top;
   }
 #enc1{width:400px;
      float:left;
	  text-align:left;
	  } 
 #encimg{width:100px;
         float:right;}
 #img{width:250px;
      margin-top: 10px;
      float: left;
	  caption-side:top;
	  vertical-align:top;
}
.logo{
         margin-bottom: 0;
		 margin-left: 0;
		 margin-right: 0;
 }
#imgfondo {background:url(../../inc/img/logos/redalyc_barra.png);
            background-repeat:no-repeat; 
			width:786px; float:left;
			clear:both;
			}
#imgfondoEst{ background:url(../img/logos/redalyc_barra_estadisticas.jpg); 
              background-repeat:no-repeat;               
			 }
			 
.imgpieestadinamicas{ background:url(../img/logos/redalyc_barra627.png);
                      background-repeat:no-repeat;
                      margin-bottom:5px;
                      
                    }

			 
#imgfondo a { padding-left: 12px; 
              padding-right: 12px;
			  text-align:center;
			  caption-side:bottom;
			  margin-bottom:5px;
			  vertical-align:bottom;
			  padding-top:10px;
}
#imgfondo .int{ padding-left: 12px;
                padding-right: 12px;
				text-align:center;
                color:#FFFFFF;
				caption-side:bottom;
				margin-bottom:5px;
				vertical-align:bottom;
				}
				
#imgfondoEst a { 
        padding-left: 8px;
        padding-right: 8px;      
				text-align:center;
        color:#FFFFFF;
				caption-side:bottom;
				margin-bottom:5px;
				margin-top: 10px;
				vertical-align:bottom;
}

.prueba{
    padding-top: 5px;
}

