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

/* Estilo Grafico de los Bloques por Defecto  */
.bloque{
background-color:#eeeeee;
padding:5px 5px 5px 5px;
margin-top:10px;
margin-bottom:10px;
margin-right:5px;
}

.bloque_titulo{
padding:10px;
font-family:arial;
font-size:12;
font-weight:bold;
color:#993300;
line-height:30px
}

.bloque_contenido{
padding:10px;
font-family:arial;
font-size:12;
color:#000000
}

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

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

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


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

body {
background:#ffffff;
text-align:center;
}

.contenedor{
width:900px;
margin: 0 auto;
text-align:left;
}

.encabezado {
height:230px;
border:1px solid black;
}

.menu {
height:20px;
border:1px solid black;
}

.contenido {
width:640px;
float:left;
border:1px solid black;
}

#lateral {
width:250px;
border:1px solid black;
margin-left:650px;
}

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


.pie {
border:1px solid black;
clear:left;
}


