body {
	background-color: #000;
	color: #dbdee1;
	background: url(../img/bg.gif) #000;
	margin: 0px;
	/*cursor: url("img/puntero.ico");*/
	/********************** IE Scrollbars **********************/
	/*scrollbar-face-color: #444;
	scrollbar-shadow-color: #111111;
	scrollbar-highlight-color: #555;
	scrollbar-3dlight-color: #333;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #555;*/
}

.AccesoDist{ background-color: #ffffff; color: #00000; margin: 0; }

img { border: 0 }

h3 { font: bold 12px arial, sans-serif; text-align: left; text-decoration: none; line-height: 13px; color: #fff }

/********************** Begin Psuedo Link styles **********************/

a:link    { /*cursor: url("img/puntero.ico");*/ color: #09f; font-weight: normal; text-decoration: none; font-family: arial, sans-serif }
a:hover   { /*cursor: url("img/puntero.ico");*/ color: #09f; font-weight: normal; text-decoration: none; font-family: arial, sans-serif }
a:active  { /*cursor: url("img/puntero.ico");*/ color: #09f; font-weight: normal; text-decoration: none; font-family: arial, sans-serif }	
a:visited { /*cursor: url("img/puntero.ico");*/ color: #09f; font-weight: normal; font-family: arial, sans-serif; text-decoration: none }

/********************** End Psuedo Link styles **********************/


/********************** Begin centering and content styles **********************/

#center {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 760px;
	height: auto;
	margin: 10px 0px 0px -380px;
	padding: 0px;
	border-top: solid 3px #34383D;
	border-bottom: solid 3px #34383D;
	background-color: #000;
	color: #dbdee1;
}
#content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 740px;
	height: auto;
	padding: 0px;
	margin: 10px;
	background-color: #000;
	color: #dbdee1;
}
#Container1 {
	overflow: auto;
	position: relative;
	width: 750px;
	height: 300px;
	border-left: solid 1px #005177;
	border-top: solid 1px #005177;
	border-bottom: solid 1px #00283C;
	z-index: 10;
}
#PromoImg {
	position: absolute;
	left: 390px;
	top: 190px;
	width: 300px;
	height: 200px;
	z-index: 20;
}

.titulos { color: #fff; font: bold 14px arial; text-transform: uppercase }
.contGral { color: #fff; font: normal 12px arial; text-align: justify}


/********************** End centering and content styles **********************/

/********************** Begin Header styles **********************/

.header {
	position: relative;
	clear: both;
	width: 740px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	background-color: #000;
	color: #dbdee1;
	border: solid 1px yellow
}
.TitleDir3 { 
	Color: #F0F0F0;
	Font-Family: Arial;
	Font-Size: 17px;
	Font-WEIGHT: normal;
	Text-Decoration: none;
	border-color: #FFFFFF;
	Border-width: 1;
}
.InputText { 
	Background:#FFFFFF;
	Color:#005177; Font:11px Arial;
	Border-Top: #005177 1px solid;
	Border-Bottom: #005177 1px solid;
	Border-Left: #005177 1px solid;
	Border-Right: #005177 1px solid;
	Border-color: #005177;
	Border-Left-Color: #005177;
	Border-Right-Color: #005177;
}

	
/* 091214 JCV Se agregan estilos para navidad 2009 */
.navidad { background: #000 url('../img/fondoNieve.jpg') no-repeat }



/* === JCVG 080328 - ESTILOS PARA MENU  === */

a.navSup, a.navSup:link, a.navSup:active, a.navSup:visited { color: #fff; font: normal 9px arial, sans-serif; }
a.navSup:hover { color: #09f; font: normal 9px arial, sans-serif; }

.navSup {color: #fff; font: normal 11px arial, sans-serif;}

.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu ul li{
	position: relative;
	display: inline;
	float: left;
}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited, .menu ul li a:active {
	display: block;
	width: 132px;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	background: url(../img/menubg.gif);
	color: white;
	font: bold 11px arial;
	text-align: center;
	border: solid 0px red
}

.menu ul li a:hover  { background: url(../img/menubgover.gif); color: #09f; font: bold 11px arial }
.menu ul li#active a { background: url(../img/menubgover.gif); color: #09f; font: bold 11px arial }

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */

/* === JCVG 080416 - ESTILOS PARA SUBMENU GENERAL === */

.submenu { width: 740px; background: url(../img/submenubg1.gif) repeat-x; height: 35px }
.submenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.submenu ul li{
	position: relative;
	display: inline;
	float: left;
}

.submenu ul li a, .submenu ul li a:link, .submenu ul li a:visited, .submenu ul li a:active {
	display: block;
	width: 160px;
	padding: 12px 0 0 0;
	text-decoration: none;
	background: url(../img/submenubg.gif);
	color: #dbdee1;
	font: bold 11px arial;
	text-align: center;
}

.submenu ul li a:hover  { background: url(../img/submenubgover.gif); color: #09f; font: bold 11px arial }
.submenu ul li#activo a { background: url(../img/submenubg.gif); color: #09f; font: bold 11px arial }




/********************** End Header styles **********************/

/* === JCVG 080421 - HOME PAGE === */

.home { height: 250px; margin: 10px 0 0 0 /*background: url(../img/Mopar1.jpg)*/ }

#contFlashTrineo {
	position: relative;
	left: 0px;
	top:  0px;
	width: 10px;
	z-index: 1;
}

#divSWFLayerTrineo {
	position: absolute;
	left: 0px;
	top: 0px;
}


/* === JCVG 080416 - MAPA DE SITIO  === */

.mapasitio { padding: 0 0 0 10px; color: #dbdee1; font: normal 11px arial }
.mapasitio #tit { color: #fff; font: bold 9pt arial }
.mapasitio #izq { position: relative; float: left; width: 280px }
.mapasitio #med { position: relative; float: left; width: 200px }
.mapasitio #der { position: relative; float: left; width: 200px }
.mapasitio a, .mapasitio a:link, .mapasitio a:active, .mapasitio a:visited { color: #09f; font: normal 11px arial; text-decoration: none}
.mapasitio a:hover { color: #fff; font: normal 11px arial; text-decoration: none}

/* === JCVG 080506 - SERVICIO  === */

.servicio { margin: 10px 0 0 0; color: #fff; font: normal 11px arial; color: #fff; line-height: 16px }
.servicio #inicio  { height: 280px; background: url(../img/servicio/inicio.jpg) no-repeat; padding: 20px 10px 0 280px; text-align: justify }
#swfServ {border: solid 0px white }
#swfCupon {border: solid 0px white; margin: 4px 0 0 0}
#banGuia { position: relative; left: -250px; top: -110px; text-align: center; font-weight: bold; width: 220px }

/* === JCVG 080506 - PARTES Y ACCESORIOS  === */

.partes { margin: 10px 0 0 0; color: #fff; font: normal 11px arial; color: #fff; line-height: 16px }
.partes #repar { height: 251px; background: url(../img/partes/banner_reparacion.jpg) no-repeat;    padding: 80px 380px 0 25px; text-align: justify }
/*.partes #acces { height: 250px; background: url(../img/partesyaccesorios/accesorios.jpg) no-repeat;    padding:0; text-align: justify }*/

.partes #cont { position: relative; float: left; width: 740px; height: auto; padding: 0px; margin: 10px 0px 0px 0px; background-color: #000; color: #dbdee1; font: normal 11px arial; text-align: left; text-decoration: none; line-height: 15px/*; border: solid 1px red*/ }
.partes #cont #manteIzq { position: relative; float: left; width: 340px; height: auto; padding: 10px; margin: 0px; background-color: #000; color: #dbdee1; font: normal 11px arial; text-align: left; text-decoration: none; line-height: 15px }
.partes #cont #manteDer { position: relative; float: left; width: 335px; height: auto; padding: 10px; margin: 0px; background-color: #000; color: #dbdee1; font: normal 11px arial; text-align: left; text-decoration: none; line-height: 15px }
.partes #tit { font: bold 12px arial; color: #fff; line-height: 16px }
.partes .imgs { float: left; text-align: center; padding: 10px 10px 10px 0 }

/* 081009 JCV Se agregan estilos para las novedades de accesorios */
.partes #navegad  { height: 345px; text-align: justify }
.partes #kitsegu  { height: 300px; background: url(../img/accesorios/novedades/kitseguridad.jpg)  no-repeat; padding: 55px 290px 0 25px; text-align: justify }

/* === JCVG 100517 - MAYOREO  === */
.mayoreo { margin: 10px 0 0 0; color: #fff; font: normal 11px arial; color: #fff; line-height: 16px }

/* === Begin Tooltips Service and Parts Style === */
#dhtmltooltip{ 
	position: absolute;
	left:15px;
	top:10px;
	width: 370px;
	border: 1px solid black;
	padding: 9px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	background-color: #FFFFE0;
	/*visibility: hidden;*/
	z-index: 100; 
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=7D7D7D,direction=135);
}

#dhtmltooltip p { font: bold 12px Arial; text-transform: uppercase; background-color:#003366; color:#fff; padding:2px; margin-bottom:5px;}

#dhtmltooltip ul { list-indentation:outside; margin-top:3px; margin-bottom:3px; }

/* === End Tooltips Service and Parts Style === */

/* === JCVG 080418 - PERFORMANCE  === */

.perform { position: relative; float: left; width: 740px; height: auto; padding: 0px; margin: 10px 0 0 0; background-color: #000; color: #dbdee1; font: normal 11px arial, sans-serif; text-align: left; text-decoration: none; line-height: 15px }
.perform #IniFla { position: relative; float: left; width: 490px; height: 300px; padding: 0;    margin: 0 10px 0 0 }
.perform #IniDer { position: relative; float: left; width: 219px; height: 282px; padding: 10px; margin: 0; background-color: #2F3134;color: #fff; font: normal 11px arial, sans-serif; text-align: left; text-decoration: none; line-height: 15px }
.perform #musc { height: 210px; background: url(../img/performance/muscle/inicio.jpg) no-repeat; padding: 40px 440px 0 15px; color: #fff }
.perform #call { height: 210px; background: url(../img/performance/street/inicio.jpg) no-repeat; padding: 40px 440px 0 15px; color: #fff }
.perform #velo { height: 210px; background: url(../img/performance/speed/inicio.jpg) no-repeat;  padding: 40px 440px 0 15px; color: #fff }
#taco { padding: 0px 15px 0 10px; font: normal 11px Arial; text-align: center }
#vest { padding: 0px 15px 0 10px; font: normal 11px Arial; text-align: center }
#cali { padding: 0px 15px 0 10px; font: normal 11px Arial; text-align: center }

/* === JCVG 080707 - MOPAR RACING  === */
.racing { margin: 10px 0 0 0; color: #fff; font: normal 11px arial; color: #fff; line-height: 16px }
/* Se desactivó el 080827
.racing #inicio  { height: 240px; background: url(../img/racing/inicio.jpg) no-repeat; padding: 60px 12px 0 370px; text-align: justify }
*/

/*.racing #milla   { height: 240px; background: url(../img/racing/cuartodemilla.jpg) no-repeat; padding: 80px 20px 0 300px; text-align: justify }
.perform #Flash { position: relative; float: left; width: 740px; height: 550px; padding: 0;    margin: 0 10px 0 0; border: solid 1px red }*/



/* === JCVG 080716 - MAXICATALOGO DE ACCESORIOS MOPAR === */
.submenuAcc { width: 740px;  height: 26px; margin-top: 10px; background-color: #202225; }
.submenuAcc ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.submenuAcc ul li{
	position: relative;
	display: inline;
	float: left;
}

.submenuAcc ul li a, .submenuAcc ul li a:link, .submenuAcc ul li a:visited, .submenuAcc ul li a:active {
	display: block;
	width: 100px;
	height: 20px;
	padding: 4px 0 0 0;
	text-decoration: none;
	background-color: #202225;
	color: #dbdee1;
	font: bold 11px arial;
	text-align: center;
	border-top: solid 1px #838383;
	border-bottom: solid 1px #838383;
	border-left: solid 1px #838383;
}

.submenuAcc ul li a:hover  { color: #09f; font: bold 11px arial }
.submenuAcc ul li#activo a { border-bottom: 0px; color: #09f; font: bold 11px arial }

.derechaSMAcc { height: 24px; width: 334px; border: solid 1px #838383;}


.submenuVeh { width: 740px; background-color: #000; height: 20px; border-left: solid 1px #838383 }
.submenuVeh ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.submenuVeh ul li{
	position: relative;
	display: inline;
	float: left;
}

.submenuVeh ul li a, .submenuVeh ul li a:link, .submenuVeh ul li a:visited, .submenuVeh ul li a:active {
	display: block;
	width: 90px;
	height: 17px;
	padding: 2px 0 0 0;
	text-decoration: none;
	background-color: #202225;
	color: #dbdee1;
	font: bold 10px arial;
	text-align: center;
	border-top: solid 0px #838383;
	border-right: solid 1px #838383;
	border-bottom: solid 1px #838383;
	
}

.submenuVeh ul li a:hover  { border-top: 0px; background-color: #202225; color: #09f; font: bold 10px arial }
.submenuVeh ul li#activo a { border-top: 0px; background-color: #000; color: #09f; font: bold 10px arial }



.MaxiCat { width: 740px; margin-top: 10px; color: #fff; font: normal 11px Arial }
.tituloAcc { padding-left: 20px; font: bold 13px arial sans-serif; text-transform: uppercase }
.notaAcc1 { float: right; text-align: right; padding-right: 20px; margin-top: 5px  }
.notaAcc2 { float: left; width: 550px; text-align: center; padding-right: 0px; margin: 5px 0 0 100px }

.contAccCH { padding: 10px 0 10px 0; background-color: #000000; height: auto/*1660px; /* Soporte para Firefox JCV 080717 - hay q determinar una altura fija para que se vea correcto en Firefox */ }
.contAccDG { padding: 10px 0 10px 0; background-color: #C80910; height: auto/*1660px; /* Soporte para Firefox JCV 080717 - hay q determinar una altura fija para que se vea correcto en Firefox */ }
.contAccJP { padding: 10px 0 10px 0; background-color: #445A1F; height: auto/*1660px; /* Soporte para Firefox JCV 080717 - hay q determinar una altura fija para que se vea correcto en Firefox */ }

.imgsAcc { border: solid 1px #000 }
.imgsAccCH { border: solid 1px #838383 }

.accGde { color: #fff; font: normal 11px Arial text-align: center; padding-top: 10px; text-align: center }
.accPeq1 { float: left; width: 210px; height: 140px; margin: 20px 0 0 40px; color: #fff; font: normal 11px Arial; text-transform: uppercase; text-align: center }
.accPeq2 { float: left; width: 210px; height: 140px; margin: 20px 0 0 10px; color: #fff; font: normal 11px Arial; text-transform: uppercase; text-align: center }

/* === JCVG 080717 - 080820  MoLIFE  === */
.molife { margin: 10px 0 0 0; color: #fff; font: normal 11px arial; color: #fff; line-height: 16px }


/* === JCVG 080717 - 080820  QUIENES SOMOS=== */
.quienes { margin: 10px 0 0 0; color: #fff; font: normal 12px arial; color: #fff; line-height: 16px }
/*.quienes #inicio { height: 304px; background: url(../img/quienes/inicio.jpg) no-repeat; }*/

/* Desactivado el 080902, xq se colocó un SWF
.molife #inicio { height: 280px; background: url(../img/molife/inicio.jpg)    no-repeat; padding: 20px 10px 0 280px; text-align: justify }
*/

.molife #copa      { height: 240px; background: url(../img/molife/copa/final.jpg) no-repeat; padding: 80px 12px 0 370px; text-align: justify }
.molife #copaviaje { height: 240px; background: url(../img/molife/copa/viaje.jpg) no-repeat; padding: 80px 12px 0 370px; text-align: justify }
.molife #copanota1 { height: 240px; background: url(../img/molife/copa/nota1.jpg) no-repeat; padding: 80px 12px 0 370px; text-align: justify }
.molife #cont { position: relative; float: left; width: 740px; height: auto; padding: 0px; margin: 10px 0px 0px 0px; background-color: #000; color: #dbdee1; font: normal 11px arial; text-align: justify; text-decoration: none; line-height: 15px/*; border: solid 1px red*/ }

.molife .evento { padding: 0 0 0 24px; width: 734px; height: 20px; background: url(../img/molife/llanta.gif) no-repeat; margin: 4px 0 0 0 }

/* Desactivado el 080902, xq se colocó un SWF
.molife #evento { height: 220px; background: url(../img/molife/eventos/inicio.jpg)  no-repeat; padding: 80px 13px 0 400px; text-align: justify }

Desactivado el 080903, xq se cambió la forma de mostrar las ligas
.molife #foto { border: solid 1px #c7c7c7; padding: 5px }
.molife #fotoPeq { border: solid 1px #c7c7c7; padding: 2px }

.molife #carava { height: 220px; background: url(../img/molife/eventos/caravana.jpg)  no-repeat; padding: 80px 13px 0 400px; text-align: justify }
*/

.molife #descar { height: 300px; background: url(../img/molife/descargas.jpg) no-repeat; padding: 0; text-align: justify }
.molife #descar .dimen { float: left; position: relative; top: 220px; left: 90px }

/* 081126 JCV - Se agregan estilos para Mopar Magazine */
.molife #maga { height: 240px; background: url(../img/molife/moparMagazine.jpg) no-repeat; padding: 80px 12px 0 370px; text-align: justify }


.elemForma { color: #202225; font: normal 11px Arial; background-color: #F5F5F5; border: solid 1px #202225 }

/* === JCVG 080910 - Calendario === */

.containerFlash { position: relative; left: 0px; top: 0px; width: 200px; z-index: 1 }

#Cal    { visibility: hidden; display: none; position: absolute; top: -100px; left: 25px; background-color: #000; font: normal 11px Arial; width: 640px; height: 520px; padding: 10px 0 10px 30px }
#btnCerrar { margin: 10px 0 10px 550px; width: 50px; background-color: #202225; padding-left: 4px; }
#poster { visibility: hidden; display: none; position: absolute; top: 0px; left: 25px; background-color: #000; font: normal 11px Arial; width: 640px; height: 490px; padding: 10px 0 10px 30px }

/* === JCVG 080418 - CONTENIDOS GENERALES EN 2, 3 y 4 COLUMNAS  === */

.DosCol {
	position: relative;
	float: left;
	width: 740px;
	height: auto;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}

.DosCol .DosColIzq {
	position: relative;
	float: left;
	width: 345px;
	height: auto;
	padding: 10px;
	margin: 0;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}

.DosCol .DosColDer {
	position: relative;
	float: left;
	width: 345px;
	height: auto;
	padding: 10px;
	margin: 0 0 0 9px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}


.TresCol { 
	position: relative;
	float: left; 
	width: 740px; 
	height: auto;
	padding: 0px; 
	margin: 10px 0px 0px 0px;
	background-color: #000; 
	color: #dbdee1; 
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}

.TresCol .TresColIzq {
	position: relative;
	float: left;
	width: 230px;
	height: auto;
	padding: 10px 10px 10px 0;
	margin: 0px 10px 0px 0px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}

.TresCol .TresColCen {
	position: relative;
	float: left;
	left: 0px;
	width: 230px;
	height: auto;
	padding: 10px 10px 10px 0;
	margin: 0px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}

.TresCol .TresColDer {
	position: relative;
	float: right;
	width: 230px;
	height: auto;
	padding: 10px 10px 10px 0;
	margin: 0px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}


.CuatroCol {
	position: relative;
	float: left;
	width: 740px;
	height: auto;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background-color: #000;
}

.CuatroCol .CuatroColIzq {
	position: relative;
	float: left;
	width: 169px;
	height: auto;
	padding: 0px;
	margin: 0px 8px 0px 0px;
	background-color: #000;
}

.CuatroCol .CuatroColDer {
	position: relative;
	float: right;
	width: 553px;
	height: auto;
	padding: 0px;
	margin: 0px;
	background-color: #000;
}

.CuatroCol .CuatroCol1{
	position: relative;
	float: left;
	width: 169px;
	height: auto;
	padding: 5px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}

.CuatroCol .CuatroCol2 {
	position: relative;
	float: left;
	width: 169px;
	height: auto;
	padding: 5px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}

.CuatroCol .CuatroCol3 {
	position: relative;
	float: left;
	width: 169px;
	height: auto;
	padding: 5px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}

.CuatroCol .CuatroCol4 {
	position: relative;
	float: left;
	width: 169px;
	height: auto;
	padding: 5px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}

/* === TERMINAN CONTENIDOS GENERALES EN 2, 3 y 4 COLUMNAS  === */

/* === JCVG 080529 - POPUP SELECCIONAR DISTRIBUIDOR  === */

#fdEncDist { background: url(../img/MapaDist.jpg) #CFCFCF no-repeat }
#EncDist {
	position: relative;
	top: 250px;
	padding: 0 2px 0 5px;
	font: normal 12px Arial;
	color: #000;
	border: dashed 0px blue
}

#EncDist select, option { font: normal 11px Arial }

/* === TERMINA POPUP SELECCIONAR DISTRIBUIDOR  === */

/* === JCVG 080529 - CONTENIDO GENERAL EN 1 COLUMNA Y  4 FILAS  === */

.UnaCol { 
	position: relative;
	float: left; 
	width: 740px; 
	height: auto;
	padding: 0px; 
	margin: 10px 0px 0px 0px;
	background-color: #000; 
	color: #dbdee1; 
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}

.UnaCol .UnaColFila1{
	position: relative;
	float: left;
	width: 740px;
	height: 116px;
	padding: 0px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}
.UnaCol .UnaColFila2{
	position: relative;
	float: left;
	width: 740px;
	height: 116px;
	padding: 0px;
	margin-top: 10px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: justify;
	text-decoration: none;
	line-height: 15px;	
}
.UnaCol .UnaColFila3{
	position: relative;
	float: left;
	width: 740px;
	height: 116px;
	padding: 0px;
	margin-top: 10px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;	
}
.UnaCol .UnaColFila4{
	position: relative;
	float: left;
	width: 740px;
	height: 116px;
	padding: 0px;
	margin-top: 10px;
	background-color: #000;
	color: #dbdee1;
	font: normal 11px arial, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 15px;	
}
/* === TERMINA CONTENIDO GENERAL EN 1 COLUMNA Y  4 FILAS  === */

/********************** Begin Footer **********************/

.footer {
	position: relative;
	float: left;
	width: 740px;
	height: auto;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background-color: #000;
	text-align: left;
}
.footer #disclaimer {
	color: #dbdee1;
	font: normal 8px arial;
	text-decoration: none;
	text-align: left;
}
/********************** End Footer **********************/
}
/********************** Begin Empty Row Spacer **********************/

.emptyrow {
	position: relative;
	clear: both;
	width: 740px;
	height: 10px;
	padding: 0px;
	margin: 0px;
}

/********************** End Empty Row Spacer **********************/


