/* PHP ARM 3 - Definici�n General de Estilos  */

/* Estilo Grafico de los Bloques por Defecto  */



.bloque{
background-color:#dd5555;
padding:2px 2px 2px 2px;
margin-bottom:15px;
margin-top:5px;
margin-right:1px;
}

.bloque_titulo{
padding:6px 8px 8px 8px;
font-family:'Comic Sans MS';
font-size:16;
font-weight:normal;
color:#000000;
line-height:30px
}

.bloque_contenido{
padding:8px;
font-family:verdana; 
font-size:12;
color:#000000;
line-height:20px;
background-color:white;
}

.bloque_titulo  img{
   display:box; 
   float:left;
   margin-right:10px
}

.bloque_contenido A{
font-family:arial;
font-size:12;
color:#6C245A;
text-decoration:none;
}

.bloque_contenido A:Hover{
font-weight:bold;
}


/**********************      BODY             **********************************/

body {
background:#ffffff url(http://www.renovacionmagisterial.org/inicio/graficos/images/rm.fondo01.png);
background-repeat: repeat-x;
text-align:center;
}

body A{
color:#6C245A;
text-decoration:none;
}

body A:Hover{
font-weight:bold;
}

.contenedor{
width:950px;
margin: 0 auto;
text-align:left;
background-color:#ffeeee;
}

.encabezado {
height:107px;
}

.menu {

}

.contenido {
width:700px;
float:left;
background:#ffffff;
padding-top:5px;
}

#lateral {
width:250px;
margin-left:700px;
}

* html #lateral {
width:243px; /* para IE5.x/ */
w\idth:243px; /* para otros IE */
}


.pie {
clear:left;
background:#cc0000;
height:20px
}

.left {
width:425px;
}

.centro {
float:right;
width:270px;
/*background-color:ffddcc;*/
}

.titulares{
}


