﻿#carpeta{
	width: 496px;
	height: 234px;	
	}
.pestana{
	width: 82px;
	height: 32px;
	text-align:center;
	float:left;
	}
#pestanas{
	position:absolute;
	}
.pestana a{
	display:block;
	text-decoration: none;
	width: 82px;
	height: 32px;
	background-image: url('imagenes/pestana_off.gif');
	background-repeat:no-repeat;
	color:silver;
	line-height:11px;
	padding-top:8px;
	font-size:13px;
	}
.pestana a:hover, .pestana a.activa{
	background-image: url('imagenes/pestana_on.gif');
	color:#000;
	}

.cuerpo_carpeta{
	position: relative;
	top:32px;
	width: 496px;
	height: 197px;
	text-align:left;
	background-image: url('imagenes/fondo_enlaces.gif');
	background-repeat: no-repeat;
	
	}	
.tapon{
	position:absolute;
	width: 78px;
	height: 3px;
	background-color:white;
	}
.tapon_Gibraleon
{
    position:absolute;
	width: 78px;
	height: 3px;
	background-color:white;
	left:2px;
}
.tapon_Bartolome
{
    position:absolute;
	width: 78px;
	height: 3px;
	background-color:white;
    left:  84px;
}
.tapon_Ayamonte
{
    position:absolute;
	width: 78px;
	height: 3px;
	background-color:white;
    left:  166px;
    }
.tapon_Faro
{
    position:absolute;
	width: 78px;
	height: 3px;
	background-color:white;
    left:  248px;
    }
.tapon_Lagoa
{
    position:absolute;
	width: 78px;
	height: 3px;
	background-color:white;
    left:  330px;
    }
#labels
{
    position:relative;
    float:left;
    text-align:right;
    margin-right:15px;
}
#textos
{    
    text-align:left;        
}
.centrado
{
    margin:0 auto 0 auto; width:70px;
}
.centrar_cuerpo
{
     margin:0 auto 0 auto; width:100%;
}
.descripcion
{
    position:relative;
    float:left;
    width:280px;
    top:40px;
}
.imagen
{
    position:relative;
    float:left;
    width:200px;
    top:20px;
    left:10px;
}
.letraFormulario
{
    font-style:italic;    
    color:#666699;
    }
#formulario_contacto
{
    border:solid 0px #666699;
}
