@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #000000;
	margin: 50px 0px 0px 0px;
}

p {
	margin:0.5em 0;
}

#container {
	width:999px;
	margin:0 auto;
}

#footer, #contenido {
	width:970px; margin:0 auto;
}

#footer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	padding-top: 6px;
	text-align:center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color:#CCC;
	text-decoration:none;
	padding-top:5px
}
#footer a:hover {
	color:#FFF;
}

.orange-bg {
	background:url(../_images/index_bg.png) top left no-repeat;
	width:974px;
	height:546px;
	/*overflow: scroll;*/
}

.orange-bg a, .orange-bg a:hover, .orange-bg a:link, .orange-bg a:active,
.orange-bg a:visited
{
	color:white;
	font-weight:bold;
	text-decoration: none;
}

.orange-bg a:hover {
	text-decoration: underline;
}

.orange-bg span.error
{
	background-color:transparent !important;
	border-style:none !important;
	padding:0 !important;
}

.admin-bg {
	background-color:#F58B33;
	width:974px;
}

.orange-bg > div, .admin-bg > div{
	padding: 40px 50px 30px 50px;
}

.span-400 {
	float:left;
	width:400px;
	margin-right: 14px;
}

.span-200 {
	float:left;
	width:200px;
	margin-right: 20px;
}

.span-420 {
	float:left;
	width:420px;
	margin-right: 0;
}

.span-150 {
	float:left;
	width:150px;
	margin-right:10px;
}

.last {
	margin-right: 0;
}

.clr {
	display:block;
	height:0;
	clear:both;
}

#contact-form label {
	font-size: 11px;
	line-height:normal !important;
}

#contact-form input, #contact-form textarea
{
	border:1px #F58B33 solid;
	background:#FFFFFF url(../_images/input_bg.png) top left repeat-x;
}

#contact-form input {
	height: 15px;
}

#comentarios {
	width:400px;
	height:100px;
}

#contact-form .error {
	font-size:11px;
	color:black !important;
	font-weight:bold;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.success a {color:#264409;}
.success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}

.success span {
	background-image:url(../_images/Icon-Checkmark.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left:20px;
}

#map {
	width:400px;
	height:320px;
	font-size:11px;
	margin-left: 40px;
}

#map h2 {
	font-size:14px;
	margin:6px;
}

/******************************************************************************
*
*	Reglas CSS para la galeria
*
******************************************************************************/

#main {
	/*background:url(_images/bg.png) top left no-repeat;*/
	width:999px;
	height:590px;
	/*padding-top:32px;*/
}

#gallery {
	width:970px;
	height:540px;
	margin:0 auto;
}

a.carouselBtn
{
	background-color:#FF8400 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: bold !important;
	height: auto !important;
}

.jdGallery a.right {
	right:25px !important;
}

.jdGallery a.left {
	left:25px !important;
}

/******************************************************************************
*
*	Formulario de Ingreso
*
*******************************************************************************/

#login-form
{
	width:400px;
	margin:0 auto;
	margin-top:50px;
}

#login-form h1, #login-form h2
{
	color:white;
	text-align: center;
}

label {
	line-height:25px;
	color:white;
	font-weight:bold;
	display:block;
}

input[type=text], input[type=password]
{
	margin:2px 0;
	background-color: #F2F2F2;
	border:1px #F48120 solid;
}

input[type=text]:focus, input[type=password]:focus
{
	background-color:#FFFFFF;
}

fieldset {
	border:0;
}

legend {
	display:block;
	width:100%;
	font-size:1.5em;
	font-weight:bold;
	color:white;
	text-align:center;
	padding-bottom: 20px;
}

.button-box {
	margin:20px 0;
	padding:0;
	text-align: center;
}

.button-box li {
	list-style-type:none;
	display:inline;
}

.button-box li + li
{
	margin-left:10px;
}


