/*	Desc: Hoja de Estilos General
	Autor: Alberto Casanova
	Date: 26 de Junio 2007
	+ Colores: Estandar
	
**************************************** */

/* ESTRUCTURA
**************************************** */

html {

}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/hd_06_right.gif);
    background-repeat: repeat-x;

}

#mainBackground {
	
}
#mainWrapper {
	width: 100%;
}
#header h1 {
	text-indent: -9999px;
	font-size: 1%
}

/* ENCABEZADO
**************************************** */

#header {
	height: 120px;
	background-image: url(../images/layout/hd_04_extended.gif);
	background-repeat: repeat-x;
	float: left;

}
#header #header_logo {
	float: left;
}
#header #header_right {
	float: right;
}
#header #header_user {
	float: right;
	width: 266px;
	height: 75px;
	background-image: url(../images/layout/hd_05_user_login_top.gif);
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #323232;
}
#titleBar {
	background-image: url(../images/layout/titlebar_extended.gif);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	height: 63px;
}
#titleBar #titleBarLeftEnd {
	float: left;
}
#titleBar #titleBarTitleContainer {
	background-image: url(../images/layout/titlebar_01_right.gif);
	background-position: right;
	background-repeat: repeat-y;
	height: 58px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-right: 50px;
	padding-top: 5px;
}
#titleBar .RightEnd {
	height: 63px;
	width: 126px;
}
#titleBar .LeftEnd {
	height: 63px;
	width: 33px;
}
#titleBar .AreaTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	height: 30px;
}
#titleBar .AreaSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: right;
	height: 30px;
}



#titleBar #titleBarTitleContainer #titleBarSubTitle {
	color: #000000;
	padding-top: 10px;
}

#titleBar #TitleBarRightEnd {
	float: left;
	width: 72px;
	height: 53px;
}



/* CONTENIDO
**************************************** */

#content_wrapper {
	float: right;
	width: 100%;
}

#content_wrapper #content_top_background {
	background-image: url(../images/layout/content_top_bck.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
#content_wrapper #content_bottom_background {
	background-image: url(../images/layout/content_bottom_bck.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}
#content {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}





/* PIE DE PAGINA
**************************************** */

#footer {
	float: left;
	background-image: url(../images/layout/footbar_extended.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 38px;
	clear: both;
}
#footer #footerRightEnd {
	width: 100%;
	background-image: url(../images/layout/footbar_01_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 38px;
}
