/*
 * $Id: main.css,v 1.0 2008/05/23 15:40:00 jorge Exp $
 * 
 * Hoja de estilos para presentación de los elementos principales comunes a
 * todo el sitio. Se establecen tamaños, fuentes, solores y otros atributos 
 * a excepción de elementos de diagramación, posición o distribución general.
 * 
 * @media		screen
 * @ua			IE5+, Mozilla 1.3+, Konqueror X, Opera X, Netscapa 7+
 * @level		2
 * @name		main.css
 * @version		$Revision: 1.0 $
 * @since		$Date: 2008/05/23 15:45:00 $
 * @author		Jorge Gutiérrez <jgutierrez@interior.gov.cl>
 *
 */

/**
 * Se importa CSS para layout, permitiendo que browsers que no soporten 
 * at-rules ni menos CSS2 sólo utilicen la presente hoja con reglas 
 * básicas de formato de texto.
 */

/*
@import url(layout.css);
*/

body  {
	 	text-align:center;
		margin:0 auto;		
		background: url("../imagenes/body-bg.png") repeat-x scroll center top transparent; /* nueva imagen de gobierno */
}
	
div {
	margin-top: 0px;
	font-family: verdana;
	font-size: 11px;
}


#head_logo {
        width: 722px;
        height: 176px;
        position: relative;
        z-index: 100;

        background: url("../imagenes/logo.png") no-repeat scroll 0 0 transparent; /* nuevo logo de gobierno */
}

#header {
	width: 722px;
	height: 18px;
	background-color: #E3E3E3;
	border: 1px solid #C9C6B3;	
}
	
	#top_left{
		font-size: 10px;
		line-height: 15px;
		width: 236px; /*196*/ 
		float: left; 
		padding-left: 4px;
		/*background-color: Aqua;*/
		/*font-size: 9px;*/
	}
	
	#top_center{
		width: 280px; /*320*/
		float: left; 
		text-align: right;
	}
	
	#top_right{
		width: 198px; /*192*/
		float:right;
		text-align: right;
	}	

#container {
	text-align: left;
	margin: auto;
	width:722px;
}


#content {
	width: 722px;
	margin: 0 0 0 0;
	border-left: 1px solid #C9C6B3;	 
	border-right: 1px solid #C9C6B3; 
	float: left;
}

#menuleft {
	/*border-right: 1px dashed #C9C6B3;*/
	float: left; 
	width: 190px; 
}

#cont_main {
	float: left;
	width: 515px;
	/*border-left: 1px dashed #C9C6B3;*/
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	margin-top: 0px; 	
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 5px;
	text-align: justify;
	
}

#cont_left {
	width: 316px;
	float: left;	
}
#cont_right {
	width: 190px;
	float: right;	
}

#footer {
	clear: both;
	width: 722px;
	height: 25px;
	line-height: 25px;	
	border: 1px solid #C9C6B3;
	text-align: center;
	background-color:#E3E3E3;
}

