
/*
	Rediseņo AudiCenter V3
	Febrero/2010
*/


/* Generales */
body {
	background-image: url(/img/v3/bg_main.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

hr{
 color: #d2d4d7;
 height: 1px;
 width: 100%;
}
/** formatea botones de formulario*/
input.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold;
	color:#FFFFFF;
	background: *#989EA3;
}
input.submit:hover {
	background:  #8A162B;
} 

.titleImgContent{ 
	font-family: Verdana;
	font-size: 13pt; 
	font-weight: normal;
	font-stretch: expanded;
	color:#FFFFFF;
	padding-left: 10px;
}
.subTitleImgContent{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold;
	color:#FFFFFF;
	padding-left: 10px;
}

.lnkInt:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;/*Negro*/
	font-weight: normal;
}
.lnkInt:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;/*Negro*/
	font-weight: normal;
}
.lnkInt:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;/*Negro*/
	font-weight: normal;
}
.lnkInt:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;/*blanco*/
	font-weight: normal;
}

.bulletLink{
	padding-right: 2px;
	/*padding-left: 5px;*/
}
.tblBullets{
 background-color: #B3B7BD;
}


a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #cecece;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
/* End Generales */



/* BEGIN ------------------------ AC_Croquis */

.titleBlack{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	height: 25px;
	padding: 10px;
}

.titleWhite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	height: 10px;
	/*padding-left: 10px;*/
	/*padding: 10px;*/
}
.cntGrl{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.cntBlack{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	padding: 10px;
}

.cntGreen_sin_padding{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	
}

.cntBlack_sin_padding{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	/*background-color: #D7DBD2;*/
}

.cntBlackBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 10px;
	
}

.TXTBlack_listB{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.TXTBlanco{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color: #CC0033;*/
	color: #FFFFFF;	
}

.TXTBlanco_lh{
	/*vertical-align:middle;*/
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color: #CC0033;*/
	color: #FFFFFF;	
	/*line-height: 7px;*/
}

.TXTBlancoBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.TXTsubmenu1extraBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.TXTGrisBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	
	
	
	
	
	
	
}

.space_linea
{
	height: 39px;
}

.space_Reticula3
{
	height: 1px;
}

.space_Reticula3_transp{
	height: 1px;
	width: 100%;
}

.spacio_default
{
	height: 30px;
}

/* END ------------------------  AC_Croquis */


/* tabla con scroll */
		/* define height and width of scrollable area. Add 16px to width for scrollbar */
		div.tableContainer {
			clear: both;
			/*border: 1px solid #963;*/
			height: 285px;
			overflow-x: auto; 
			overflow-y: hidden;
			width: 704px												/* <-------------------------------------------------- */
		}
		
		/* Reset overflow value to hidden for all non-IE browsers. */
		html>body div.tableContainer {width: 704px}   					/* <-------------------------------------------------- */              
		
		/* define width of table. IE browsers only */
		div.tableContainer table {
			float: left;
			width: 694px												/* <-------------------------------------------------- */
		}
		
		/* define width of table. Add 16px to width for scrollbar. */
		/* All other non-IE browsers.                              */
		html>body div.tableContainer table {width: 704px}				/* <-------------------------------------------------- */
		
		/* set table header to a fixed position. WinIE 6.x only                                       */
		/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
		/* an element that has an overflow property set, the relative value translates into fixed.    */
		/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
		thead.fixedHeader tr {position: relative}
		
		/* set THEAD element to have block level attributes. All other non-IE browsers            */
		/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
		html>body thead.fixedHeader tr {display: compact;}
		
		/* make the TH elements pretty */
		thead.fixedHeader th {
			background: #BCC0C5;
			/*border-left: 1px solid #BCC0C5;
			border-right: 1px solid #BCC0C5;
			border-top: 1px solid #BCC0C5;*/
			font-weight: normal;
			padding: 4px 3px;
			text-align: left
		}
		
		/* define the table content to be scrollable                                              */
		/* set TBODY element to have block level attributes. All other non-IE browsers            */
		/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
		/* induced side effect is that child TDs no longer accept width: auto                     */
		html>body tbody.scrollContent {
			display: compact; 
			height: 245px;
			overflow-x: hidden;
			overflow-y: auto;
			direction:rtl;
			width: 100%;
			direction: ltr;
		}
		
		/* make TD elements pretty. Provide alternating classes for striping the table */
		/* http://www.alistapart.com/articles/zebratables/                             */
		tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
			/*border-bottom: none;
			border-left: none;
			border-right: 1px solid #CCC;
			border-top: 1px solid #DDD;*/
			padding: 2px 3px 3px 4px
		}
		
		tbody.scrollContent tr.alternateRow td {
			/*border-bottom: none;
			border-left: none;
			border-right: 1px solid #CCC;
			border-top: 1px solid #DDD;*/
			padding: 2px 3px 3px 4px
		}

/* END tabla con scroll */



