/* ***** Container - HOME BOX ***** */
.boxtop
{
	width: 100%;
	height: 66px;
	background: url(images/container1top.gif) no-repeat;
	margin: 0;
}
.boxtitle
{
	float: left;
	padding-left: 10px;
}
.boxtitlestyle
{
	font-family: "trebuchet ms" , trebuchet, tahoma,arial,verdana,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #BCCBD8;
	line-height: 50px;
}
.boxicon
{
	width: 50px;
	height: 50px;
	float: right;
	padding-top: 2px;
}
.boxbody
{
	width: 100%;
	background: url(images/container1body.gif);
	padding: 0px;
	display: block;
	font-size: 11px;
}
.boxbottom
{
	width: 100%;
	height: 7px;
	background: url(images/container1bottom.gif) no-repeat;
}
.boxtext
{
	margin: 0 10px 0 7px;
	width: 100%;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #374049;
}

/* ***** Container - BORDERLESS ***** */
.borderlesscontainertop {
}
.borderlesscontainertitle
{
	font-family: "trebuchet ms" , trebuchet, tahoma,arial,verdana,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #be0000;
	line-height: 30px;
}
.borderlesscontainerbody
{
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	color: #455058;
	line-height: 18px;
	display: block;
}
.bordernesscontainerbottom {
}


/* ***** Container - LEFT ***** */
.leftcontainertop
{
	background: url(images/leftcontainertop.gif) no-repeat;
	height: 45px;
	text-align: left;
	display: block;
}
.leftcontainerbody
{
	padding: 0px;
	display: block;
	background-color: #e2e5e8;
}
.leftcontainerbottom {
}
.leftcontainertext
{
	margin: 0px 5px 1px 15px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	color: #374049;
	line-height: 16px;
	display: block;
}
.leftcontainertitlestyle
{
	font-family: "trebuchet ms" , trebuchet, tahoma,arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 24px;
	padding-left: 30px;
}

/* ***** Container - BORDER - BLACK ***** */
.borderbox
{
	position: relative;
	margin: 0px auto 6px 22px;
}

.bordertitle
{
	background: transparent url(images/border_title_back.gif) no-repeat top right;
	position: relative;
	width: 100%;
	height: 56px;
}
.bordertitleleft
{
	background: transparent url(images/border_title_left.gif) no-repeat top left;
	position: relative;
	width: 22px;
	margin-left: -22px;
	height: 56px;
	float: left;
}
.bordertitletext
{
	font-family: "trebuchet ms" ,tahoma,arial,verdana;
	color: #f0f2f4;
	font-weight: normal;
	line-height: 40px;
	font-size: 20px;
	padding-left: 10px;
	display: block;
}
.borderfooter
{
	background: transparent url(images/border_footer_back.gif) no-repeat top right;
	position: relative;
	width: 100%;
	height: 18px;
}
.borderfooterleft
{
	background: transparent url(images/border_footer_left.gif) no-repeat top left;
	position: relative;
	width: 22px;
	height: 18px;
	float: left;
	margin-left: -22px;
}
.bordercontent
{
	background-color: #f0f2f4;
	border-right: 2px solid #d4dbe0;
	border-left: 2px solid #d4dbe0;
	margin-left: -22px;
	padding: 0px 10px 0px 10px;
	font-family: tahoma,arial,verdana;

}

/* ***** Container - BORDER - COLOR ***** */

.bordertitlecolor
{
	background: transparent url(images/border_title_back_color.gif) repeat-x right top;
	position: relative;
	width: 100%;
	height: 56px;
}
.bordertitleleftcolor
{
	background: transparent url(images/border_title_left_color.gif) no-repeat top left;
	position: relative;
	width: 22px;
	margin-left: -22px;
	height: 56px;
	float: left;
}

.bordertitlerightcolor
{
	position: relative;
	float: right;
	width: 22px;
	top: -25px;
}


/* Estilos para las Tablas */
#SupIzq
{
	background-position: left top;
	background: transparent url(images/border_title_left_color.gif) left top;
	height: 56px;
	width: 22px;
	background-repeat: no-repeat;
}

#Sup
{
	background-position: right top;
	background: transparent url(images/border_title_back_color.gif) repeat-x right top;
	height: 56px;
	width: 944px;
	vertical-align: top;
}

#InfIzq
{
	background-position: left top;
	background: transparent url(images/border_footer_left.gif) left top;
	height: 18px;
	width: 22px;
	background-repeat: no-repeat;
}

#Inf
{
	background: transparent url(images/border_footer_back.gif) repeat-x right top;
	height: 18px;
	text-align: right;
	width: 100%;
}

.TituloContenedor
{
	font-family: Trebuchet MS, tahoma, Arial, Verdana;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 20px;
	padding-left: 10px;
	top: 7px;
}

#Contenido
{	
	background-color: #f0f2f4;
	border-right: 2px solid #d4dbe0;
	border-left: 2px solid #d4dbe0;
	margin-left: -22px;
	padding: 0px 10px 0px 10px;
	font-family:  Tahoma, Arial, Verdana;
}

.EsqACTIONS
{
	position: relative;
	float: right;
	width: 22px;
	top: -13px;
}