/* CSS Document   -  WEB Piņor  - */

@import url("base.css");
@import url("hmenu.css");
@import url("vmenu.css");


/* Redefinimos los anchos de los bloques de 
	izquierda y derecha */
	
div#bloque_izquierda
{
	float: left;
	width: 240px;
}

div#bloque_derecha
{
	float:left;
	width: 675px;
	margin-left: 10px;
}

#bloque_derecha h1
{
	background: #3a8600 url(../img/icono_h1.gif) no-repeat 6px 1px;
	margin: 0px 0px 8px 0px;
	padding: 5px 0px 5px 35px;
	font-family: "Trebuchet MS";
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
}

#ruta_navegacion
{
	color: #666666;
	font-size: 0.9em;
	text-align: right;
	margin: 0px 10px 5px 0px;
}
#ruta_navegacion a:link, #ruta_navegacion a:visited
{
	color: #666;
	text-decoration: none;
}
#ruta_navegacion a:hover, #ruta_navegacion a:active
{
	color: #559A00;
	text-decoration: underline;
}






#D_titulo
{
	width:670px;
	background:#3a8600;
	height:26px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#D_titulo img
{
	margin:3px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	width:20px;
	height:20px;
	float:left;
}

#D_titulo h1
{
	line-height:26px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 40px;
	font-family:"Trebuchet MS";
	color:#fff;
	font-size:1.1em;
}


