body {background : url(../images/genericos/bg_homenavidad.jpg) repeat-x ;
      background-position:center top;
      background-attachment:fixed;}

.contenido {
		background: #FFF;			
		width : 800px;
		height : 100%;
		margin : 0;
		padding : 0 0 0 0;
		clear:both;
		}

.contenido .info{			
		width : 580px;
		height : 100%;
		margin : 0;
		padding : 0 0 0 5px;
		float:left;
		background:#FFFFFF;
		font-size:90%;
		letter-spacing:1;
		}
		
.contenido .info .ruta{			
		width : 720px;
		height : 13px;
		padding : 5px 0 8px 15px;		
		margin : 0 0 5px 0;
		clear:both;
		background:url(../images/genericos/bg_ruta.jpg) top no-repeat;
		}
		
.contenido .info .bloque0{	/*registro*/		
		width : 580px;
		height:1%;
		margin : 0;
		margin-bottom:5px;
		padding:0;
		}

	.contenido .info .bloque0 .desaregistro{	
			width : 580px;
			height :100%;
		
			margin:0;
			padding:0 9px 0 9px;
			clear:both;
			}
		
		.contenido .info .bloque0 .desaregistro .titulo{	
				width : 580px;
				height :55px;
				clear:both;
				padding:0 0 5px 0;
				margin:0 0 5px 0;
				border-bottom:dashed 1px #CCC;
				}
		.contenido .info .bloque0 .desaregistro .registro{	
				width : 580px;
				height :1%;
				clear:both;
				margin-bottom:5px
				}
		.contenido .info .bloque0 .desaregistro .pixel{	
				width : 580px;
				height :1px;
				clear:both;
				}
	
.contenido .info .bloque1{/*PUBLICIDAD*/	
		width : 728px;/*735*/
		min-height:1px;
		height : 1%;
		max-height:90px;/*120*/
		background:url(../images/genericos/bg_publicidad-735x120.jpg) top no-repeat #E2E2E2;
		margin : 0;
		margin-bottom:5px;
		padding : 20px 4px 20px 3px;
		clear:both;
		}

/*************** MENU MODULO PARRILLA ********************/
					
		.header .menu .submenu{
			display:block;
			float:left;	
			width : 950px;
			height : 38px;
			margin : 0;
			padding : 0 5px 0 5px;		
			background:#DCDCDC url(../images/genericos/m_top2.gif);
		   color: #333;
		   font-size:85%;
			}	
			
	.header .menu .submenu ul{ 		
			width : auto;
			height:100%;
			border:0;
			padding:0;
			margin:0;
			display:block;
			list-style-type:none;
			}
	.header .menu .submenu ul li{ 		
				width : auto;
				height:30%;
				display:block;
				float:left;
				padding:2px 3px 2px 2px;
			    margin:0 3px 0 2px;
				border-right: 1px solid #333;
				text-align:center;

				}
	.header .menu .submenu ul li a{
					color:#333;
					}		
	.header .menu .submenu ul li a:hover{
					color:#666;
					text-decoration:underline;
					}