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

/* Estilo Grafico de los Bloques por Defecto  */
.bloque{
background-color:#ffeeee;
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:verdana;
font-size:12;
color:#993300;
text-decoration:none;
}

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


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

body {
background:#dddddd url('http://www.nuevagaceta.net/inicio/graficos/images/bg001.gif');
text-align:center;
}

.page {
width:1000px;
margin: 0 auto;
text-align:left;
}

.topBar{
	background-image:url('http://www.nuevagaceta.net/inicio/graficos/images/tt.JPG'); 
	background-repeat:repeat-x; 
	float:left;
	width:948;
	height:24;
	display:block; 	
}

.imgLeft {
	background-image:url('http://www.nuevagaceta.net/inicio/graficos/images/tl.JPG'); 
	float:left;
	width:26;
	height:24;
    display:block; 		
}

.imgRight {
	background-image:url(http://www.nuevagaceta.net/inicio/graficos/images/tr.JPG); 
	float:right;
	width:26;
	height:24;
	display:block; 	
}

.bottomBar{
	background-image:url(http://www.nuevagaceta.net/inicio/graficos/images/bb.JPG); 
	background-repeat:repeat-x; 
	float:left;
	width:948;
	height:24;
}

.imgLeftB {
	background-image:url(http://www.nuevagaceta.net/inicio/graficos/images/bl.JPG); 
	float:left;
	width:26;
	height:24;
}

.imgRightB {
	background-image:url(http://www.nuevagaceta.net/inicio/graficos/images/br.JPG); 
	float:right;
	width:26;
	height:24;
}

.centerBox {
border-left-color:#993300;
border-left-style:solid;
border-left-width:2px;
border-right-color:#993300;
border-right-style:solid;
border-right-width:2px;
}

.topBox {
height:24px;
}

.bottbar{
clear:both;
}

.topBox A{
text-decoration:none;
font-size: 11px;
color: #ffffbb;
font-family: Verdana
}

.topBox A:Hover{
text-decoration:none;
font-weight:bold;
color: #ffff99;
}

.middle {
text-align:left;
background-color:#ffffff;
}

.right {
float:right;
width:400px;
}

.mainBox {
float:left;
width:592px;
}




/*********************************************************************************/
/**********************      BLOQUES REDONDOS   **********************************/
/*********************************************************************************/

span.body_top {
	height:28px; 
	background-image:url(http://www.nuevagaceta.net/inicio/graficos/images/top_line.gif); 
	background-repeat: repeat-x; 
	margin:2em 0 0 0;
	}
	
img.body_esquina_sup_izq { float:left; }
img.body_esquina_sup_der { float:right; }

span.body_content { 
	background-image:url(http://www.nuevagaceta.net/inicio/graficos/images/left_line.gif); 
	background-repeat:repeat-y; 
	background-color: #a9d974;
	 }
	
span.body_boxcontrol { padding:0 5% 0 5%; 
	background-image:url(http://www.nuevagaceta.net/inicio/graficos/images/right_line.gif); 
	background-position:right; 
	background-repeat:repeat-y;
	 }
	
span.body_bottom { height:28px; 
	background-image:url(http://www.nuevagaceta.net/inicio/graficos/images/btm_line.gif); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0;
	}
	
img.body_esquina_inf_izq { float:left; }
img.body_esquina_inf_der { float:right; }
	
/* IE 5.5 box model hack para posicionar correctamente las imagenes de esquina */
* html img.body_esquina_sup_izq, * html img.body_esquina_inf_izq  { \margin-left:-.2em;  margin-left:0; }
* html img.body_esquina_inf_der, * html img.body_esquina_sup_der { \margin-left:.2em; } 
