/******************************************************************************/
/*** Inicia plantilla general ***/
	#container 
	{
	    width: 970px;
	    margin: 0px auto; margin-top: 0px;
		background-image: url(media/Generales/BackgroundContent.jpg); background-repeat: repeat-y;
		padding: 0px; padding-top: 0px;
	}

	#header 
	{
	    display:block; color: #fff;
		width: 950px; height: 133px;
	    margin: 0px auto; padding:0px;
	}

	#header .title 
	{
	    padding:0; margin:0;
	}

	#header .desc 
	{
		font-style: italic;
	    padding-left: 30px; 
	}
	#DataForm
	{
		margin: 0px;
	}

	.Section
	{
		margin:10px; margin-bottom:0px; margin-top:0px;
		padding-left: 10px; padding-right: 10px;
		min-height: 400px; height: auto;
	}
	/*Fix min-Height for Internet Explorer */
	* html .Section
	{
		height: 400px;
	}
	.SectionContent
	{
		margin-top:0px; 
		padding: 20px;
		padding-top: 0px;
		width: 680px;
	}

	.ContentStruct
	{
	}
	.Page
	{
	}
	.button
	{
		background-image: url(images/button.jpg);	
		width: 120px; height: 25px;
		font-size: 14px; font-weight: bold; color: #1F3A78;
		text-align: center; 
		padding-top: 2px;
	}
	.buttonAdd
	{
		background-image: url(images/button.jpg);	
		width: 120px; height: 25px;
		font-size: 12px; font-weight: bold; color: #1F3A78;
		text-align: center;
	}
	#subheader
	{
		width: 630px;
		height: 180px;
		background-color: transparent;
	}
	#footer 
	{
		color: #555555; margin-top: 0px; padding: 0px; padding-top: 5px;
	    background-color: #AAAAAA; background-image: url(media/Generales/Foot.jpg);
		height: 20px; text-align: center; width: 970px;
	}
	#footer  a
	{
		color: #5F5F5F;
	}
/*** Termina plantilla general ***/
/******************************************************************************/


/******************************************************************************/
/*** Inicia Menu General ***/
	.MenuGeneral
	{
		position:absolute; top: 90px; left:45%; width: 910px; margin-left: -355px;
		padding:4px; display:block; z-index:4;
	}
	.MenuGeneral ul
	{
		margin-top: 0px; margin-bottom: 0px; margin-left: 0px; padding-left: 0px;
		border-left: 1px solid #A6A6A8; height: 16px;
	}
	.MenuGeneral li
	{
		display: inline; list-style: none; cursor: default;
		padding-left: 10px; padding-right: 8px; padding-top: 4px; padding-bottom: 4px;
		border-right: 1px solid #A6A6A8;
	}
	.MenuGeneral a
	{
		color:#555555; font-weight: bold; font-size: 11px; text-decoration: none;
	}
/*** Termina Menu General ***/
/******************************************************************************/


/******************************************************************************/
/*** Inicia Menu Izquierda***/
	.MenuIzquierda{
		width: 170px;
	}
	.MenuIzquierda ul.SubMenu
	{
		width: 165px; margin-top: 0px; margin-bottom: 0px; margin-left: 5px; 
		padding-left: 0px; padding-top: 10px; padding-bottom: 10px; 
	}
	.MenuIzquierda ul.SubMenu li
	{
		list-style: none; width: 140px; height: auto; background-image: url(media/Generales/SubMenuButton.gif);
		border: 1px solid #BFBDBD; cursor: pointer;
		margin-left: 0px; margin-bottom: 4px; margin-top: 4px;
		padding-left: 10px; padding-top: 5px; padding-bottom: 5px;
	}
	.MenuIzquierda ul.SubMenu a
	{
		color: #3F4F77; font-weight: bold; font-size: 11px; text-decoration: none;
	}
	.MenuIzquierda .Top, .MenuIzquierda .Bottom
	{
		height: 16px; background-repeat: no-repeat;
	}
	.MenuIzquierda .Bottom
	{
		background-image: url(media/Generales/MenuBottom.gif);
	}
	.MenuIzquierda .Top
	{
		background-image: url(media/Generales/MenuTop.gif);
	}
	.MenuIzquierda .Middle
	{
		background-image: url(media/Generales/MenuMiddle.gif);
		min-height: 100px;
	}
/*** Termina Menu Izquierda***/
/******************************************************************************/


/******************************************************************************/
/*** Inician productos ***/
	.ProductList {
		width: 620px;
	}
	.ProductDiv{
		background-repeat: no-repeat;
		border: 1px solid #A7B4BC;
		margin-bottom: 5px;
	}
	.ProductList a{
		color:#FFB300;
		background-color:#666666
		font-weight: bold;
	}
	.ProductList tr{
		height: 15px;
	}
	.ProductList[class] tr{
		height: 15px;
	}
	.ProductList .ProdImg{
		padding: 0px;
		padding-left: 20px;
		width: 140px;
		text-align: center;
	}
	.ProductList .ProdImg Img{
		border: 2px solid #929292;
	}
	.ProductList .ProdTitle{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 4px;
	width: 300px;
	border-bottom: 1px solid #FFB300;
}
	.ProductList .ProdSubTitle{
		margin-top: 4px;
		font-size: 10px;
		font-weight: bold;
	}
	.ProductList .ProDet{
		padding-top: 5px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.ProductList .ProDesc{
		padding-top: 5px;
		padding-right: 25px;
		padding-left: 20px;
	}
	.ProductList .Description{
		text-align: justify;
	}
/*** Termina Productos***/
/******************************************************************************/


/******************************************************************************/
/*** Inician noticias ***/
	.NoticeList{
		width: 600px;
	}
	.NoticeList tr{
		height: 125px;
	}
	.NoticeList td{
		background-image: url(media/Generales/Noticia.jpg);
		background-repeat: no-repeat;
	}
	.NoticeList .NoticeTitle{
		font-size: 20px;
		color: #1F3A78;
		margin-top: 0px;
		margin-bottom: 1px;
		margin-left: 30px;
		margin-right: 20px;
		width: 88%;
		border-bottom: 1px solid #1F3A78;
	}
	.NoticeList .NoticeDesc{
		margin-left: 30px;
		margin-right: 40px;
		text-align: justify;
	}
	.NoticeList a{
		color: #CF0000;
		font-weight: bold;
	}
/*** Terminann noticias ***/
/******************************************************************************/


/******************************************************************************/
/*** Inician mensajes de error ***/
	.Messages
	{
		border: 2px solid #DBDBDB; background-color: #FFFFFF; text-align: left;
		padding: 0px; padding-bottom: 8px; width: 600px;
	}
	.Messages .Title
	{
		padding: 4px; background-color: #DF0000; color: #FFFFFF; font-weight: bold;
	}
	.Messages .Error
	{
		padding: 4px;
		background-color: #FFFFFF;
	}
	.Messages .Aviso
	{
		padding: 4px;
		background-color: #FFFFFF;
	}
/*** Terminan mensajes de error ***/	
/******************************************************************************/


/******************************************************************************/
/*** Inicia Formulario Admin***/
	.Formulario
	{
		background-color: #AFAFB0;
		margin-left: 40px;
	}
	.Formulario .Label
	{
		background-color: #E9E9E9;
		text-align: left;
		color: #1F3A78;
		padding: 4px;
		padding-left: 8px;
		padding-right: 20px;	
	}
	.Formulario .Data input, .Formulario .Label input
	{
		width: 200px;
	}
	.Formulario .Data textarea
	{
		width: 200px;
		font-size: 11px;
		height: 80px;
	}
	.AdminForma td
	{
		text-align: left;
	}
	.AdminForma .AdminFormulario
	{
		background-color: #FFFFFF; border: 2px solid #DFDFDF;
	}
/*** Termina Formulario Admin***/
/******************************************************************************/


/******************************************************************************/
/*** Inicia Formulario de Productos Admin***/
	.ProductosForma
	{
		width: 900px;
	}
	.ProductosForma td.Label1, .ProductosForma td.Label2
	{
		padding-left: 10px;	width: 70px; font-size: 11px;
	}
	.ProductosForma td.Data1, .ProductosForma td.Data2
	{
		padding-left: 10px;	width: 200px; font-size: 11px; text-align: left;
	}
	.ProductosForma td.Imagen
	{
		width: 350px;
	}
	.ProductosForma td.Imagen #Imagen
	{
		width:345px;
	}
	.ProductosForma td.Imagen #ImgContent
	{
		margin:5px; margin-top:10px;
	}
	.ProductosForma td.TituloSeccion
	{
		background-color: #E6E6E7; padding: 4px; padding-left: 10px; font-weight: bold;
	}
	.ProductosForma input.caracteristica
	{
		width: 170px;
	}
	.ProductosForma  textarea.AreaTexto
	{
		width: 440px; height: 90px;
	}
/*** Termina Formulario de Productos Admin***/
/******************************************************************************/


/*** Inicia Productos Web***/
/******************************************************************************/
	.ProductosWeb
	{
		width: 680px; border: 1px solid #6F6F6F;
	}
	.ProductosWeb  td.TituloSeccion
	{
		background-color: #C6C6C7; color:#333333; font-size: 18px; 
		padding: 10px; padding-left: 10px; font-weight: bold;
	}
	.ProductosWeb td.Label1, .ProductosWeb td.Label2
	{
		padding-left: 10px;	width: 60px; font-size: 11px; font-weight: bold;
	}
	.ProductosWeb td.Data1, .ProductosWeb td.Data2
	{
		padding-left: 10px;	width: 155px; font-size: 11px; text-align: left;
	}
	.ProductosWeb td.Imagen
	{
		width: 210px;
	}
/*** Termina Productos Web***/
/******************************************************************************/


/******************************************************************************/
/*** Inicia Menú administrador ***/
.MenuAdmin
{
}
.MenuAdmin ul
{
	margin-left: 15px; padding-left: 15px; 
}
.MenuAdmin ul.Buttons img
{
	border: 0px; margin-right: 5px;
}
.MenuAdmin ul.Buttons li
{
	background-color: #FFFFFF; border: 1px solid #95A3B1; width: 140px; height: auto; display: block;
	padding: 10px; font-size: 14px; font-weight: bold; color: #466A87; margin-bottom: 10px; list-style: none;
	opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.9; 
}
.MenuAdmin ul.Buttons a
{
	color: #2B5170; text-decoration: none;
}
.adminModule
{
	padding-left: 50px; text-align: left;
}
/*** Termina Menú administrador ***/
/******************************************************************************/


/******************************************************************************/
/*** Inicia DropDown ***/
.dropText
{
	width: 170px;
}
/*** Termina DropDown ***/
/******************************************************************************/


/******************************************************************************/
/*** Inicia datagrid ***/
	.catTitle, .MenuAdmin .Header, .HomeTitle
	{
		background-image: url(media/Generales/TituloMenu.gif);
		width: 450px; height: 40px; padding-top: 10px; font-size: 16px; font-weight: bold; color: #4F4F4F;
		background-repeat: no-repeat; 
	}
	.catRows td
	{
		text-align: left; padding: 4px;
	}
	.catSubT
	{
		background-color: #00457C; background-image: url(media/Generales/HeaderBackGround.jpg);
		color: #DDDDFF; height: 25px;
	}
	.infoTitle
	{
		font-size: 19px;
		margin: 10px;
	}
	.infoSubT
	{
		font-size: 11px;
		font-weight: bold;
		margin: 15px;
	}
	.addItem
	{
		font-size: 16px; font-weight: bold; text-align: right;
		width: 450px; margin: 0px; margin-bottom: 10px;
	}
	.infoSubT a
	{
		color: #1F3A78;	
	}
	.addItem a
	{
	 	color: #CF0000;
		font-weight: bold;
	}
	.dgParRow
	{
		background-color:#DDE5F8;
	}
	.dgImparRow
	{
		background-color:#D2DCF2;
	}
	.dgParRow, .dgImparRow
	{
		height: 20px;
	}
	.rowSelected
	{
		background-image: url(media/Generales/OverBackGround.jpg);
		/*margin: 20px;*/
		height: 20px;
	}
	.dgPager .cp
	{
		font-weight: bold;
	}
	.dgPager a
	{
		text-decoration: none;
	}
/*** Termina datagrid ***/
/******************************************************************************/


/******************************************************************************/
/*** Corrige problema de pngs en IE ***/
img 
{
			behavior:	url("pngbehavior/pngbehavior.htc");
}

 td.aplica {
	font-family: MicrogrammaDMedExt, Arial;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #FEC639;
	margin-bottom: 15px;
	margin-top: 15px;
}
 td.lista {
	margin-left: 50px;
}

encabezadotabla {
	font-family: MicrogrammaDMedExt, Arial;
	font-size: 11px;
	font-style: normal;
	color: #FEC639;
	background-color: #333333;
	margin-bottom: 15px;
	margin-top: 15px;
}