ansoni17
  Mi Diseños:Ansoni17
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
    <link rel="shortcut icon" href="https://img.webme.com/pic/c/carlos14468/favicon.png" type="image/vnd.microsoft.icon" />
    <title>  - Cosas para tu Web</title>
    <style type="text/css">
    <!--
        body {
            background-color: #2e3839;
            margin: 5px;
            font-family:    tahoma, verdana, arial;
        }
        td {
            font-family:    tahoma, verdana, arial;
            font-size: 11px;
            color: #FFF7F7;
        }
        a {
            font-size: 11px;
            color: #FFF7F7;
            text-decoration: none;
        }
        a:visited {
            font-size: 11px;
            text-decoration: none;
        }
        a:hover {
            font-size: 11px;
            text-decoration: underline;
        }
        a.std {
            font-size: 11px;
            color:#436123;
            text-decoration: none;
        }
        a:visited.std { font-size: 11px; color:#436123; text-decoration: none; }
        a:hover.std { font-size: 11px; color:#436123; text-decoration: underline; }
        .small    {
            font-family:    tahoma, verdana, arial;
            font-size: 9px;
            color: #000000;
        }
        .small a {
            color: black;
        }
        .headline,.headline2,.headline3 {
            font-family:    tahoma, verdana, arial;
            font-size: 11px;
            color: white;
        }
        .cont {
            font-family:    tahoma, verdana, arial;
            font-size: 11px;
            color: #000000;
        }
        .ro {
            background-color:#E7E7E7;
        }
        html {
            font-family:    tahoma, verdana, arial;
            font-size: 11px;
        }
        .bbc { color:#FFFFFF; background-color:#FFFFFF; border-color:#FFFFFF; border-style:solid; border-width:1px; text-decoration:none;}
        td.nav {
            background-image: url(http://theme.webme.com/designs/iceblue/images/button.gif);
            background-repeat: none;
            height: 33px;
            width: 185px;
            padding-left: 25px;
        }
        td.nav a {
            color: #FCF8F8;
            font-size:11px;
        }
        td.nav_heading {
            background-image: url(http://theme.webme.com/designs/iceblue/images/heading_left.gif);
            color: white;
            padding-left: 15px;
            line-height: 23px;
            width: 185px;
            height: 23px;
        }
        td.nav_head {
            background-image: url(http://theme.webme.com/designs/iceblue/images/head_left.gif);
            color: white;
            padding-left: 15px;
            line-height: 31px;
            width: 185px;
            height: 31px;
        }
        td.sidebar_heading {
            background-image: url(http://theme.webme.com/designs/iceblue/images/heading_right.gif);
            color: white;
            padding-left: 15px;
            line-height: 24px;
            width: 168px;
            height: 24px;
        }
        td.sidebar_head {
            background-image: url(http://theme.webme.com/designs/iceblue/images/head_right.gif);
            color: white;
            padding-left: 15px;
            line-height: 32px;
            width: 168px;
            height: 32px;
        }
        .shouty,.shouty2,.shouty3,.shouty4,.shouty5 {
            background-color: #fafbfc;
            background-image: url(http://theme.webme.com/designs/iceblue/images/shouty.gif);
            background-repeat: no-repeat;
            padding: 5px;
        }
        .shoutbox {
            overflow: auto;
            height: 300px;
            width: 175px;
        }
        .nick {
            font-weight: bold;
        }
        .shoutbox hr {
            border: 0;
            border-bottom: 1px dashed #0c2737;
        }
        .shoutbox input, .shoutbox textarea {
            width: 155px;
        }
        .send {
            margin-top: 5px;
            color: black;
            font-weight: bold;
            width: 50px;
            margin-left: auto;
            margin-right: auto;
        }
        .RowLight, .RowDark {
            padding-left: 10px;
            height: 27px;
        }
        .RowLight {
            background-image: url(http://theme.webme.com/designs/iceblue/images/stats_bg1.gif);
        }
        .RowDark {
            background-image: url(http://theme.webme.com/designs/iceblue/images/stats_bg2.gif);
        }
        img { border: 0;}
        .headline a, .footer_text, .footer_text a.nav {
            color: white;
        }
            //-->
    </style>
</head>
<body>
<FONT color="white"><!-- www.cssplantillas.es.tl -->
<div id="postit">

<div align="right"><a href="javascript:closeit()" title="Cerrar"><font color="red"><b>X</b></font></a></div>
<b>Administrador:Ansoni17</b><br />
<span style="color: rgb(51, 102, 255); ">Bienvenido a Mi Web Regalanos un like en Facebook!....GRASIAS </span><br />
<a href="http://www.facebook.com/profile.php?id=1479395801"><span style="color: rgb(255, 102, 0); ">Click aqui</span></a> <span style="color: rgb(51, 102, 255); ">para ir a la pagina!</span>
</div>
<style>#postit{display:scroll;position:fixed;bottom:10px;left:5px;visibility:hidden;
background:#333;color:#ccc;border:2px solid #FFFFFF;
z-index:100;font:12px verdana;width:200px;padding:3px;height:100px;}
#postit a{color:#ff9900;text-decoration:none;}</style>
<!-- desde aqui no modificar nada -->
<script>
var once_per_browser=0
var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all
if (ns4)
crossobj=document.layers.postit
else if (ie4||ns6)
crossobj=ns6? document.getElementById("postit") : document.all.postit
function closeit(){
if (ie4||ns6)
crossobj.style.visibility="hidden"
else if (ns4)
crossobj.visibility="hide"}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))}}
return returnvalue;}
function showornot(){
if (get_cookie('postdisplay')==''){
showit()
document.cookie="postdisplay=yes"}}
function showit(){
if (ie4||ns6)
crossobj.style.visibility="visible"
else if (ns4)
crossobj.visibility="show"}
if (once_per_browser)
showornot()
else
showit()
</script>
<script language="JavaScript1.2">
function drag_drop(e){
if (ie4&&dragapproved){
crossobj.style.left=tempx+event.clientX-offsetx+'px'
crossobj.style.top=tempy+event.clientY-offsety+'px'
return false}
else if (ns6&&dragapproved){
crossobj.style.left=tempx+e.clientX-offsetx+'px'
crossobj.style.top=tempy+e.clientY-offsety+'px'
return false}}
function initializedrag(e){
if (ie4&&event.srcElement.id=="postit"||ns6&&e.target.id=="postit"){
offsetx=ie4? event.clientX : e.clientX
offsety=ie4? event.clientY : e.clientY
tempx=parseInt(crossobj.style.left)
tempy=parseInt(crossobj.style.top)
dragapproved=true
document.onmousemove=drag_drop}}
document.onmousedown=initializedrag
document.onmouseup=new Function("dragapproved=false")

</script>
<!-- www.cssplantillas.es.tl -->


<head>
<link rel="http://www7a.biglobe.ne.jp/~sf-papercraft/Gallery/YT-1300/yt1300.jpg" href="favicon.ico" type="image/x-icon" />
</head>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http:/www.w3.org/1999/xhtml"> <div style="width:900px; position: relative; margin-left: auto; margin-right: auto;">

<style type="text/css"> <!--

p, div{color:Hier Farbwert;}

td.idcp{visibility:hidden;}

body {background-image:url(http://api.ning.com/files/yPO8i4tA12xo0FGm-RcxzzcwKT5TYReq5UzloHvs8n2NiLJ57jfrlpuo9*lu*V3s61k4oWL*-oMOSQzg3upa-JiV*r3ITJTL/Fondo.gif?width=128&height=128&xn_auth=no&type=gif&v=201005071351);background-attachment: fixed;}

/* Header */

td.edit_header_full{background-image: url(Fondo);}

/*Navigation*/

td.edit_navi_headbg{background-image: none;width: 15%;}

td.nav_heading{background-image: url(http://i.imgur.com/qX9QC.jpg);height: 25px;padding-left: 27px;font-size: 14px;font-weight: bold;}

td.nav{background-image: url(http://i.imgur.com/ESMMy.jpg);height: 25px;}

td.nav:hover{background-image: url(http://i.imgur.com/OArYe.jpg);height: 25px;}

td.nav a{color: #ffffff;text-decoration: none;font-size: 11px;}

td.nav a:hover{color: #ffffff;text-decoration: overline underline;font-size: 11px;}

td.nav a:visited{color: #ffffff;font-size: 11px;font-weight: bold;}

td.edit_below_nav{visibility: hidden;}

/*Content*/

td.edit_rechts_cbg{background-image: none;width: 100%;}

td.edit_content_top{height: 25px;background-image: url(https://img.webme.com/pic/d/deluxe4you/ffffff.jpg);font-size:14px;font-weight:bold;text-align: center;}

td.edit_content{padding-left: 20px;background-image: url(http://i.imgur.com/BhOVM.jpg);}

td.edit_content div{color: #ffffff;font-size: 12px;font-weight: bold;}

td.edit_content p{color: #ffffff;font-size: 12px;font-weight: bold;}

td.edit_content font{color: #ffffff;font-size: 12px;font-weight: bold;}

td.edit_content_bottom{background-image: url(https://img.webme.com/pic/d/deluxe4you/ffffff.jpg);height: 25px;}

td.edit_content_bottom2{background-image: none;height: 38px;}

td.headline2{visibility: hidden;}

/*Rechte Boxen*/

td.sidebar_heading{background-image: url(http://i.imgur.com/umUUr.jpg);height: 25px;font-size: 14px;font-weight: bold;text-align: center;}

td.shouty{color:#ff0000;background-image: url(https://img.webme.com/pic/d/deluxe4you/hintergrund2.gif);background-color: #000000;border: 3px solid #c6c5c5;}

td.shouty2{color:#ff0000;background-image: url(https://img.webme.com/pic/d/deluxe4you/hintergrund2.gif);background-color: #000000;border: 3px solid #c6c5c5;}

td.shouty3{color:#ff0000;background-image: url(https://img.webme.com/pic/d/deluxe4you/hintergrund2.gif);background-color: #000000;border: 3px solid #c6c5c5;}

td.shouty4{color:#ff0000;background-image: url(https://img.webme.com/pic/d/deluxe4you/hintergrund2.gif);background-color: #000000;border: 3px solid #c6c5c5;}

td.shouty5{color:#ff0000;background-image: url(https://img.webme.com/pic/d/deluxe4you/hintergrund2.gif);background-color: #000000;border: 3px solid #c6c5c5;}

td.edit_rechts_bottom{background-image: none;width: 15%;}

td.edit_rb_footer{visibility: hidden; width: 0px ;}

/*Rechter Streifen*/

td.edit_rechts_sbg{background-image: none;visibility: hidden;position: absolute;right: 0px;}

--> </


<style type="text/css">
<!--
td.shouty{color:#FFFFFF;background-image: url(URL);background-color: transparent;}
td.shouty2{color:#FFFFFF;background-image: url(URL);background-color: transparent;}
td.shouty3{color:#FFFFFF;background-image: url(URL);background-color: transparent;}
td.shouty4{color:#FFFFFF;background-image: url(URL);background-color: transparent;}
td.shouty5{color:#FFFFFF;background-image: url(URL);background-color: transparent;}
--></style>






<table width="100%" cellpadding="0px" cellspacing="0px"><tr><td>  <div class="box_profile_info_small_content">  <style type="text/css">   GK-TM{sitio-web:http://www.robney.us;}  iframe {display:none;}#search_table {display:none;}.scrollable {display:none;}.box_profile_connections   {display:none;}#p_nav_header {display:none;}#footer {display:none;} </style>   <style type="text/css">   GK-TM{sitio-web:http://www.robney.us;} .bg_content, .heading_profile { background-color: transparent !important;   background-image:none; background-repeat: no-repeat; } body { background-color: #000000; background-position: top   left;background-repeat:no-repeat; background-attachment: fixed; } #p_center{ background-color: transparent !important;   background-image:none; background-attachment:fixed; background-position: center center; background-repeat: no-repeat; }  .window_content, .box_profile_picture_links{ background-color: transparent; background-image:none;}  </style> <b style= ";left:0px;top:0px; font-family:Arial; text-decoration:none; font-size:9px;"> </b>   </div>  </td></tr></table> - Cosas para tu Web
Administrador:Ansoni17
Bienvenido a Mi Web Regalanos un like en Facebook!....GRASIAS
Click aqui para ir a la pagina!
 
  Hoy habia 29 visitantes (29 clics a subpáginas) ¡Aqui en esta página!  
 
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis