/* Hoja de estilos de FIKARA ALMAZI para RESTAURALO.COM
empezada el 26 de agosto de 2009
  Autor: B. Alemany
  Colores principales
  * Gris piedra fuerte    #6A6B4C
  * Gris piedra claro   #CECFBD
  * naranja destacado #D58958
  */ 


    /*las cajas*/
    body{
	padding: 0; margin: 0; text-align: center;
	background-color: #F2F2F2;
    font-family: Verdana, Helvetica Arial, Sans-serif;
    }
    
	.madre {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	float:left;
	height:100%; 
	overflow-y: scroll !important;
	overflow-x: hidden;
	}
    
	.hija{
	position: relative;
	width: 1000px;
	height:100%;
	left: 10%;
	#left: 0px;

    overflow:visible;
	}
    
	.cabecera{
	position: relative;
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 170px;
	}
	
	.menu {
	position: relative;
	float:left;
    background-color: #6A6B4C;
	width: 1000px;
	height:25px;
	}
	
	.opcion {
	margin-top: 4px;
    padding-left:0px;
	text-align:center;
    float:left;
	font-family: Verdana, Helvetica Arial, Sans-serif;
	font-size: 14px;
	font-style: normal;
	}
    
    .A
    {width:99px;}
    .B
    {width:160px;}  
    .C
    {width:180px;}       
	
    .content {
	position: relative;
	float:left;
	background-color: #FFF;
	width: 793px;
    border-left-color:#CECFBD;
    border-left-style:solid;
    border-left-width:207px;
    font-family: Verdana, Helvetica Arial, Sans-serif;
    text-align:left;
	}
    
    
        .infobox {
    position:relative;
    float:left;
    text-align:left;
    bottom:0px;
    padding-left:18px;
    font-size:10px;
     }
     
    .ficha {
    position:relative;
    width:750px;
    font-size:12px;
    text-align:justify;
    margin:20px 20px;
    
     }
    
    .foto {
    position:relative;
    width:250px;
    height:250px;
    background-position:center;
    background-repeat:no-repeat;

    }
    
    .izq {
        float:left;
    margin:0px 20px 20px 0px;
     }
    
    .der {
    float:right;
    margin:0px 0px 20px 20px;
    }
    
    .pie {
    text-align:center;
    font-size:9px;
    	color: #6A6B4C;
        border-top-style:solid;
        border-top-color:#6A6B4C;
        border-top-width:1px;
        height:150px;
        margin-top:100px;
     }
     

     /*los textos */
    
    .titulo0 {
	color: #6A6B4C;
	font-size: 16px;
	font-weight:bold;
	}
    
        .titulo1 {
	color: #6A6B4C;
	font-size: 16px;
	font-weight:bold;
    padding: 20px 0px 0px 20px;
	}
    	
    .texto0 {
	padding-top: 10px;
	padding-right:170px;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #404040;
	}
    
    .lista0 {
    padding-top:-15px;
    font-size: 11px;
     }
     
         .lista1 {
         margin:10px 0px 10px 0px;
         color: #6A6B4C;
    margin-left:300px;
     }
    
    
    /*los enlaces*/
    
	.opcn:link {
	text-decoration: none;
	color: #FFFFFF;
	}

	.opcn:hover {
	text-decoration:none;
    font-weight:bold;
	}
	
    .opcn:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

    
    .info:link {
    color:#D58958;
    text-decoration: none;
    cursor:hand;
     }
     .info:hover {
    text-decoration: none;
     }
     .info:visited {
    text-decoration: none;
     }

         .legal {
     color:#6A6B4C;
      }
     
´     .enlc:link {
      color:red;
      padding-top:3px;
       } 