<style type="text/css">

/* ############################################################# */
/* IDStudio 2006 - StyleSheet */
/* ############################################################# */

/*body {
	background-color: #febd01;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}*/

p	{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #a04c12;
	}
	

a	{
	text-decoration: underline;
	color: #FFFFFF;
	}
	
	a:active	{
				color: #ffffff;
				}
	
	a:visited 	{
				color: #FFFFFF;
				}
	
	a:hover	{
			text-decoration: none;
			color: #ffffff;
			}
			
br			{
			line-height: 8px;
			}


/* ####################################################### */
/* ################# Estilos para Textos ################# */
/* ####################################################### */

div.subTexto	{
				font-family: "Trebuchet MS";
				font-size: 19px;
				color: #ee2e24;
				margin-top: -10px;
				}
				
span.textoRojo		{
					color: #e23a27;
					font-weight: bold;
					}


/* ####################################################### */
/* ################# Estilos para Links ################## */
/* ####################################################### */

a.linkDest		{
					background-image: url(../img/back_link.gif);
					height: 19px;
					width: 87px;
					padding: 2px 15px 1px 20px;
					background-color: #FFF;
					color: #FF9900;
					text-decoration: none;
					color: #FFF;
					font-size: 11px;
					}
				
				a.linkDest:hover	{
									text-decoration: none;
									}

/* ####################################################### */
/* ################# Estilos para Tablas ################# */
/* ####################################################### */

table	{
		font-family:"Trebuchet MS";
		font-size:13px;
		color: #a04c12;
		}
		
		.tableCaja	{
					background-image:url(../img/back_caja.gif);
					background-repeat:repeat-y;
					font-size: 15px;
					color: #ce551a;
					}
					
		.tableCajaRoja	{
						background-image:url(../img/caja_back_rojo.gif);
						background-repeat:repeat-y;
						font-size: 15px;
						color: #FFFFFF;
						}
						
		.tableCajaAzul	{
						background-image:url(../img/caja_back_azul.gif);
						background-repeat:repeat-y;
						font-size: 15px;
						color: #FFFFFF;
						}
					
		.subtitulo	{
					background-image: url(../img/back_subtitulo.gif);
					background-repeat: repeat-x;
					height: 52px;
					font-size: 15px;
					}
					
					div.subtituloTexto	{
										height: 52px;
										padding-top: 8px;
										color: #ee2e24;
										}
										
					div.textoSubtitulo	{
										margin-left: 20px;
										margin-right: 20px;
										}
										
										.textoProducto	{
														padding-right: 26px;
														margin-top: -14px;
														}
										
					.producto			{
										margin-top: 170px;
										}
										
td.tdNumeracion	{
				background-image:url(../img/bullet_number.gif);
				background-repeat:no-repeat;
				height: 18px;
				width: 18px;
				color: #FFFFFF;
				font-size: 12px;
				font-weight: bold;
				padding-top: 0px;
				padding-left: -60px;
				}
					

/* ####################################################### */
/* ################# Estilos para Listas ################# */
/* ####################################################### */

ul		{
		list-style-type:none;
		font-family: "Trebuchet MS";
		font-size: 12px;
		color:#a04c12;
		margin-left: 0px;
		}
		
		li	{
			background-image: url(../img/bullet_rojo.gif);
			background-position: left top;
			background-repeat: no-repeat;
			margin-left: 0px;
			list-style-position: 5px;
			line-height: 16px;
			border-bottom: 1px solid #ffdb25;
			padding-left: 15px;
			margin-bottom: 6px;
			margin-left: 10px;
			padding-bottom: 6px;
			}
			
			
/* ####################################################### */
/* ################# Estilos para Footer ################# */
/* ####################################################### */

.footer	{
		background-image:url(../img/back_footer.jpg);
		background-position: top;
		background-repeat:no-repeat;
		height: 80px;
		}
		
		.footerA	{
					font-family: "Trebuchet MS";
					font-size: 9px;
					height: 80px;
					}


/* #################################################################### */
/* ################# Estilos para Inputs & Textfields ################# */
/* #################################################################### */


input.textfield	{
				background-image:url(../img/back_form.gif);
				background-repeat:repeat-x;
				height: 21px;
				border-top: 2px solid #f97315;
				border-left: 2px solid #f97315;
				border-bottom: 2px solid #ffff04;
				border-right: 2px solid #ffff04;
				padding-top: 6px;
				padding-left: 6px;
				font-family: "Trebuchet MS";
				font-size: 12px;
				color: #666666;
				}
		
		input.img	{
					margin-top: -7px;
					}


</style>