/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*------------------------------- CSS PAGINA ESTATICA - ESTILO VINILO  --------------------------*/
/*---------------------------- por Ignacio Ricci (www.ignacioricci.com) -------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/						
			
			
		/*- Clase para el contenido de las p�ginas est�ticas -*/
		.staticContent {float:right; width:820px; padding:15px; border:1px solid #CCC;}
		
				.staticContent h4,
				.staticContent p,
				.staticContent ul,
				.staticContent ol,
				.staticContent table,
				.staticContent dl {color:#666;}
			
				.staticContent h3,
				.staticContent h4,
				.staticContent p {clear:both;}
				
				
				/*- T�tulo -*/
				.staticContent h3 {font-weight:bold; font-size:1.6em; color:#F000AE; text-align:left;}
				
				/*- Sub-titulo -*/
				.staticContent h4 {font-size:1.1em; font-weight:bold; padding-bottom:15px; text-align:left;}
				
				/*- Parrafos -*/
				.staticContent p {line-height:150%; padding-bottom:15px;}
				
				/*- Links -*/
				.staticContent a {color:#F000AE;}
				.staticContent a:hover {color:#000;}
				
				
				/*------- Imagenes -------*/
				
				.staticContent img {border:1px solid #CCC; background:#FFF; padding:3px;}
				
					/*- Imagen Flotada a la Izquierda -*/
					.flotarIzquierda {float:left; margin:0 15px 15px 0;}
					
					/*- Imagen Flotada a la derecha -*/
					.flotarDerecha { margin:0 0 15px 15px;}
				
					
				/*------- Listas -------*/
				
				.staticContent ul,
				.staticContent ol {margin:0 0 15px 20px;}
					.staticContent li {padding-bottom:7px;}
					
				
				/*- Lista Desordenada -*/
				.staticContent ul {list-style:url(../images/shared/paginaEstaticaBullet.gif);}
				
				/*- Lista Ordenada -*/
				.staticContent ol {list-style:decimal;}
				
				
				/*------- Tablas -------*/
				
				.staticContent table {width:100%; font-size:0.9em;}
				
					.staticContent td,
					.staticContent th {padding:5px 15px; vertical-align:middle; border-right:1px dotted #DDD; text-align:center;}
				
					.staticContent th {font-weight:bold;}
					
				
				/*------- Lista de Terminos -------*/
				
				.staticContent dl {margin:15px 0;}
				
					.staticContent dt {font-weight:bold; color:#7E9F59; margin-bottom:3px;}
					.staticContent dd {margin-bottom:10px; line-height:150%;}
				
				/*------- Linea Separadora Horizontal -------*/
				
				.staticContent hr {height:1px; border-top:1px solid #EEE; border-bottom:1px solid #DDD; margin-top:20px;}
				
				
				/*- Link a la home -*/
				.staticContent #homeLinK {top:0; margin-left:0; margin-bottom:8px;}
				
				
				/*------- Para las paginas de noticias (noticias anteriores) -------*/
				.individualNews {clear:both; float:right; width:606px; background:none !important; padding-left:0 !important;}
					.individualNews .news {width:180px;}
					
					/*- Entradas anteriores -*/
					.individualNews h5 {color:#F000AE; font-size:0.9em; margin-bottom:10px; padding-left:10px;}
					
					/*- Fecha noticia -*/
					.fechaNoticia {text-transform:lowercase; font-style:normal; font-size:0.8em; color:#666;}
					
				
				/*------- Lista de Noticias -------*/
				.newsItemList {clear:both; float:none; margin:10px 0; border:none; padding:0; width:auto;}
					.newsItemList a {display:inline;}
					
				/*- Paginacion lista noticias -*/
				#listaNoticiasPaginas {text-align:center; color:#666; font-size:0.9em;}
					#listaNoticiasPaginas a {color:#666;}
				
				#newsForm h3{
					color:#90BA5D;
					font-size:11px;
				}
	
				
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------- FIN CSS PAGINA ESTATICA - ESTILO VINILO  -------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/	
