﻿ #body,html
    {
    background-color:#9f9f9f;
 }
 body {margin:0px 0px 0px 0px; }
 .title_menu
      {
        color:#829B35;
    font-family:Arial;
    font-size: 12px;
    font-weight:bold;
        }
 .link_Menu
  {
    color:#5F5F5F;
    font-family:Arial;
    font-size: 12px;
    font-weight:normal;
    text-decoration:none;
  }
  a.link_Menu {color:#5F5F5F;}
  a:hover.link_Menu{color: #829B35;}
  
	.link_General	{ color:#AC012A; text-decoration:underline; }
	a:link.link_General   {color:#AC012A;}
    a:hover.link_General  { color:#829B35;}
    .link_disabled
    {
    	color:Gray;
		text-decoration:underline;
    	}
    	
    a.link_Idioma
    {
        font-family:Arial;
        font-size: 9px;
        text-decoration:none;
        color:Gray;      
    }
    a:hover.link_Idioma
    {
        font-family:Arial;
        font-size: 9px;
        text-decoration:none;
        color:Black;      
    }

/* Master Page Main.Master & Main2.Master*/

#contenido,#contenido2
    {
    	margin: 0px auto 0px  0px; 
    	width: 900px;
       /* border: solid 1px yellow;*/
    }    
   
 #cabecera,#cabecera2
    {    
    width: 900px;
    height: 128px;
    background-image: url(../img/cabecera.jpg);
    background-repeat:no-repeat;  
    /*border: solid 1px red;*/
    }
    #lineaTitulo,#lineaTitulo2
    {
        position:absolute ;
        top:148px;
        left:auto;
        margin-left:215px;
        width: 660px;
        height:29px;    
        color: #829B35;    
        font-size:22px;
        font-weight:bold;
        font-family: Arial;
        /*border: solid 1px red;*/
    }
   
    #menu_lateral,#menu_lateral2
    {
    position:absolute;
    top:128px;    
    width:200px;
    left:auto;
    margin-left:0px;
    height:553px;   
    color:White;
    text-align:left;
    font-family:Arial Black;
    font-size: 12px;
    /*border: solid 1px pink;*/
    background-color:#e9e9e9;
} 
  #elementosMenu,#elementosMenu2
    {
    position:absolute;
    top:148px;    
    width:190px;
    left:auto;
    margin-left:10px;
    height:287px;   
    color:White;
    text-align:left;
    font-family:Arial Black;
    font-size: 12px;
    /*border: solid 1px red;*/
}
 
 #central,#central2
    {
    position:absolute;
    left:auto;
    margin-left: 205px;
    top: 178px;    
    width: 691px;
    height: 500px;   
    /*border: solid 1px yellow;*/
    }  
    
    #central_inicio
    {
    position:absolute;
    left:auto;
    margin-left: 370px;
    top: 160px;    
    background-image:url(../img/presentacion.jpg);  
    background-repeat:no-repeat;  
    width:707px;
    height:531px;
    /*border: solid 1px blue;*/
    }  
    #footer,#footer2
    {
    position:absolute;
    left:auto;
    margin-left: 1px;
    top: 681px;    
    background-image:url(../img/pie.jpg);  
    background-repeat:no-repeat;  
    width:898px;
    height:71px;
    /*border: solid 1px blue;*/
    } 
  
 #sombralateralL,#sombralateralL2
    {
    position:absolute;
    left:auto;
    margin-left: 900px;
    background-image:url(../img/sombra_dere.jpg); 
    background-repeat:no-repeat;
    top: 0px;    
    width: 5px;
    height: 752px;   
    /*border: solid 1px red;*/
    }  
      
#central_bg
   {
    position:absolute;
    left:auto;
    top: 128px;    
    margin-left: 202px;
    background-image:url(../img/centro.jpg);  
    background-repeat:no-repeat;  
    width:698px;
    height:591px;
   } 
#central_bg2
   {
    position:absolute;
    left:auto;
    top: 128px;    
    margin-left: 2px;
    background-color:White;
    background-repeat:no-repeat;  
    width:898px;
    height:553px;
   } 
      
    .td_fechapub
    {
        width:300px;
        border-bottom: solid 1px #4E8AA4;
    }
    .texto_nota
    {
        font-size:10px;
        font-family:Arial, Helvetica, sans-serif;
    }
  
 /* Main2.master */
 
    
 
 lineaTitulo2
    {
    position:absolute;
    top:230px;
    left:194px;
    width: 735px;
    height:29px;    
    color:navy;    
    font-size:18px;
    font-family:Arial Black;
    }
    
 

 central2
    {
	 position:absolute;
    left: 185px;
    top: 265px;    
    width: 800px;
    height: 422px;     
    } 
    
  #textArea2
    {
    position:absolute;
    top:640px;   
    }
 /************************* MainVoid.master *********************************/
 
 #contenidoVoid
    {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 380px;
    margin-left: -500.8px;
    margin-top: -212px;
    width: 600px;
    /*height: 691.2px;
    margin-top: -345.6px;   */ /* 200px/2 */
    /*width: 921.6px;
    margin-left: -560.8px;  */  /* 300px/2 */    
    /*background-image: url(../Img/bimsa_fondo.jpg);*/
    }    
 #lineaTituloVoid
    {
    position:absolute;
    top:110px;
    left:200px;
    width:600px;
    height:24px;    
    color:#8ba619;    
    font-size:18px;
    font-family:Arial Black;
    }
 #cabeceraVoid
    {    
    position: absolute;
    left: 200px;
    top: 45px; 
    width: 600px;
    height: 70px;
    }
 
 #centralVoid
    {
    position:absolute;
    left: 200px;
    top: 140px;    
    width: 500px;
    height: 200px;   
    }
 
 /* Obres.aspx */   
 #comboObres
    {    
    padding-top: 10px;
    padding-left: 10px;
    }    
 #gridObres 
    {   
    padding-top: 10px;
    padding-left: 10px;        
    }
 #cmd
    {       
    padding-top:10px;
    padding-left: 10px;
    }