Created
October 18, 2013 20:55
-
-
Save ricardosiri68/7048151 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* reset estilos | |
| -------------------------------------------------------------- */ | |
| * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } | |
| html, body { margin: 0; padding: 0; background-color: #2C59B4; } | |
| h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: 300; font-style: normal; font-size: 100%; font-family: inherit; } | |
| table { border-collapse: collapse; border-spacing: 0; } | |
| ol, ul { list-style: none; } | |
| q:before, q:after, blockquote:before, blockquote:after { content: ""; } | |
| hr { border: 0;/* border-top: 1px solid; border-bottom: 1px solid; margin: 2em 0; */height: 0; clear: both; } | |
| canvas.fondo { width:105%; height:110px; } | |
| /* HTML5 display-role reset para navegadores viejos */ | |
| article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } | |
| img { height: auto; } | |
| img, object, embed { max-width: 100%; } | |
| .clear { clear: both; } | |
| .clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; } | |
| * html .clearfix { height: 1%; } | |
| .clearfix { display: block; } | |
| .fijado { position:fixed; top: 120px; left: 190px; right: 150px; } | |
| /* varios | |
| -------------------------------------------------------------- */ | |
| .left { float: left; } | |
| .right { float: right; } | |
| .hide { display: none; } | |
| .upper { text-transform: uppercase; letter-spacing: 1px; } | |
| .row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; } | |
| .row:after, .clearfix:after { clear: both; } | |
| .row, .clearfix { zoom: 1; } | |
| .center { text-align: center; margin-left: auto; margin-right: auto; } | |
| .doble-size { font-size: 200%; } | |
| /* columnas | |
| -------------------------------------------------------------- */ | |
| .columna { position: relative; /*float: left;*/ margin-right: 4%; } | |
| .login { position: relative; float: right; margin-right: 0; } | |
| .limpio { margin: o; padding: 0; background-color:#2C59B4; position:relative; float:left; } | |
| .limpioboton { background-color:#2C59B4; position:relative; float:left; } | |
| .botonesinicio { text-align:center; position:relative; padding-left: 0.33em; padding-right: 0.33em; padding-bottom: 1em; padding-top: 1em; } | |
| .mitad { width: 48%; } | |
| .tercio { width: 33.33%; } | |
| .cuarto { width: 22%; } | |
| .quinto { width: 16.8%; } | |
| .sexto { width: 21.33%; } | |
| .latbanner { width: 100%; } | |
| .dos-tercio { width: 65.33%; } | |
| .tres-cuarto { width: 74%; } | |
| .last, .columna:last-child { margin-right: 0px; clear: right; } | |
| .centrado { width:57.33%; } | |
| .unolar { width: 31.33%; } | |
| .doslar { width: 31.33%; } | |
| .treslar { width: 37.33%;/* max-width:37.33%;*/ } | |
| /* encabezados/titulos y textos | |
| -------------------------------------------------------------- */ | |
| h1, h2, h3, h4, h5, h6 { font-family: "Merriweather Sans", Helvetica, Arial, sans-serif; font-weight: 300; line-height: 1.2; text-transform: uppercase; color: #363530; } | |
| h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a { font-weight: inherit; font-style: inherit; } | |
| h1 { font-size: 2.25em; letter-spacing: -1px; margin-bottom: 0.5em; } | |
| h2 { font-size: 1.5em; margin-bottom: 0.5em; } | |
| h3 { font-size: 1.375em; line-height: 1.6em; } | |
| h4 { font-size: 1em; } | |
| h5 { font-size: 1em; font-weight: normal; } | |
| h6 { font-size: 0.875em; font-weight: normal; } | |
| p { margin-bottom: 1em; } | |
| a { text-decoration: none; color: #315A77; font-weight: inherit; font-style: inherit; font-size: inherit; } | |
| a:hover { color: #FFF; } | |
| p a { text-decoration: none; } | |
| small { font-size: 0.750em; } | |
| strong { font-weight: 700; } | |
| em { font-style: italic; } | |
| /* layout - cajas disposicion | |
| -------------------------------------------------------------- */ | |
| body { margin: 0; font-family: "Merriweather Sans", Helvetica, Arial, sans-serif; font-size: 1em; font-weight: 400; line-height: 1.8; color: #605F5D; background: #172c79; | |
| background: -moz-linear-gradient(top, #172c79 1%, #3982da 100%); | |
| background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#172c79), color-stop(100%,#3982da)); | |
| background: -webkit-linear-gradient(top, #172c79 1%,#3982da 100%); | |
| background: -o-linear-gradient(top, #172c79 1%,#3982da 100%); | |
| background: -ms-linear-gradient(top, #172c79 1%,#3982da 100%); | |
| background: linear-gradient(to bottom, #172c79 1%,#3982da 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172c79', endColorstr='#3982da',GradientType=0 ); | |
| } | |
| section { padding: 0; } | |
| .contenedor { width: 100%; /*max-width: 92%; */margin: 0px auto; position: relative; } | |
| nav { float: right; } | |
| nav li { display: inline-block; } | |
| nav li a { display: block; padding: 0 0.625em; } | |
| /* formularios y botones | |
| -------------------------------------------------------------- */ | |
| form .row { margin-bottom: 1em; } | |
| form label { line-height: 1em; font-size: 1.125em; display: block; position: relative; } | |
| form label.infield { opacity: 0; position: absolute; } | |
| form label.radio, form label.checkbox { font-weight: 300; font-size: 1em; color: #7C7A77; } | |
| input, textarea { font-size: 1.125em; width: 100%; font-family: inherit; font-weight: 400; padding: 0.2em; line-height: 1em; text-align: left; resize: none; outline: none; -webkit-appearance: none; -moz-appearance: none; border: 1px solid #dbdbdb; background: #FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } | |
| input:focus, textarea:focus { border-color: #cbcac7; color: #303030; background-color: #FFF; | |
| -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset,0 0 6px rgba(0, 0, 0, 0.08); | |
| -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05) inset,0 0 6px rgba(0,0,0,0.08); | |
| box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset,0 0 6px rgba(0, 0, 0, 0.08); } | |
| ::-webkit-input-placeholder { color: #c9c9c9; font-weight: 400; } | |
| :-moz-placeholder { color: #c9c9c9; } | |
| ::-moz-placeholder { color: #c9c9c9; } | |
| :-ms-input-placeholder { color: #c9c9c9; } | |
| form input[type="checkbox"] { -webkit-appearance: checkbox; width: auto; margin-right: 0.5em; } | |
| form input[type="radio"] { -webkit-appearance: radio; width: auto; margin-right: 0.5em; } | |
| input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { font-size: 1.125em; width: 100%; font-family: inherit; font-weight: 700; padding: 0.5em; line-height: 1.4em; text-align: left; -webkit-appearance: none; border: 1px solid #dcdcdc; } | |
| form input[type="submit"], form button, a.button { font-size: 1.25em; display: inline-block; border: 0; font-weight: 700; padding: 0.5em 1.25em; font-family: "Merriweather Sans", Helvetica, Arial, sans-serif; -webkit-appearance: none; border-radius: 5px; margin-bottom: 0.5em; position: relative; color: #FFF; background: #7399B5; box-shadow: rgb(49,90,119) 0px 3px; -moz-box-shadow: rgb(49,90,119) 0px 3px; -webkit-box-shadow: rgb(49,90,119) 0px 3px; width: auto; text-transform: uppercase; text-align: center; } | |
| form input[type="submit"]:active, form button:active, a.button:active { box-shadow: 0 3px 0 #940707; top: 2px; } | |
| form input.button-wide { width: 100%; } | |
| /* media queries | |
| -------------------------------------------------------------- */ | |
| @media screen and (max-width: 700px) and (min-width: 0) { | |
| .columna { float: none; width: 100%; margin-right: 0; } | |
| .doble-size { font-size: 150%; } | |
| } | |
| @media print { | |
| body { background: #06C; color: #000; font-size: 9pt; } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="es"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <meta name="Title" content="RosarioPublica - Guia Comercial Interactiva"> | |
| <meta http-equiv="Title" content="RosarioPublica - Guia Comercial Interactiva"> | |
| <meta name="Author" content="InterStudio"> | |
| <meta name="Description" content="Búsqueda de avisos clasificados de agencias de automóviles e inmobiliarias de Rosario y sus alrededores."> | |
| <meta http-equiv="Description" CONTENT="Búsqueda de avisos clasificados de agencias de automóviles e inmobiliarias de Rosario y sus alrededores."> | |
| <meta name="Keywords" content="avisos clasificados rosario, guia comercial interactiva, rosario clasificados, avisos rosario, avisos clasificados, automoviles, inmuebles, casas, departamento,nuevo, usado, compra, compro, comprar, venta, vender, vendo, alquiler, alquilar, alquilo,argentina, rosario, santa fe, venta, alquiler,auto, berlina, sedan, coupe, cupe, familiares, break, rural, cabriolet, gti, sport, automovil, vehiculo, clasificados, utilitarios, vans, clasificados, Pick up, 4x4, Jeep, offroad, clasificados, camion, colectivo, tractor, grua, maquinas agricolas, clasificados, cortadora cesped, clasificados, moto, motocicleta, ciclomotor, scooter, cuatriciclo, clasificados, velero, crucero, yate, lancha, moto de agua, jetsky, gomon, fuera de borda, trailer, surf, wakeboard, sky, semirigido, windsurf, clasificados, clasico,classic, restaurado, restaurar, coleccionista, antiguo,coleccion, exposicion, stereos, parlantes, llantas, repuestos, cubiertas, paragolpes, tasas, luces, lamparas, mp3, cd, dvd, gps, xenon, casas, patio, living, comedor, ambiente, dormitorio, departamentos, departamentos de pasillo, pasillo, 1 domitorio, 2 dormitorios, 3 dormitorios, 4 dormitorios, garage, galpon, negocio, fondo de comercio, terreno telefono, celular, nextel, nokia, samsung, motorola, alcatel, apple, iphone, cargador, bateria, zapatos, zapatillas, jeans, sweater, remera, buzo, camiseta, cpu, computadora, pc, notebook, netbook, monitor, lcd, plasma, mp3, cd, dvd, camara, digital, memoria, wifi, inalambrica, playstation, wii, palm, parlante, impresora, laser, chorro, tinta, mega, pixel, ipod, gps, mother, guitarra, electrica, televisor, equipo, musica, sony, vaio, apple, mac, hp, hewlett packard, pavillion, toshiba, imb, lenovo, nvidia, intel, pentium, amd, sillas, sillones, juego de living, puerta, ventana, piso, estufa, calefactor, ventilador, aire acondicionado, mesa, cama, colchon, sommier, maquina,bicicleta, pelota, golf, futbol, football, pesca, patin, telefono, celular, nextel, nokia, samsung, motorola, alcatel, apple, iphone, cargador, bateria, zapatos, zapatillas, jeans, sweater, remera, buzo, camiseta, cpu, computadora, pc, notebook, netbook, monitor, lcd, plasma, mp3, cd, dvd, camara, digital, memoria, wifi, inalambrica,playstation, wii, palm, parlante, impresora, laser, chorro, tinta, mega, pixel, ipod, gps, mother, guitarra, electrica, televisor, equipo, musica, sony, vaio, apple, mac, hp, hewlett packard, pavillion, toshiba, imb, lenovo, nvidia, intel, pentium, amd, sillas, sillones, juego de living, puerta, ventana, piso, estufa, calefactor, ventilador, aire acondicionado, mesa, cama, colchon, sommier, maquina, bicicleta, pelota, golf, futbol, football, pesca, patin"> | |
| <meta http-equiv="Keywords" CONTENT="avisos clasificados rosario, guia comercial interactiva, rosario clasificados, avisos rosario, avisos clasificados, automoviles, inmuebles, casas, departamento"> | |
| <meta name="Language" content="Spanish"> | |
| <meta name="Revisit" content="15 days"> | |
| <meta name="Revisit-after" content="30 days"> | |
| <meta name="Distribution" content="Global"> | |
| <meta name="Robots" content="All"> | |
| <meta name="Audience" content="all"> | |
| <meta name="GOOGLEBOT" content="index,follow"> | |
| <meta name="Rating" content="general"> | |
| <meta name="Content-Language" content="spanish"> | |
| <meta name="Language" content="es,sp,spanish,español"> | |
| <meta name="classification" content="avisos"> | |
| <title>RosarioPublica - Guia Comercial Interactiva</title> | |
| <link rel="shortcut icon" href="images/favicon.ico" /> | |
| <script src="AC_RunActiveContent.js" type="text/javascript"></script> | |
| <script language="javascript"> | |
| var win = null; | |
| function NewWindow(mypage,myname,w,h,scroll){ | |
| LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; | |
| TopPosition = (screen.height) ? (screen.height-h)/2 : 0; | |
| settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable' | |
| win = window.open(mypage,myname,settings) | |
| } | |
| </script> | |
| <script language='javascript' src='scripts/TweenMaxResponsive.min.js'></script> | |
| <script language='javascript' src='scripts/TweenMax.min3.js'></script> | |
| <script language='javascript' src='scripts/EasePack.min3.js'></script> | |
| <link rel="stylesheet" href="css/icofonts.css" type="text/css" media="all"> | |
| <link rel="stylesheet" href="css/base.css" type="text/css" media="all"> | |
| <link rel="stylesheet" href="css/style.css" type="text/css" media="all"> | |
| <link rel="stylesheet" href="includes/rosariop.css" type="text/css" media="all"> | |
| <link rel="stylesheet" href="includes/styledesign.css" type="text/css" media="all"> | |
| <link rel="stylesheet" href="includes/rosariop-p.css" type="text/css" media="all"> | |
| <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:300,700,400' rel='stylesheet' type='text/css'> | |
| <!--[if lt IE 9]> | |
| <script src="scripts/html5shiv.js"></script> | |
| <![endif]--> | |
| </head> | |
| <body> | |
| <header> | |
| <div class="contenedor clearfix"> | |
| <?php include ('img/header/headerdesign.php')?> | |
| </div> | |
| <div class="contenedor clearfix"> | |
| <section class="limpio unolar fecha"> | |
| - | |
| <script> | |
| dows = new Array("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"); | |
| months = new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"); | |
| now = new Date(); | |
| dow = now.getDay(); | |
| d = now.getDate(); | |
| m = now.getMonth(); | |
| h = now.getTime(); | |
| y = now.getYear(); | |
| if (navigator.appName == "Netscape"){year = (y-100)+2000} else {year = y;} | |
| document.write(dows[dow]+" "+d+" de "+months[m]+" de "+year); | |
| </script> | |
| - | |
| </section> | |
| <section class="limpio doslar dateex"> | |
| <nav class="menutop"> | |
| <ul> | |
| <li><a href="gratis/index.php" target="_blank">PUBLICACIÓN GRATIS</a> | |
| </li> | |
| <li><a href="eventos/index.php" target="_blank">EVENTOS</a> | |
| </li> | |
| </ul> | |
| </nav> | |
| </section> | |
| <section class="limpio treslar datenav"> | |
| <nav class="menutop"> | |
| <ul> | |
| <li><a href="index.php" target="_blank">Inicio</a></li> | |
| <li><a href="publicar/index.php" target="_blank">Publicar</a></li> | |
| <li><a href="ayuda.htm" onClick="NewWindow(this.href,'name','514','347','yes');return false" target="_blank">Ayuda</a></li> | |
| <li><a href="contacto.php" target="_blank">Contacto</a></li> | |
| </ul> | |
| </nav> | |
| </section> | |
| </div> | |
| </header> | |
| <table cellpadding="0" width="100%" class="tabla-principal" height="517"> | |
| <tr> | |
| <td width="200" height="100" rowspan="4" align="center" valign="middle" bgcolor="#152874"> | |
| <table width="100" border="0" align="center" class="banner"> | |
| <tr> | |
| <td><script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/indoorkart','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/indoorkart' ); //end AC code | |
| </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/indoorkart.swf"> | |
| <param name="quality" value="high"> | |
| <embed src="images/indoorkart.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object></noscript></td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <?php include ('images/tyc/tyc_banner.php'); ?> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td><script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/mamina','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/mamina' ); //end AC code | |
| </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/mamina.swf"> | |
| <param name="quality" value="high"> | |
| <embed src="images/mamina.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object></noscript></td> | |
| </tr> | |
| <tr> | |
| <td><script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/banner_bar','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/banner_bar' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/banner_bar.swf"> | |
| <param name="quality" value="high"> | |
| <embed src="images/banner_bar.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object> | |
| </noscript></td> | |
| </tr> | |
| <tr> | |
| <td><script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/banner_suspension','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/banner_suspension' ); //end AC code | |
| </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/banner_suspension.swf"> | |
| <param name="quality" value="high"> | |
| <embed src="images/banner_suspension.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object></noscript></td> | |
| </tr> | |
| <tr> | |
| <td><script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/3','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/3' ); //end AC code | |
| </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/3.swf"> | |
| <param name="quality" value="high"> | |
| <embed src="images/3.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object></noscript></td> | |
| </tr> | |
| <tr> | |
| <td><script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/razzini/razzini','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/razzini/razzini' ); //end AC code | |
| </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/razzini/razzini.swf"> | |
| <param name="quality" value="high"> | |
| <embed src="images/razzini/razzini.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object></noscript></td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td height="204" colspan="2" align="center" valign="top" bgcolor="#1F3AAB"> | |
| <p align="center" class="titulo"> | |
| <a href="automovil/"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','176','height','176','vspace','1','title','automoviles','src','swf/boton automovil','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','swf/boton automovil' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="176" height="176" vspace="1" title="automoviles"> | |
| <param name="movie" value="swf/boton automovil.swf"> | |
| <param name="quality" value="high"> | |
| <param name="wmode" value="transparent"> | |
| <embed src="swf/boton automovil.swf" width="176" height="176" vspace="1" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed> | |
| </object> | |
| </noscript> | |
| </a> | |
| <b class="titulo"> | |
| <br> | |
| </b> | |
| <a href="automovil/"><b class="titulo Estilo12">Automoviles</b></a> | |
| <br /> | |
| </td> | |
| <td colspan="2" align="center" valign="top" bgcolor="#1F3AAB"> | |
| <p align="center" class="titulo"> | |
| <a href="diverso/"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','176','height','176','vspace','1','title','Todo lo que buscas','src','swf/boton todo lo que buscas','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','swf/boton todo lo que buscas' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="176" height="176" vspace="1" title="Todo lo que buscas"> | |
| <param name="movie" value="swf/boton todo lo que buscas.swf"> | |
| <param name="quality" value="high"> | |
| <param name="wmode" value="transparent"> | |
| <embed src="swf/boton todo lo que buscas.swf" width="176" height="176" vspace="1" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed> | |
| </object> | |
| </noscript> | |
| <b class="titulo"><br> | |
| <span class="titulo Estilo12">Todo lo que buscas</span></b></a> | |
| <br /> | |
| </td> | |
| <td colspan="2" align="center" valign="top" bgcolor="#1F3AAB"> | |
| <p align="center" class="titulo"> | |
| <a href="inmueble/"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','176','height','176','vspace','1','title','Inmuebles','src','swf/boton inmuebles','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','swf/boton inmuebles' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="176" height="176" vspace="1" title="Inmuebles"> | |
| <param name="movie" value="swf/boton inmuebles.swf"> | |
| <param name="quality" value="high"> | |
| <param name="wmode" value="transparent"> | |
| <embed src="swf/boton inmuebles.swf" width="176" height="176" vspace="1" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed> | |
| </object> | |
| </noscript> | |
| <b class="titulo"><br> | |
| <span class=" titulo Estilo12">Inmuebles</span></b></a> | |
| <br /> | |
| </td> | |
| <td width="200" height="100" rowspan="4" align="center" valign="middle" bgcolor="#152874"> | |
| <table width="100" border="0" align="center" style="width: 118px"> | |
| <tr> | |
| <td valign="top" style="width: 117px; height: 47px"> | |
| <div align="center"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/parrillita','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/parrillita' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/parrillita.swf" /> | |
| <param name="quality" value="high" /> | |
| <embed src="images/parrillita.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object> | |
| </noscript> | |
| </div> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="width: 117px; height: 47px"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/banner','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/banner' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/banner.swf"> | |
| <param name="quality" value="high"> | |
| <embed src="images/banner.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object> | |
| </noscript> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="width: 117px; height: 47px"> | |
| <span style="width: 117px; height: 47px"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/direccion','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/direccion' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/direccion.swf"> | |
| <param name="quality" value="high"> | |
| <embed src="images/direccion.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object> | |
| </noscript> | |
| </span> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="width: 117px; height: 47px"> | |
| <?php include ('images/santino/santino_banner.php'); ?> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="width: 117px; height: 47px"> | |
| <?php include ('images/triunfo/triunfo_banner.php'); ?> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="width: 117px; height: 47px"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/moto','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/moto' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/moto.swf"> | |
| <param name="quality" value="high"> | |
| <embed src="images/moto.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object> | |
| </noscript> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="width: 117px; height: 47px"> | |
| <span style="width: 117px; height: 47px"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/banner_sicilia','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/banner_sicilia' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/banner_sicilia.swf"> | |
| <param name="quality" value="high"> | |
| <embed src="images/banner_sicilia.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object> | |
| </noscript> | |
| </span> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td height="50" colspan="6" align="center" valign="middle" bgcolor="#1F3AAB"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','632','height','35','src','banner horiz desc','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','banner horiz desc' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="632" height="35"> | |
| <param name="movie" value="banner horiz desc.swf"> | |
| <param name="quality" value="high"> | |
| <embed src="banner horiz desc.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="632" height="35"></embed> | |
| </object> | |
| </noscript> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td height="199" colspan="2" align="center" valign="middle" bgcolor="#1F3AAB" style="text-align: center;"> | |
| <p align="center"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','176','height','176','vspace','1','title','Moto','src','swf/boton moto','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','swf/boton moto' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="176" height="176" vspace="1" title="Moto"> | |
| <param name="movie" value="swf/boton moto.swf"> | |
| <param name="quality" value="high"> | |
| <param name="wmode" value="transparent"> | |
| <embed src="swf/boton moto.swf" width="176" height="176" vspace="1" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed> | |
| </object> | |
| </noscript> | |
| <a href="http://www.rosariopublica.com/diverso/diversos.php?cod_rub=360&cod_marca_moto"> | |
| <b class="titulo"> | |
| <br> | |
| <span class="titulo Estilo12">Motos</span> | |
| </b> | |
| </a> | |
| </p> | |
| </td> | |
| <td height="199" colspan="2" align="center" valign="middle" bgcolor="#1F3AAB" style="text-align: center;"> | |
| <p align="center"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','176','height','176','vspace','2','title','Nautica','src','swf/boton nautica','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','swf/boton nautica' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="176" height="176" vspace="2" title="Nautica"> | |
| <param name="movie" value="swf/boton nautica.swf"> | |
| <param name="quality" value="high"> | |
| <param name="wmode" value="transparent"> | |
| <embed src="swf/boton nautica.swf" width="176" height="176" vspace="2" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed> | |
| </object> | |
| </noscript> | |
| <a href="http://www.rosariopublica.com/diverso/diversos.php?cod_rub=362&cod_marca_moto=t&tpo_op=vender"> | |
| <b class="titulo"> | |
| <br> | |
| <span class="titulo Estilo12">Nautica</span> | |
| </b> | |
| </a> | |
| </p> | |
| </td> | |
| <td height="199" colspan="2" align="center" valign="middle" bgcolor="#1F3AAB" style="text-align: center;"> | |
| <p align="center"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','176','height','176','vspace','2','title','Camiones','src','swf/boton camiones','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','swf/boton camiones' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="176" height="176" vspace="2" title="Camiones"> | |
| <param name="movie" value="swf/boton camiones.swf"> | |
| <param name="quality" value="high"> | |
| <param name="wmode" value="transparent"> | |
| <embed src="swf/boton camiones.swf" width="176" height="176" vspace="2" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed> | |
| </object> | |
| </noscript> | |
| <a href="http://www.rosariopublica.com/diverso/diversos.php?cod_rub=524&cod_marca_moto=t&tpo_op=vender"> | |
| <b class="titulo"> | |
| <br> | |
| <span class=" titulo Estilo12">Camiones</span> | |
| </b> | |
| </a> | |
| </p> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="120" height="18" align="center" valign="middle" bgcolor="#C6C5E0" style="text-align: center;"> | |
| <div align="center" class="Estilo10"> | |
| <strong> | |
| <a href="http://www.telexplorer.com.ar/telexplorer/sp/?" target="_blank" class="Estilo3 Estilo5 "> | |
| <img src="images/Tilde.png" width="15" height="15" border="0"> | |
| <span class="Estilo9">Telefonos</span> | |
| </a> | |
| </strong> | |
| </div> | |
| </td> | |
| <td width="120" align="center" valign="middle" bgcolor="#C6C5E0" style="text-align: center;"> | |
| <div align="center" class="Estilo11"> | |
| <a href="multas.html" target="_blank" class="Estilo3 Estilo5 "> | |
| <img src="images/Tilde.png" width="15" height="15" border="0"> | |
| <span class="Estilo9">Multas</span> | |
| </a> | |
| </div> | |
| </td> | |
| <td width="120" align="center" valign="middle" bgcolor="#C6C5E0" style="text-align: center;"> | |
| <div align="center" class="Estilo11"> | |
| <a href="http://www.rosario.gov.ar/tramitesonline/patente.do" target="_blank" class="Estilo3 Estilo5 "> | |
| <img src="images/Tilde.png" width="15" height="15" border="0"> | |
| <span class="Estilo9">Patente autom.</span> | |
| </a> | |
| </div> | |
| </td> | |
| <td width="120" align="center" valign="middle" bgcolor="#C6C5E0" style="text-align: center;"> | |
| <div align="center" class="Estilo11"> | |
| <a href="http://www.ruta0.com/rutas_argentinas.aspx" target="_blank" class="Estilo3 Estilo5 "> | |
| <img src="images/Tilde.png" width="15" height="15" border="0"> | |
| <span class="Estilo9">GPS Rutas</span> | |
| </a> | |
| </div> | |
| </td> | |
| <td width="120" align="center" valign="middle" bgcolor="#C6C5E0" style="text-align: center;"> | |
| <div align="center" class="Estilo11"> | |
| <a href="http://www.dnrpa.gov.ar/portal_dnrpa/index.html" target="_blank" class="Estilo3 Estilo5 "> | |
| <img src="images/Tilde.png" width="15" height="15" border="0"> | |
| <span class="Estilo9">Reg. automotor</span> | |
| </a> | |
| </div> | |
| </td> | |
| <td width="120" align="center" valign="middle" bgcolor="#C6C5E0" style="text-align: center;"> | |
| <div align="center" class="Estilo11"> | |
| <a href="diario/diario.html" target="_blank" class="Estilo3 Estilo5 "> | |
| <img src="images/Tilde.png" width="15" height="15" border="0"> | |
| <span class="Estilo9">Diario/Noticias</span> | |
| </a> | |
| </div> | |
| </td> | |
| </tr> | |
| </table> | |
| <table border="0" cellpadding="0" id="table5" style=border-collapse: collapse; width="100%"; height="64";> | |
| <tr height="67" style="background:#152874"> | |
| <td width="117" align="center" valign="middle"> | |
| <div align="center"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/klimatica','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/klimatica' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/klimatica.swf" /> | |
| <param name="quality" value="high" /> | |
| <embed src="images/klimatica.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object> | |
| </noscript> | |
| </div> | |
| </td> | |
| <td width="117" height="50" align="center" valign="middle"> | |
| <div align="center"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/barbero','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/barbero' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/barbero.swf" /> | |
| <param name="quality" value="high" /> | |
| <embed src="images/barbero.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object> | |
| </noscript> | |
| </div> | |
| </td> | |
| <td width="117" height="60" align="center" valign="middle"> | |
| <div align="center"> | |
| <?php include ('images/autodromo/autodromo_banner.php'); ?> | |
| </div> | |
| </td> | |
| <td width="117" height="50" align="center" valign="middle"> | |
| <div align="center"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/FPR/FPR','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/FPR/FPR' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/FPR/FPR.swf" /> | |
| <param name="quality" value="high" /> | |
| <embed src="images/FPR/FPR.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object> | |
| </noscript> | |
| </div> | |
| </td> | |
| <td width="50" height="50" align="center" valign="middle"> | |
| <div align="center"> | |
| <?php include ('images/chinchu/chinchu.php'); ?> | |
| </div> | |
| </td> | |
| <td width="117" height="50" align="center" valign="middle"> | |
| <div align="center"> | |
| <span style="width: 117px; height: 47px"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/luis','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/luis' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/luis.swf" /> | |
| <param name="quality" value="high" /> | |
| <embed src="images/luis.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object> | |
| </noscript> | |
| </span> | |
| </div> | |
| </td> | |
| <td width="117" height="60" align="center" valign="middle"> | |
| <div align="center"> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/turi','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/turi' ); //end AC code | |
| </script> | |
| <noscript> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/turi.swf" /> | |
| <param name="quality" value="high" /> | |
| <embed src="images/turi.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object> | |
| </noscript> | |
| </div> | |
| </td> | |
| <td width="117" height="60" align="center" valign="middle"> | |
| <div align="center"> | |
| <?php include ('images/fides/fides_banner.php'); ?> | |
| </div> | |
| </td> | |
| </tr> | |
| </table> | |
| <footer> | |
| <section class="pie"> | |
| <a href="terminos.html" target="_blank">Terminos y Condiciones</a> | |
| - | |
| <a href="../../recomendar.php"> <strong>Recomendar</strong> </a> | |
| - | |
| <a href="javascript:var Loc='http://www.rosariopublica.com/';window.external.AddFavorite(' RosarioPublica - Clasificado Online!')">Agregar a Favoritos </a> | |
| <p>© Copyright 2006 - 2009 <a href="../../contacto.php">RosarioPublica</a>. Todos los derechos Reservados. by <a target="_blank" href="http://www.interstudio.com.ar/">InterStudio</a></p> | |
| </section> | |
| </footer> | |
| <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> | |
| </script> | |
| <script type="text/javascript"> | |
| _uacct = "UA-305927-2"; | |
| urchinTracker(); | |
| </script> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body | |
| { | |
| /* | |
| background-image: url('../images/bg-pagina3.png'); | |
| */ | |
| background: #162a77; | |
| background: -moz-linear-gradient(top, #162a77 0%, #3f92eb 100%); | |
| background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#162a77), color-stop(100%,#3f92eb)); | |
| background: -webkit-linear-gradient(top, #162a77 0%,#3f92eb 100%); | |
| background: -o-linear-gradient(top, #162a77 0%,#3f92eb 100%); | |
| background: -ms-linear-gradient(top, #162a77 0%,#3f92eb 100%); | |
| background: linear-gradient(to bottom, #162a77 0%,#3f92eb 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162a77', endColorstr='#3f92eb',GradientType=0 ); | |
| } | |
| p, td, a | |
| { | |
| font-family: Arial; | |
| font-size: 9pt; | |
| color: #FFFFFF; | |
| text-decoration: none; | |
| } | |
| .menubarra a:hover | |
| { | |
| font-size: 10pt; | |
| color: orange; | |
| } | |
| .fecha | |
| { | |
| font-size: 8pt; | |
| color:#FFFFFF; | |
| float:left; | |
| } | |
| .pie | |
| { | |
| font-size: 8pt; | |
| } | |
| .extra | |
| { | |
| text-align: center; | |
| color: #FFFFFF; | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 13pt; | |
| font-weight: bold; | |
| } | |
| .extra a | |
| { | |
| color:#FFFFFF; | |
| } | |
| .extra a:hover | |
| { | |
| color:#FFFFFF; | |
| } | |
| .menu-busqueda | |
| { | |
| color: #000000; | |
| font-weight: 700; | |
| } | |
| .operacion | |
| { | |
| color:#FFFFFF; | |
| font-size:14pt; | |
| font-weight:700; | |
| width:300px; | |
| } | |
| .anunciante | |
| { | |
| border: 1px #FFCC66 solid; | |
| height: 27px; | |
| background-color: orange; | |
| color: black; | |
| } | |
| .caracteristica | |
| { | |
| text-align: center; | |
| border: 1px #0099CC solid; | |
| height: 27px; | |
| background-color: #0B69C8; | |
| } | |
| .caracteristica2 | |
| { | |
| border: 1px #0099CC solid; | |
| height: 27px; | |
| background-color: #0B69C8; | |
| } | |
| .asterisco | |
| { | |
| color: orange; | |
| } | |
| .titulo | |
| { | |
| font-size:12pt; | |
| font-weight:700; | |
| } | |
| .titulo a:hover | |
| { | |
| font-size:12pt; | |
| font-weight:700; | |
| color: orange; | |
| } | |
| .titulo2 a | |
| { | |
| font-size:12pt; | |
| font-weight:700; | |
| color: black; | |
| } | |
| .titulo2 a:hover | |
| { | |
| font-size:12pt; | |
| font-weight:700; | |
| color: blue; | |
| } | |
| .tabla-principal | |
| { | |
| background-image: url('../images/fondo.jpg'); | |
| border-collapse: collapse; | |
| width: 100%; | |
| padding: 2em; | |
| } | |
| .respuesta | |
| { | |
| font-size: 12pt; | |
| color: orange; | |
| } | |
| #moto | |
| { | |
| display:none; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ejemplo sitio | |
| -------------------------------------------------------------- | |
| #columna-ejemplo .columna { text-align: left; margin-bottom: 2em; padding: 1em 0; } | |
| header { background: #152874; box-shadow: 0 2px 2px rgba(0,0,0,0.2); height: 180px; line-height: 3em; font-family: "Merriweather Sans", Helvetica, Arial, sans-serif; padding: 5px 0 0 0; } | |
| header .logo { float: center; font-size: 1em; font-weight: 700; text-transform: uppercase; } | |
| .pie {text-align: center; color: #000; /*font-style: italic;*/ font-size: 0.75em; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; height:100%; margin: 0; padding: 0; background-color: #FF9933; background-image:linear-gradient(#CC6633, #FF9933); } | |
| footer { background: #2C59B4; padding: 1em 0; position:relative; bottom:5px; } | |
| //////////////////////////////////////hacer cuadricula///////////////**//* | |
| #content { | |
| background-image: linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent), | |
| linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent); | |
| background-size:80px 50px; | |
| height:100%; | |
| background-color: transparent; | |
| } | |
| ////////////////////////////////////////////////////////////////////////////*/ | |
| #iconos .columna { text-align: center; } | |
| #iconos i[class^="icon-"] { font-size: 3.5em; line-height: 0.4em; } | |
| .menutop { float: center; margin: 0; } | |
| .menutop li { display: inline-block; } | |
| .menutop li a { display: block; /*padding: 0.4em 0.625em;*/ } | |
| .datenav { background: #2C59B4; color:#FFFFFF; } | |
| .datenav a { color:#FFFFFF; } | |
| .datenav a:hover { color:#FF9933; text-transform:uppercase; } | |
| .fecha { font-weight: 100; color:#FFFFFF; font-size:15px; } | |
| .dateex { background: #2C59B4; color:#000000; } | |
| .dateex a { color:#FF9933; } | |
| .dateex a:hover { color:#FFFFFF; text-transform:uppercase; background-color:#003399; } | |
| //////////////////////////////////////////////////////////////////////////////// | |
| .moto { display:inline-block; float:left; } | |
| .cuerpoentero { clear:both; display:inline; } | |
| .inicio { clear:both; display:inline-block; position:relative; } | |
| .lateral { float:left; } | |
| .contenedorcentro { width: 73%; margin: 0px auto; position: relative; } | |
| .contenedorlat { width: 13%; margin: 0px; position: static; background:#152874; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @charset "utf-8"; | |
| * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } | |
| html, body { margin: 0; padding: 0; } | |
| h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0;/* font-weight: 300; font-style: normal; font-size: 100%; font-family: inherit;*/ } | |
| table { border-collapse: collapse; border-spacing: 0; } | |
| ol, ul { list-style: none; } | |
| q:before, q:after, blockquote:before, blockquote:after { content: ""; } | |
| hr { border: 0; border-top: 1px solid ; border-bottom: 1px solid ; margin: 2em 0; height: 0; clear: both; } | |
| /* HTML5 display-role reset para navegadores viejos */ | |
| article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } | |
| img { height: auto; } | |
| img, object, embed { max-width: 100% auto; } | |
| .clear { clear: both; } | |
| .clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; } | |
| .clearfix { display: inline-block; } | |
| * html .clearfix { height: 1%; } | |
| .clearfix { display: block; } | |
| .Estilo3 { | |
| font-family: Arial, Helvetica, sans-serif | |
| } | |
| .Estilo5 { | |
| font-size: 10px | |
| } | |
| .Estilo9 { | |
| font-size: 12px | |
| } | |
| .Estilo10 { | |
| color: #FFFFFF | |
| } | |
| .Estilo11 { | |
| color: #FFFFFF; font-weight: bold; | |
| } | |
| .Estilo12 { | |
| font-size: 16px | |
| } | |
| .menufondo { | |
| background-image: url('images/barrasup2.jpg'); | |
| } | |
| .bgfooter { | |
| background-image: url('images/bg-footer.jpg'); | |
| } | |
| footer .Estilo3 { | |
| color: #000080; | |
| font-size: 12px; | |
| } | |
| footer .Estilo4 { | |
| font-size: 12px | |
| } | |
| table .banner { | |
| width: 117 px; | |
| height: 60 px; | |
| float:center; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment