jueves, 3 de noviembre de 2022

Estilos color

Un documento con una hoja de estilo externa<TITLE> <LINK href="especial.css" rel="stylesheet" type="text/css"> </HEAD> <BODY> <P class="especial">Este párrafo debería tener texto especial verde. </BODY> </HTML> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Publicado por <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/08147947017975102475' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/08147947017975102475' rel='author' title='author profile'> <span itemprop='name'>PepeIruegas</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://midiario.armandoiruegas.com/2022/11/estilos-color.html' itemprop='url'/> <a class='timestamp-link' href='http://midiario.armandoiruegas.com/2022/11/estilos-color.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2022-11-03T07:03:00-07:00'>7:03</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://midiario.armandoiruegas.com/2022/11/estilos-color.html#comment-form' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1949163447'> <a href='https://www.blogger.com/post-edit.g?blogID=2930747681094478545&postID=6012112071907310245&from=pencil' title='Editar entrada'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=6012112071907310245&target=email' target='_blank' title='Enviar por correo electrónico'><span class='share-button-link-text'>Enviar por correo electrónico</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=6012112071907310245&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='Escribe un blog'><span class='share-button-link-text'>Escribe un blog</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=6012112071907310245&target=twitter' target='_blank' title='Compartir con Twitter'><span class='share-button-link-text'>Compartir con Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=6012112071907310245&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Compartir con Facebook'><span class='share-button-link-text'>Compartir con Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=6012112071907310245&target=pinterest' target='_blank' title='Compartir en Pinterest'><span class='share-button-link-text'>Compartir en Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>sábado, 29 de octubre de 2022</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='2930747681094478545' itemprop='blogId'/> <meta content='2890672037045034101' itemprop='postId'/> <a name='2890672037045034101'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://midiario.armandoiruegas.com/2022/10/prueba_29.html'>prueba Tooltips</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-2890672037045034101' itemprop='description articleBody'> <!--DOCTYPE html--> <html> <head> <meta name="viewport" content="width = device-width, initial-scale = 1" /> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css" /> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"> </script> </head> <body class="container"> <div class="fixed-action-btn toolbar"> <strong>Toolbar</strong> <a class="btn-floating btn-large red"> <i class="large material-icons"> border_color</i> </a> <ul> <li class="waves-effect waves-light"> <a href="#!"> <i class="material-icons"> insert_chart</i></a> </li> <li class="waves-effect waves-light"> <a href="#!"> <i class="material-icons"> format_quote</i></a> </li> <li class="waves-effect waves-light"> <a href="#!"> <i class="material-icons"> publish</i></a> </li> <li class="waves-effect waves-light"> <a href="#!"> <i class="material-icons"> attach_file</i></a> </li> </ul> </div> <h2>Tooltips</h2> <div class="row"> <div class="col s6"> <a class="btn tooltipped green" data-position="bottom" data-delay="50" data-tooltip="Additional Information"> Hover me! </a> </div> <div class="col s6"> <a class="btn tooltipped green" data-position="top" data-delay="50" data-tooltip="Additional Information"> Hover me! </a> </div> </div> <div class="row"> <div class="col s6"> <a class="btn tooltipped green" data-position="left" data-delay="50" data-tooltip="Additional Information"> Hover me! </a> </div> <div class="col s6"> <a class="btn tooltipped green" data-position="top" data-delay="50" data-tooltip="Additional Information"> Hover me! </a> </div> </div> </body> </html> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Publicado por <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/08147947017975102475' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/08147947017975102475' rel='author' title='author profile'> <span itemprop='name'>PepeIruegas</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://midiario.armandoiruegas.com/2022/10/prueba_29.html' itemprop='url'/> <a class='timestamp-link' href='http://midiario.armandoiruegas.com/2022/10/prueba_29.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2022-10-29T20:26:00-07:00'>20:26</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://midiario.armandoiruegas.com/2022/10/prueba_29.html#comment-form' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1949163447'> <a href='https://www.blogger.com/post-edit.g?blogID=2930747681094478545&postID=2890672037045034101&from=pencil' title='Editar entrada'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2890672037045034101&target=email' target='_blank' title='Enviar por correo electrónico'><span class='share-button-link-text'>Enviar por correo electrónico</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2890672037045034101&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='Escribe un blog'><span class='share-button-link-text'>Escribe un blog</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2890672037045034101&target=twitter' target='_blank' title='Compartir con Twitter'><span class='share-button-link-text'>Compartir con Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2890672037045034101&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Compartir con Facebook'><span class='share-button-link-text'>Compartir con Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2890672037045034101&target=pinterest' target='_blank' title='Compartir en Pinterest'><span class='share-button-link-text'>Compartir en Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='2930747681094478545' itemprop='blogId'/> <meta content='2640968097854779354' itemprop='postId'/> <a name='2640968097854779354'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://midiario.armandoiruegas.com/2022/10/calendarios.html'>Calendarios</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-2640968097854779354' itemprop='description articleBody'> <p> </p> <div id="calendar"><strong>Loading...</strong></div> <script> var conf = { bgcolor: '#5692ce', newtab: 1, // 0:abre link en la misma ventana | 1:abre link en ventana nueva start: 1, // 0:Domingo | 1:Lunes days: "Lunes|Martes|Miercoles|Jueves|Viernes|Sabado|Domingo", months: "Enero|Febrero|Marzo|Abril|Mayo|Junio|Julio|Agosto|Septiembre|Octubre|Noviembre|Diciembre", date: "Ir al mes actual" } </script> <script src="https://cdn.jsdelivr.net/gh/jmacuna/calendar-widget@master/create-calendar.js" type="text/javascript"></script> <script src="https://www.tecnoblog.guru/feeds/posts/summary?max-results=1000&alt=json-in-script&orderby=published&callback=createCalendar" type="text/javascript"></script> <div id='calendar'><strong>Loading...</strong></div> <script> var conf = { bgcolor: '#5692ce', newtab: 0, // 0:abre link en la misma ventana | 1:abre link en ventana nueva tooltip: false, // false:title por defecto | true:tooltip con css3 start: 1, // 0:Domingo | 1:Lunes days: "Lunes|Martes|Miercoles|Jueves|Viernes|Sabado|Domingo", months: "Enero|Febrero|Marzo|Abril|Mayo|Junio|Julio|Agosto|Septiembre|Octubre|Noviembre|Diciembre", date: "Ir al mes actual" } </script> <script src='https://cdn.jsdelivr.net/gh/jmacuna/calendar-widget@master/create-calendar.js' type='text/javascript'></script> <script src='https://www.tecnoblog.guru/feeds/posts/summary?max-results=1000&alt=json-in-script&orderby=published&callback=createCalendar' type='text/javascript'></script> <style type="text/css"> @font-face { font-family: 'Catamaran'; src: local('Catamaran Regular'), local('Catamaran-Regular'), url(https://fonts.gstatic.com/s/catamaran/v4/o-0IIpQoyXQa2RxT7-5r5TRA.woff2) format('woff2'); } #contentDate *{font-family:'Catamaran'!important} #spanLeft, #spanRight, #spanMonth, #spanYear{border:0;cursor:pointer;line-height:20px!important;background-color:#5692ce;padding:0!important} #spanMonth,#spanYear{background-color:#fff!important;font-size:16px!important;color:#000!important;border:0!important;cursor:text!important;pointer-events:none} #spanLeft:before{content:'<';font-size:15px;color:#fff;display:inline-block;padding:0 10px!important} #spanRight:after{content:'>';font-size:15px;color:#fff;display:inline-block;padding:0 10px!important} #spanLeft:hover, #spanRight:hover{background-color:#515151!important} #spanLeft img, #spanRight img, #spanMonth img, #spanYear img{display:none} #contentDate table{margin-bottom:0!important} #contentDate table tr td{padding:0} #contentDate table tr td a{width: 28px;display:inline-block} #contentDate table tr td a[style='text-decoration:none;color:#000;cursor:default;border-radius:100%;border:2px solid #5692ce;cursor:pointer;'], #contentDate table tr td a[style='text-decoration:none;color:#000;cursor:default;border-radius:100%;border:2px solid #5692ce;cursor:pointer;border-radius:100%;border:2px solid #5692ce;cursor:pointer;'] {border:0!important;border-radius:0!important;background-color:#4080cc;color:#fff!important} #contentDate table tr td a[style='text-decoration:none;color:#000;cursor:default;border-radius:100%;border:2px solid #5692ce;cursor:pointer;'] span {color:#fff!important} #contentDate table tr td a[style='text-decoration:none;color:#000;cursor:default;border-radius:100%;border:2px solid #5692ce;cursor:pointer;']:hover {background:#515151} #contentDate table{box-shadow:none!important;font-size:13px!important;width:100%!important} #contentDate table tr{background:#fff!important} #contentDate table tr td{text-align:center!important} #contentDate{width:240px!important; display:inline-block} #lblToday{background:#fff} #lblToday a{color:#bd3434!important; font-size:medium; width:auto!important} </style> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Publicado por <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/08147947017975102475' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/08147947017975102475' rel='author' title='author profile'> <span itemprop='name'>PepeIruegas</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://midiario.armandoiruegas.com/2022/10/calendarios.html' itemprop='url'/> <a class='timestamp-link' href='http://midiario.armandoiruegas.com/2022/10/calendarios.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2022-10-29T20:15:00-07:00'>20:15</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://midiario.armandoiruegas.com/2022/10/calendarios.html#comment-form' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1949163447'> <a href='https://www.blogger.com/post-edit.g?blogID=2930747681094478545&postID=2640968097854779354&from=pencil' title='Editar entrada'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2640968097854779354&target=email' target='_blank' title='Enviar por correo electrónico'><span class='share-button-link-text'>Enviar por correo electrónico</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2640968097854779354&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='Escribe un blog'><span class='share-button-link-text'>Escribe un blog</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2640968097854779354&target=twitter' target='_blank' title='Compartir con Twitter'><span class='share-button-link-text'>Compartir con Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2640968097854779354&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Compartir con Facebook'><span class='share-button-link-text'>Compartir con Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2640968097854779354&target=pinterest' target='_blank' title='Compartir en Pinterest'><span class='share-button-link-text'>Compartir en Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='https://www.theguitarlesson.com/showguitarchords.php' itemprop='image_url'/> <meta content='2930747681094478545' itemprop='blogId'/> <meta content='5230655695262869950' itemprop='postId'/> <a name='5230655695262869950'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://midiario.armandoiruegas.com/2022/10/a-major-b-c-d-e-f-g-major-m-add9-aug-b5.html'>Acordes de Guitarra</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-5230655695262869950' itemprop='description articleBody'> <style type="text/css"> .style1 { text-align: center; } </style> <SCRIPT language="JavaScript"> function ShowGuitarChord(GuitarChordImage) { var root = document.guitarchords.root.options[document.guitarchords.root.selectedIndex].value; var chordtype = document.guitarchords.chordtype.options[document.guitarchords.chordtype.selectedIndex].value; var voicing = document.guitarchords.voicing.options[document.guitarchords.voicing.selectedIndex].value; var GuitarChordImage = "https://www.theguitarlesson.com/showguitarchords.php?r=" + root + "&t=" + chordtype +"&v=" +voicing; document.GuitarChord.src = GuitarChordImage; var x = document.guitarchords.root.selectedIndex; var y = document.guitarchords.chordtype.selectedIndex; var roottext = document.guitarchords.root.options[x].text; var chordtext = document.guitarchords.chordtype.options[y].text; document.getElementById("guitarchordname").firstChild.nodeValue=roottext + " " + chordtext; } </SCRIPT> <div class="style1"> <span id="guitarchordname" style="font-size:1.2em; font-weight:bold; margin-bottom: 15px;">C major</span><br /> <img name="GuitarChord" src="https://www.theguitarlesson.com/showguitarchords.php" style="border:1px solid #CBD5E0; margin:auto; margin-bottom: 15px;"> <form name="guitarchords"> <select style="font-size:0.9em; border:1px solid #CBD5E0; margin-bottom: 5px;" name="root" onChange="ShowGuitarChord()"> <option value="C">DO</option> <option value="D">RE</option> <option value="E">MI</option> <option value="F">FA</option> <option value="G">SOL</option> <option value="A">LA</option> <option value="B">SI</option> </select><br> <select style="font-size:0.9em; border:1px solid #CBD5E0; margin-bottom: 5px;" name="chordtype" onChange="ShowGuitarChord()"> <option value="maj">Mayor</option> <option value="m">menor</option> <option value="-sus4">Sus4</option> <option value="-add9">add9</option> <option value="-aug">aug</option> <option value="-b5">b5</option> <option value="-dim">Dism</option> <option value="m-maj7">m(May7)</option> <option value="m6-9">m6/9</option> <option value="m6">m6</option> <option value="m7">m7</option> <option value="m7b5">m7b5</option> <option value="m9">m9</option> <option value="m9-maj7">m9(May7)</option> <option value="maj7">May7</option> <option value="maj7b5">May7b5</option> <option value="maj9">May9</option> <option value="m11">m11</option> <option value="5">5</option> <option value="6-9">6/9</option> <option value="6">6</option> <option value="7-aug-b9">7 augb9</option> <option value="7-aug">7 aug</option> <option value="7">7</option> <option value="7-sharp-9">7#9</option> <option value="7-sus4">7 sus4</option> <option value="7b5">7b5</option> <option value="7b9">7b9</option> <option value="9-aug">9 aug</option> <option value="9">9</option> <option value="9-sharp-11">9#11</option> <option value="9b5">9b5</option> <option value="11">11</option> <option value="13">13</option> </select><br> <select style="font-size:0.9em; border:1px solid #CBD5E0; margin-bottom:5px;" name="voicing" onChange="ShowGuitarChord()"> <option value="chord1">Opción 1</option> <option value="chord2">Opción 2</option> <option value="chord3">Opción 3</option> <option value="chord4">Opción 4</option> <option value="chord5">Opción 5</option> <option value="chord6">Opción 6</option> </select> </form> <!--php if ($show_link) { echo '<p style="font-size:0.7em;"-->Powered by<br /><a rel="nofollow" href="https://www.theguitarlesson.com">TheGuitarLesson.com</a></p>'; } ?> </div> <!--php echo $after_widget; } function update( $new_instance, $old_instance ) { $instance = $old_instance; $instance['title'] = strip_tags( $new_instance['title'] ); $instance['show_link'] = strip_tags( $new_instance['show_link'] ); return $instance; } function form( $instance ) { //Defaults $instance = wp_parse_args( (array) $instance, array( 'title' =--> 'Guitar Chords', 'show_link' => '') ); $title = esc_attr( $instance['title'] ); $show_link = empty( $instance['show_link'] ) ? '0' : $instance['show_link']; ?> <p> <label for="<?php echo $this->get_field_id('title'); ?>">Title:</label> <input type="text" value="<?php echo $title; ?>" name="<?php echo $this->get_field_name('title'); ?>" id="<?php echo $this->get_field_id('title'); ?>" class="widefat" /> <input class="checkbox" type="checkbox" checked="<?php if ($show_link) {echo 'checked';}//checked($instance['show_link'], true) ?>" id="<?php echo $this->get_field_id('show_link'); ?>" name="<?php echo $this->get_field_name('show_link'); ?>" /> <label for="<?php echo $this->get_field_id('show_link'); ?>">Support developer with a link</label><br /> </p> <!--php } } function pnj_register_widget() { register_widget('pnj_guitar_widget'); } add_action('widgets_init', 'pnj_register_widget'); ?--> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Publicado por <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/08147947017975102475' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/08147947017975102475' rel='author' title='author profile'> <span itemprop='name'>PepeIruegas</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://midiario.armandoiruegas.com/2022/10/a-major-b-c-d-e-f-g-major-m-add9-aug-b5.html' itemprop='url'/> <a class='timestamp-link' href='http://midiario.armandoiruegas.com/2022/10/a-major-b-c-d-e-f-g-major-m-add9-aug-b5.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2022-10-29T13:13:00-07:00'>13:13</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://midiario.armandoiruegas.com/2022/10/a-major-b-c-d-e-f-g-major-m-add9-aug-b5.html#comment-form' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1949163447'> <a href='https://www.blogger.com/post-edit.g?blogID=2930747681094478545&postID=5230655695262869950&from=pencil' title='Editar entrada'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=5230655695262869950&target=email' target='_blank' title='Enviar por correo electrónico'><span class='share-button-link-text'>Enviar por correo electrónico</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=5230655695262869950&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='Escribe un blog'><span class='share-button-link-text'>Escribe un blog</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=5230655695262869950&target=twitter' target='_blank' title='Compartir con Twitter'><span class='share-button-link-text'>Compartir con Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=5230655695262869950&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Compartir con Facebook'><span class='share-button-link-text'>Compartir con Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=5230655695262869950&target=pinterest' target='_blank' title='Compartir en Pinterest'><span class='share-button-link-text'>Compartir en Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>domingo, 23 de octubre de 2022</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='2930747681094478545' itemprop='blogId'/> <meta content='2662323588560299064' itemprop='postId'/> <a name='2662323588560299064'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://midiario.armandoiruegas.com/2022/10/caja-sombreada.html'>Caja sombreada</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-2662323588560299064' itemprop='description articleBody'> <div class="shadowbox"> <p>Here's a very interesting note displayed in a lovely shadowed box.</p> </div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Publicado por <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/08147947017975102475' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/08147947017975102475' rel='author' title='author profile'> <span itemprop='name'>PepeIruegas</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://midiario.armandoiruegas.com/2022/10/caja-sombreada.html' itemprop='url'/> <a class='timestamp-link' href='http://midiario.armandoiruegas.com/2022/10/caja-sombreada.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2022-10-23T06:06:00-07:00'>6:06</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://midiario.armandoiruegas.com/2022/10/caja-sombreada.html#comment-form' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1949163447'> <a href='https://www.blogger.com/post-edit.g?blogID=2930747681094478545&postID=2662323588560299064&from=pencil' title='Editar entrada'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2662323588560299064&target=email' target='_blank' title='Enviar por correo electrónico'><span class='share-button-link-text'>Enviar por correo electrónico</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2662323588560299064&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='Escribe un blog'><span class='share-button-link-text'>Escribe un blog</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2662323588560299064&target=twitter' target='_blank' title='Compartir con Twitter'><span class='share-button-link-text'>Compartir con Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2662323588560299064&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Compartir con Facebook'><span class='share-button-link-text'>Compartir con Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=2930747681094478545&postID=2662323588560299064&target=pinterest' target='_blank' title='Compartir en Pinterest'><span class='share-button-link-text'>Compartir en Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>lunes, 17 de octubre de 2022</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='2930747681094478545' itemprop='blogId'/> <meta content='1004625875534139276' itemprop='postId'/> <a name='1004625875534139276'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://midiario.armandoiruegas.com/2022/10/color-fondo-y-letra.html'>color fondo y letra</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1004625875534139276' itemprop='description articleBody'> <title> Try It Yourself

We are Teal

We are Teal

sábado, 15 de octubre de 2022

Raíces Fuertes

Durante un tiempo fuí vecino de un médico cuyo pasatiempo era plantar  árboles en el enorme patio de su casa.  

Desde mi ventana veía como día a  día los plantaba. Lo que más me llamaba la atención era que no regaba  los arbolitos. Tanta era mi curiosidad que un día fuí a preguntarle. 

Me dijo que si regaba sus arbolitos, las raíces se acomodarían en la superficie y quedarían siempre esperando el  agua que él diariamente les daba. 

Al no regarlos, éstos tardarían más  en crecer, pero sus raíces se verían obligadas a profundizar en la  tierra en busca del agua y de los nutrientes que se encuentran en las  capas más profundas del suelo.

Así, los árboles tendrían raíces profundas y serían más resistentes.  

Al cabo de un tiempo fuí a vivir a otro país, cuando después de varios  años regresé a mi antigua casa, noté que mi vecino había cumplido su  sueño, tenía un hermoso bosque.  

De pronto llegó el rigor del  invierno y en un día muy ventoso, cuando todos los árboles de la calle  estaban arqueados por el viento, pude notar la solidez de los árboles de  mi vecino, que casi ni se movían.

Las adversidades por las  cuales aquellos árboles habían pasado, al ser privados de agua, les  había beneficiado mucho más, que el confort o un trato mucho más  delicado.

Todas las noches antes de ir a acostarme doy siempre una mirada a mis hijos. Les observo y veo cómo ellos van creciendo.

“Siempre pedimos que las cosas sean fáciles, pero en verdad lo que  necesitamos es pedir que en nuestro interior se formen raíces fuertes y  profundas; de tal modo, que cuando las tempestades lleguen, sin previo  aviso y los vientos helados soplen, seamos capaces de resistir en lugar  de ser derrotados y derribados como lo son los árboles sin raíces  profundas". 

Texto de la Web

domingo, 9 de octubre de 2022

Resumen película Juego de Honor

El único que puede cambiar las cosas soy YO...

RESUMEN PELÍCULA JUEGO DE HONOR

Coach = Como te trata la vida = No tiene sentimentalismos, es rudo y directo
La vida resalta nuestros errores y no los aciertos
Capacitarnos en los Fundamentos
Ser Responsable de sí mismo
Actitud = Transformación 

Si uno lucha luchamos todos, si uno triunfa triunfamos todos
Si trabajamos como un equipo, logramos cumplir nuestras metas y objetivos
El equipo es compatible con mis intereses personales

Éxito requiere Trabajo, Esfuerzo y Disciplina: 
Establecer reglas: Pide a los chicos que tengan buena nota y trabajo en equipo, pide que no se droguen, que no beban, que no fumen y que no hagan bullyng


No se necesita ser superhéroe para tener Actitud correcta...

ACTITUD PERSONAL
  • DISPOSICIÓN
  • CONFIANZA
  • TRANQUILIDAD ANTE LO INCIERTO
  • RESPONSABILIDAD
  • CORAJE Y MOTIVACIÓN
  • COMPROMISO
  • INSPIRACIÓN / TRANSPIRACIÓN

VISIÓN DE EQUIPO
  • RESULTADOS ES EL OBJETIVO
  • DISCIPLINA
  • GENEROSIDAD
  • SOLIDARIDAD
  • COORDINACION 
  • CONFIANZA EN EL EQUIPO
  • COMPLEMENTARIEDAD
    • Diferentes posiciones
  • COMUNICACIÓN
  • SOLUCIÓN DE CONFLICTOS

AMBOS
  • ENFOQUE = RESULTADOS

viernes, 30 de septiembre de 2022

sábado, 24 de septiembre de 2022

MEDICINAS DEL ALMA - No se encuentran en Farmacias

*LAS "MEDICINAS" QUE NO SE ENCUENTRAN EN FARMACIAS:*

  1. Ejercicio físico. es medicina.
  2. El ayuno. es medicina.
  3. La alimentación natural. es medicina.
  4. La risa. es medicina.
  5. Las verduras. son medicinas.
  6. Dormir. es medicina.
  7. Meditar y orar. es medicina.
  8. Amar a alguien. es medicina.
  9. Ser amado. es medicina.
  10. La gratitud. es medicina.
  11. Dejar la ofensa a un lado. es medicina.
  12. Dejarse sorprender. es medicina.
  13. Leer y estudiar la Palabra de Dios.es medicina.
  14. Cantar y alabar a Dios. es medicina.
  15. Comer bien y a su hora. es medicina.
  16. Pensar correctamente y pensar correctamente con el estado de ánimo correcto. es medicina.
  17. Confiar y creer en Dios. es medicina.
  18. Buenos amigos. son medicina.
  19. Ser perdonado y perdonar a los demás. es medicina.
  20. Tomar baños de Sol. es medicina.

Si usa estas medicinas lo suficiente, rara vez necesitará medicamentos de venta libre.

*_(Autor desconocido)_*