/*	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;

}



#mainBackground {

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

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

#header {
	height: 120px;
	width: 100%;
	background-image: url(../imagenes/header4_uniforme.jpg);
	background-repeat: repeat-x;
	float: center;

}
#header #header_logo {
	float: left;
}
#header #header_right {
	float: right;
}
#header #header_user {
	float: right;
	width: 236px;
	height: 75px;
	background-image: url(../imagenes/header4_final.jpg);
	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(../../sircanac/_images/layout/titlebar_extended.gif);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
}
#titleBar #titleBarTitleContainer {
	background-image: url(../../sircanac/_images/layout/titlebar_01_right.gif);
	background-position: right;
	background-repeat: repeat-y;
	height: 32px;
	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 #titleBarLeftEnd {
	float: left;
}



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

#content_wrapper {
	float: right;
	width: 100%;
}
#content_wrapper #content_top_background {
	background-image: url(../../sircanac/_images/layout/content_top_bck.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
#content_wrapper #content_bottom_background {
	background-image: url(../../sircanac/_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(../../sircanac/_images/layout/footbar_extended.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 38px;
	clear: both;
}
#footer #footerRightEnd {
	width: 100%;
	background-image: url(../../sircanac/_images/layout/footbar_01_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 38px;
}
#logout{
	text-align: right;
}
