/* default.css
Estilo CSS Base del sitio
*/

body {
	background-color: #94958b;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

#dark_screen {
	/*position: absolute;*/
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 5;
	background-color: #000;
	width: 100%;
	height: 100%;
}

#main_frame {
	background:#fff;
	width:980px;
	position:relative;
	margin: -5pt auto;
}

#content {
	min-height:426px;
	width:980px;
	.margin-bottom: -4px;
}

/* Hack for IExplorer. It IGNORES min-height. */
* html #content {
	height: 476px;
}

#header {
	background: url(/images/site/common/header/header_background.jpg) no-repeat left bottom;
	width:980px;
	height:72px;
	position:relative;
	z-index: 3;
}

#home_link {
	margin-left: 10px;
	width: 170px;
	height: 70px;
}

#message_popups {
	z-index: 2;
}

#footer {
	border-top: 2px ridge #94958b;
	.border-top: 2px ridge #94958b;
	background:#95978A;
	padding-top: 5px;
	width:100%;
	float:right;
}

#footer img {
	border: 0px;
}

#footer_left {
	float: left;
	position: relative;
}

#footer_center {
	float: left;
	font-size:1.0em;
	color:#fff;
	width: 600px;
	text-align: center;
	position: relative;
}

#footer_center a {
	color:#fff;
	text-decoration:none;
	letter-spacing:-1px;
}

#footer_center a:hover {
	text-decoration: underline;
}

#footer_right {
	float: left;
	position: relative;
}

#breadcrumbs_bar {
	background-color: #666;
	height: 30px;
	line-height: 30px;
	width:980px;
}

#breadcrumbs_bar span {
    font-family: Trebuchet MS, sans-serif;
    font-style: italic;
    font-size: 13pt;
    color: #fff;
    margin-left: 30px;
}


/* -----------------------------------------------------------------*/
/* Button (Default Theme) */
/* -----------------------------------------------------------------*/

.button {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 21px;
	cursor: pointer;
}

.button_disabled {
	background: url(/images/site/common/components/button_background_disabled.png) repeat-x;
	cursor: default;
}

.button_right {
	float: left;
	background: url(/images/site/common/components/button_right.gif);
	height: 21px;
	width: 8px;
	cursor: pointer;
}

.button_right_disabled {
	background: url(/images/site/common/components/button_right_disabled.png);
	cursor: default;
}

.button_left {
	float: left;
	background: url(/images/site/common/components/button_left.gif);
	height: 21px;
	width: 8px;
	cursor: pointer;

}

.button_left_disabled {
	background: url(/images/site/common/components/button_left_disabled.png);
	cursor: default;

}

.button_label {
	background: url(/images/site/common/components/button_background.png) repeat-x;
	height: 21px;
	float: left;
	font-size: 9px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

.button_label_disabled {
	background: url(/images/site/common/components/button_background_disabled.png) repeat-x;
	color: #CCC;
	cursor: default;
}

/* -----------------------------------------------------------------*/
/* Button (Grey Theme) */
/* -----------------------------------------------------------------*/

.button_grey {
}

.button_grey_disabled {
	background: url(/images/site/common/components/button_background_grey_disabled.png) repeat-x;
}

.button_right_grey {
	background: url(/images/site/common/components/button_right_grey.gif);
}

.button_right_grey_disabled {
	background: url(/images/site/common/components/button_right_grey_disabled.png);
}

.button_left_grey {
	background: url(/images/site/common/components/button_left_grey.gif);

}

.button_left_grey_disabled {
	background: url(/images/site/common/components/button_left_grey_disabled.png);

}

.button_label_grey {
	background: url(/images/site/common/components/button_background_grey.png) repeat-x;
}

.button_label_grey_disabled {
	background: url(/images/site/common/components/button_background_grey.png) repeat-x;
}


/* -----------------------------------------------------------------*/
/* Button (Red Theme) */
/* -----------------------------------------------------------------*/

.button_red {
}

.button_red_disabled {
    background: url(/images/site/common/components/button_background_red_disabled.png) repeat-x;
}

.button_right_red {
    background: url(/images/site/common/components/button_right_red.gif);
}

.button_right_red_disabled {
    background: url(/images/site/common/components/button_right_red_disabled.png);
}

.button_left_red {
    background: url(/images/site/common/components/button_left_red.gif);

}

.button_left_red_disabled {
    background: url(/images/site/common/components/button_left_red_disabled.png);

}

.button_label_red {
    background: url(/images/site/common/components/button_background_red.png) repeat-x;
}

.button_label_red_disabled {
    background: url(/images/site/common/components/button_background_red_disabled.png) repeat-x;
}


/* -----------------------------------------------------------------*/
/* Button (Blue Theme) */
/* -----------------------------------------------------------------*/

.button_blue {
}

.button_blue_disabled {
	background: url(/images/site/common/components/button_background_blue_disabled.png) repeat-x;
}

.button_right_blue {
	background: url(/images/site/common/components/button_right_blue.gif);
}

.button_right_blue_disabled {
	background: url(/images/site/common/components/button_right_blue_disabled.png);
}

.button_left_blue {
	background: url(/images/site/common/components/button_left_blue.gif);
}

.button_left_blue_disabled {
	background: url(/images/site/common/components/button_left_blue_disabled.png);
}

.button_label_blue {
	background: url(/images/site/common/components/button_background_blue.png) repeat-x;
}

.button_label_blue_disabled {
	background: url(/images/site/common/components/button_background_blue.png) repeat-x;
}

/* -----------------------------------------------------------------*/
/* Button (Purple Theme) */
/* -----------------------------------------------------------------*/

.button_purple {
}

.button_purple_disabled {
	background: url(/images/site/common/components/button_background_purple.png) repeat-x;
}

.button_right_purple {
	background: url(/images/site/common/components/button_right_purple.gif);
}

.button_right_purple_disabled {
	background: url(/images/site/common/components/button_right_purple_disabled.png);
}

.button_left_purple {
	background: url(/images/site/common/components/button_left_purple.gif);
}

.button_left_purple_disabled {
	background: url(/images/site/common/components/button_left_purple_disabled.png);
}

.button_label_purple {
	background: url(/images/site/common/components/button_background_purple.png) repeat-x;
}

.button_label_purple_disabled {
	background: url(/images/site/common/components/button_background_purple.png) repeat-x;
}

/* -----------------------------------------------------------------*/
/* Drop Shadow: */
/* Agregar esta Class a un div con una img dentro para darle sombra */
/* La img debe tener un tamaño menor a 800x800px */
/* -----------------------------------------------------------------*/

.drop_shadow {
	float: left;
	background: url(/images/common/drop_shadow.gif) no-repeat right bottom;
}

.drop_shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 6px;
}

/* -----------------------------------------------------------------*/

.clickable {
	cursor: pointer;
}

.modalboxes_button_container {
	float: right;	
	margin-top: 20px;
}
