@charset "utf-8";
/* CSS Document */

@font-face
{
	font-family: "Swis721 Th BT";
	src: url(fonts/swz721t.ttf) format("truetype");
}

@font-face
{
	font-family: "swis721 Lt BT";
	src: url(fonts/swissl.ttf) format("truetype");
}


body
{
	font-family: "swis721 Lt BT", "Swis721 Th BT", "Helvetica", "Nimbus Sans", "Tahoma", "Geneva", "sans-serif";
	color: #FFFFFF;
	font-size: 12px;
	background-color: #332211;
}

a.menu
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}

div.marcoPagina
{
	position: absolute;
	width: 790px;
	left: 50%;
	margin-left: -395;
	background-image: url(../imagenes/fondomadera.jpg);
}



/* HEADER */
div.divHeader
{
	visibility: visible;
	position: relative;
	top: 0;
    padding: 0;
    height: 120px;
    width: 790px;
	left: 50%;
	margin-left: -395;
} 
 


/* CONTENIDO */

div.contenido
{
	position: relative;
	overflow: auto;
	top: 0;
	left: 50%;
	min-height: 460px;
	width: 790px;
	margin-left: -395;	/* 790px / 2 para centrar horizontalmente */
}

table.contenido
{
	width: 100%;
	height: 460px;
	border: 0;
	padding: 0px;
	margin: 0px;
}

td.titulo
{
	font-size: 18px;
}

td.subTitulo
{
	font-size: 52px;
	color: #C7BEC2;
}

td.texto
{
	font-size: 11px;
}



/* CONTACTO */
td.textoContacto
{
	font-size: 11px;
}

.redondeado
{
	background: none;
	border: none;
	margin: 0px;
	padding: 2px 7px 0px 7px;
}

a.enviarContacto
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}



/* TARIFAS */
.textoTarifas
{
	font-family: "Swis721 Th BT", "swis721 Lt BT", "Helvetica", "Nimbus Sans", "Tahoma", "Geneva", "sans-serif";
	font-size: 14px;
}