﻿
div#MarcoTrabajo
{
	position: absolute;
	
	left: 5px;
	top: 145px;
	width: 790px;
	height: auto;
	
	z-index: 30;
}

div#SubmarcoTrabajo
{
	position: absolute;
	
	left: 0px;
	top: 20px;
	width: 790px;
	height: auto;
	margin: 3px;
}

h3
{
	color: white;
	text-align: left;
	
	border-bottom-width: 3px;
	border-bottom-style: outset;
	border-bottom-color: white;
	margin: 0px;
	padding: 0px;
}



.DivInicio
{
	position:  absolute;
	top: 0px;
	right: 10px;
	width: 360px;	
	
	text-align: right;
}

div#MarcoCondiciones1
{
	position: absolute;
	
	left: 40px; 
	top: 10px; 
	width: 340px; 
	height: 170px;
	text-align: left;
	color: maroon;

	background-image: url('images/tar_fondo1.jpg');
	padding: 6px;
}

div#MarcoCondiciones2
{
	position: absolute;
	
	left: 400px; 
	top: 10px; 
	width: 340px; 	
	height: 170px;
	text-align: left;	
	color: maroon;

	background-image: url('images/tar_fondo1.jpg');
	padding: 6px;
}

div#MarcoCondiciones
{
	position: absolute;
	
	left: 40px;
	top: 196px;
	width: 700px;	
	text-align: left;
	color: maroon;

	background-image: url('images/tar_fondo1.jpg');
	padding: 6px;
}

div#MarcoCondiciones h3
{
	color: maroon;
	border-bottom: 3px orange inset;
}

div.FiestasMarco
{
	position: relative;	
	
	border: solid 1px white;
	margin: 10px;
	font-size: 1.5em;	
}

img.FiestasImagen
{
	width: 320px;
	border: solid 1px maroon;
	margin: 5px;
}

img.Plano
{
	border: solid 1px maroon;
	margin: 5px;
}

img.FotosCamping
{
	width: 320px;
	border: solid 1px maroon;
	margin: 5px;
}

table.Tarifas
{
	width: 100%; 
	color: maroon;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;	
}

table.Tarifas th
{
	background-image: url('images/tar_fondo.jpg');
	padding: 2px;
}

a.Tarifas:hover
{
	color: maroon;	
}

a.Tarifas:active
{
	color: maroon;
}

a.Tarifas:visited
{
	color: maroon;
}

a.Tarifas:link
{
	color: maroon;
}

tr.TarifaTitulo1
{
	background-image: url('images/tar_fondo.jpg');
}

tr.TarifaTitulo1 td
{
	padding: 3px 2px 3px 6px;
	font-size: 0.8em;
	font-weight: bold;	
}

tr.Tarifa
{
	background-image: url('images/tar_fondo1.jpg');
}

tr.Tarifa td
{
	padding: 6px;	
	border-bottom: 3px orange inset;
	text-align: center;
}


input.Unidades
{
	width: 40px;
}

span.SpanTotal
{
	color: blue;
	font-size: 1.2em;
	border-bottom-color: orange;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
}







