@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	color:white;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:bold;
	text-align:justify;
	background-color:#222121;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}


strong {
	color:#FF3;
}

a {
	font-size:11px;
	color:#FF6;
	text-decoration:none;
}

a:visited {
	font-size:11px;
	color:#FF6;
	text-decoration:none;
}

a:hover {
	font-size:14px;
	color:#FF6;
	text-decoration:underline;
}
#menu {
	text-align:center;
	z-index:2; 
	position:absolute; 
	top:400px; 
	width:100%;
}
#camara {
	text-align:right;
	margin:0px;
}
#contenedor {
	margin: 0 auto;
	width:960px;
	height:356px;
	padding-left:28px;
}
#contenidoindex {
	width:490px;
}
#contenidoservicios {
	width:930px;
}
#contenidopaquetes {
	margin:0 auto;
	width:980px;
}
#contenidoagenda {
	color:#333;
}
#contenidocontacto {
	width:400px;
	float:left;
	margin-right:20px;
}
#formulariocontacto {
	width:500px;
	float:right;
	margin-right:20px;
}
.renglonformulario {
	margin:4px 0 4px 0;
}
.renglonagenda {
	margin:4px 0 4px 0;
	color:#333;
}

/* FORMULARIO */

input, textarea {
	background:white;
	border:1px;
	border-style:solid;
	border-color:#B84812;
	color: #333;
}

/* PIE DE PAGINA */

#piedepagina {
	font-size:10px;
	color:#666;
	margin-bottom:20px;
}

#piedepagina a {
	color:#3D4501;
	text-decoration:none;
	}

#piedepagina a:hover {
	font-size:14px;
	color:#FF0;
	text-decoration:none;
}

/* VARIOS */
.divhorizontal {
	color:#333;
}

.firma {
	font-size:10px;
	font-weight:normal;
}

.sterling {
	color:#666;
	font-size:11px;
}

.sterling strong{
	color:#2D1302;	
	font-size:11px;
}


.clear {
	clear:both;
}