﻿html,body{
margin:0;
padding:0;
text-align: left;
height:100%;
}

* { margin: 0; padding: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;

	background-color:#fff;
	/*background-image:url(../images/fondo.gif)*/  
}

b{color:#002B6A;}

h1{ font-family:Arial Narrow, Arial, Tahoma; font-size:19px; color:#002B6A;}
h2{ font-family:Arial Narrow, Arial, Tahoma;  font-size:16px; color:#333;}

a{color:#002B6A;}

ul{ list-style-image:url(../images/0050_pfeil.png);}
  
/********************  CONTENEDOR    ************************************************/
 
#contenedor
{
	width:960px; 
	/*min-height:560px;*/ 
	margin:auto;
	margin-top:15px;
	padding:0px;
	background-color:#fff;
	border:solid 5px #ccc;
	/*overflow:auto;*/
}

#izquierda{width:205px;
           float:left;
           /*height:493px;*/ 
           margin-top:20px;
           padding-left:40px;}
            
            
#logo{background-image:url(../images/logo.jpg) ;
      width:171px;
      height:143px;
      margin-bottom:15px;}
       


/***************** MENU **********************************************/
#menu{}
#menu ul{font-size:9px;
         font-family:Arial;
         font-weight:bold;
         text-transform:uppercase;
         list-style:none;
         list-style-image:none;
         letter-spacing:2px;
         }
#menu ul li{ }

#menu ul li a{color:#666;
              text-decoration:none;
              display:block;
              width:145px;
              border-bottom:solid 1px #666;
              padding:10px 0px 10px 3px;}            
#menu ul li a:hover{ text-decoration:none;
                     color:#002B6A;
                     background-color: #B8E0AE;}

#menu ul li a.activo{ background-color:#E7EDAF;
                      color:#002B6A;}

 


/******************  CENTRO ********************************************/
#centro{ margin-top:25px; 
         margin-left:245px;
         height:493px;
           }

 /***************** INICIO **********************************************/

 #inicio{}
 #inicio h1, #inicio h2{margin:0;}
 #inicio #top{overflow:auto;
              margin-bottom:15px;}
 
 #inicio #top1{width:380px;
               margin-right:60px;
               padding-left:30px;
              float:left;
              border-left:solid 2px #999;}
 #inicio #top2{float:left;
               padding-left:30px;
               border-left:solid 2px #999;}             

/********************  SERVICIOS    ************************************************/
 #servicios{}
 #servicios #texto1{padding-left:30px;
                    width:115px;
                    float:left;
                    border-left:solid 1px #ccc;}
 #servicios #texto2{float:right;
                    width:520px;}
                    
 #servicios ul{ margin:0;
                padding:0;
                padding-left:15px;
                margin-bottom:12px;}                   
 #servicios ul li{ }
 
 
 
 /********************  TARIFAS    ************************************************/
 #tarifas{}
 #tarifas #texto1{padding-left:5px;
                    width:215px;
                    float:left;
                    border-left:solid 1px #ccc;}
 #tarifas #texto2{float:right;
                  width:475px;}
                    
 #tarifas .precio{margin-top:10px;
                  font-size:11px; 
                  clear:right;
                  }
 
 #tarifas .precio b{color:#333;}
 #tarifas .precio1{clear:right; float:left; font-weight:bold;}
 #tarifas .precio2{float:right;  font-weight:bold;}
 
 #tarifas .precio3{clear:right; float:left; }
 #tarifas .precio4{float:right; }
  
  
/********************  GALERIA FOTOS  *************************************/  

 #fotos { font-size:12px; }
 #fotos br{ line-height:5px;}
 #fotos .galeria{width:305px;
                 height:208px;
                 float:left;
                 margin-right:15px;
                 margin-bottom:35px;
                 border-top:solid 1px #999; }  
 #fotos a{border: none;}
 #fotos a:hover img{ border-bottom:solid 5px #E7EDAF;}
  
/********************  PIE    ************************************************/
#pie{ height:15px;
      color:#fff;
      background-color:#002B6A;
      padding:10px;
      text-align:center;
      font-size:12px;}
      
 #pie a { font-size:12px;
          text-decoration:none;
          color:#fff;}     
 
 #pie a:hover{color:#fff;
              text-decoration:none;
              color:#43A828;}
      
 #pie a.equanimity{ font-size:11px;
                    text-transform:none;
                    text-decoration:none;
                    font-family: Arial;}

  #pie a.equanimity:hover{ text-decoration:none;}
              
                      
/*************  GENERAL  ************/

.verde{color:#3EA824;}
.cajaazul{padding:12px;
          background-color:#B8BED8;}
          
.cajagris{padding:12px;
          background-color:#ddd;}          

.clear{ clear:both; line-height:0px;}
.font16{ font-size:15px;} 
.font15{ font-size:15px;} 
.font14{ font-size:14px;} 
.font13{ font-size:13px;} 
.font12{ font-size:12px;} 
.font11{ font-size:11px;} 
.font10{ font-size:10px;}
.normal{ font-size:12px;} 
.noborder{ border:0px;}  
.resaltado{ font-weight:bold;} 
.subrayado { border-bottom:solid 1px #333;}

.boton{ background-color:#A4A3A8;
        border:none;
        color:#fff;
        font-weight:bold;
        font-size:11px;
        width:100px;
        padding:2px;
        /*background-image: url(../images/boton.png);
		background-repeat:no-repeat;
		background-position:left top;*/}
        
.input{ padding:1px;
        border:solid 1px #999;
        font-size:11px;}  

.error{ background-color:#B8E0AE;}   
.centrado
{   text-align: center;
    text-align: -moz-center; /* para que funcione en Firefox */
  _text-align:center;
  #text-align:center;
   /*\*/
  html*text-align: center; /* sólo en safari */

}
           



 
     
