Cintillo Institucional

Adjunto 'mis_estilos.css'

Descargar

   1  /**
   2  * @file mis_estilos.css
   3  * archivo de Hoja de Estilo en Cascada
   4  *
   5  * Probado con un servidor Apache
   6  * Postgresql version 7.4.7 y PHP version 4.3.10-10 bajo Ubuntu 3.4.
   7  *
   8  * @author Roldan Vargas
   9  * @date 2008-07-21
  10  * @version 0.1
  11  **/
  12 
  13 /* Estilos de Etiquetas HTML */
  14 
  15 .invisible{
  16  	position:absolute;
  17 	visibility:hidden;
  18 	border-style:none;
  19 }
  20 
  21 body {
  22   font-family:arial, helvetica, sans-serif, courier;
  23   font-size:13px;
  24   background-color: white;
  25 }
  26 
  27 h1 {
  28   font-size:20px;
  29 }
  30 
  31 h2 {
  32   font-size:18px;
  33 }
  34 
  35 h3 {
  36   font-size:16px;
  37 }
  38 
  39 h4 {
  40   font-size:14px;
  41 }
  42 
  43 li {
  44   font-size:13px;
  45 }
  46 
  47 p {
  48   font-size:13px;
  49   text-align:justify;
  50 }
  51 
  52 /* Estilos de Clases */
  53 .borde_superior {
  54   border-top:1px solid;
  55 }
  56 
  57 .borde_inferior {
  58   border-bottom:1px solid;
  59 }
  60 
  61 .borde_izquierdo {
  62   border-left:1px solid;
  63 }
  64 
  65 .borde_derecho {
  66   border-right:1px solid;
  67 }
  68 
  69 .border_cero {
  70  border:0;
  71 }
  72 
  73 .alineacionjust {
  74   text-align:justify; 
  75 }
  76 
  77 .alineacioncent {
  78   text-align:center; 
  79 }
  80 
  81 .alineacionder {
  82   text-align:right;
  83 }
  84 
  85 .alineacionizq {
  86   text-align:left;
  87 }
  88 
  89 .alineacionmid {
  90   vertical-align:middle;
  91 }
  92 
  93 .alineaciontop {
  94   vertical-align: top;
  95 }
  96 
  97 .alineacionbot {
  98   vertical-align: bottom;
  99 }
 100 
 101 .colorazul {
 102   color:#4F95DF;
 103 }
 104 
 105 .negrita {
 106   font-weight:bold;
 107 }
 108 
 109 .texto_normal {
 110   font-weight:normal;
 111 }
 112 
 113 .tabla_30 {
 114   width:30%;
 115 }
 116 
 117 .tabla_50 {
 118   width:50%;
 119 }
 120 
 121 .tabla_90 {
 122   width:90%;
 123 }
 124 
 125 .tabla_100 {
 126   width:100%;
 127 }
 128 
 129 .ocultar_objeto {
 130   display:none;
 131 }
 132 
 133 .mostrar_objeto {
 134   display:block;
 135 }
 136 
 137 .pad_columna {
 138   padding-left:10px; 
 139   padding-right:10px;
 140 }
 141 
 142 .borde_delgado {
 143   border-style:solid; 
 144   border-width:0.5pt; 
 145 }
 146 
 147 .borde_medio {border-style:solid; 
 148   border-width:2pt; 
 149 }
 150 
 151 .peq {
 152   font-size:9pt;
 153 } 
 154 
 155 .peq1 {
 156   font-size:5pt;
 157 }
 158 
 159 .peq4 {
 160   font-size:4pt;
 161 }
 162 
 163 .peq7 {
 164   font-size:7pt;
 165 }
 166 
 167 .peq10 {
 168   font-size:10pt;
 169 }
 170 
 171 .peq11 {
 172    font-size:8pt;
 173 }
 174 
 175 .titulo {
 176   font-size:13pt;
 177   font-weight:bold;
 178 }
 179 
 180 .titulo2 {
 181   font-size:11pt;
 182   text-decoration: overline; 
 183   color: #469440;
 184 }
 185 
 186 .titulo3 {
 187   font-size:12pt;
 188   text-decoration: overline; 
 189   color: #469440;
 190 }

Archivos adjuntos

Para referirse a los adjuntos de una página, usa attachment:nombredelarchivo, como se muestra abajo en la lista de archivos. NO uses la URL del enlace [get], ya que puede cambiar fácilmente y dejar de funcionar.
  • [obtener | ver] (2008-07-21 10:28:28, 260.3 KB) [[attachment:2dapresentacion_anteproyecto.odp]]
  • [obtener | ver] (2008-07-21 10:28:53, 344.4 KB) [[attachment:2dapresentacion_proyecto.odp]]
  • [obtener | ver] (2008-07-21 10:28:15, 164.8 KB) [[attachment:2doAnteproyecto.odt]]
  • [obtener | ver] (2008-07-21 10:28:22, 273.8 KB) [[attachment:2doAnteproyecto.pdf]]
  • [obtener | ver] (2008-07-21 10:28:35, 175.9 KB) [[attachment:2doProyecto.odt]]
  • [obtener | ver] (2008-07-21 10:28:44, 253.4 KB) [[attachment:2doProyecto.pdf]]
  • [obtener | ver] (2008-07-21 10:08:53, 16.3 KB) [[attachment:Anteproyecto Presentacion.odp]]
  • [obtener | ver] (2008-07-21 10:04:59, 166.9 KB) [[attachment:Anteproyecto.odt]]
  • [obtener | ver] (2008-07-21 10:05:18, 219.3 KB) [[attachment:Anteproyecto.pdf]]
  • [obtener | ver] (2008-09-22 10:06:22, 161.6 KB) [[attachment:Capitulo1.odt]]
  • [obtener | ver] (2008-09-22 10:06:27, 212.4 KB) [[attachment:Capitulo1.pdf]]
  • [obtener | ver] (2008-07-21 10:23:04, 170.3 KB) [[attachment:Proyecto.odt]]
  • [obtener | ver] (2008-07-21 10:23:11, 301.1 KB) [[attachment:Proyecto.pdf]]
  • [obtener | ver] (2008-07-21 10:23:18, 20.6 KB) [[attachment:Proyecto_Presentacion.odp]]
  • [obtener | ver] (2008-09-22 09:59:12, 160.9 KB) [[attachment:Tecnologias_para_comunidades_parte1.odt]]
  • [obtener | ver] (2008-09-22 09:59:17, 209.0 KB) [[attachment:Tecnologias_para_comunidades_parte1.pdf]]
  • [obtener | ver] (2008-09-22 09:59:22, 161.9 KB) [[attachment:Tecnologias_para_comunidades_parte2.odt]]
  • [obtener | ver] (2008-09-22 09:59:26, 139.5 KB) [[attachment:Tecnologias_para_comunidades_parte2.pdf]]
  • [obtener | ver] (2008-09-22 09:47:31, 160.8 KB) [[attachment:analisis_proyecto_curriculum_educativo.odt]]
  • [obtener | ver] (2008-09-22 09:47:37, 210.0 KB) [[attachment:analisis_proyecto_curriculum_educativo.pdf]]
  • [obtener | ver] (2008-09-22 09:54:25, 160.5 KB) [[attachment:anexo1_ramses_posibilidad_ciencia.odt]]
  • [obtener | ver] (2008-09-22 09:54:31, 208.2 KB) [[attachment:anexo1_ramses_posibilidad_ciencia.pdf]]
  • [obtener | ver] (2008-09-22 09:54:37, 160.7 KB) [[attachment:anexo2_ramses_posibilidad_ciencia.odt]]
  • [obtener | ver] (2008-09-22 09:54:42, 209.0 KB) [[attachment:anexo2_ramses_posibilidad_ciencia.pdf]]
  • [obtener | ver] (2008-09-22 10:06:32, 159.5 KB) [[attachment:capitulo7.odt]]
  • [obtener | ver] (2008-09-22 10:06:36, 207.8 KB) [[attachment:capitulo7.pdf]]
  • [obtener | ver] (2008-10-02 13:21:27, 161.8 KB) [[attachment:caso_minitel.odt]]
  • [obtener | ver] (2008-10-02 13:21:33, 139.3 KB) [[attachment:caso_minitel.pdf]]
  • [obtener | ver] (2008-09-22 09:54:49, 161.2 KB) [[attachment:de_vuelta al_asunto_de_la_ciencia.odt]]
  • [obtener | ver] (2008-09-22 09:54:54, 207.0 KB) [[attachment:de_vuelta al_asunto_de_la_ciencia.pdf]]
  • [obtener | ver] (2008-07-21 11:34:32, 18.7 KB) [[attachment:mi_foto.jpg]]
  • [obtener | ver] (2008-07-21 11:50:05, 2.0 KB) [[attachment:mis_estilos.css]]
  • [obtener | ver] (2008-09-22 10:06:12, 158.2 KB) [[attachment:prefacio.odt]]
  • [obtener | ver] (2008-09-22 10:06:16, 205.9 KB) [[attachment:prefacio.pdf]]
  • [obtener | ver] (2008-09-22 10:04:02, 159.8 KB) [[attachment:resumen1_varsavsky.odt]]
  • [obtener | ver] (2008-09-22 10:04:07, 164.0 KB) [[attachment:resumen1_varsavsky.pdf]]
  • [obtener | ver] (2008-09-22 09:52:10, 161.4 KB) [[attachment:varsavsky_vs_ramses.odt]]
  • [obtener | ver] (2008-09-22 09:52:16, 211.2 KB) [[attachment:varsavsky_vs_ramses.pdf]]
  • [obtener | ver] (2013-04-10 20:46:41, 376.8 KB) [[attachment:yo.png]]
 All files | Selected Files: delete move to page

No tienes permisos para adjuntar un archivo a esta página.