/* CSS Document */
/* Estilos diseņados por Pierina De Mori y Marcela Olano */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;

}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

strong {font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;	
}


/*estilos del layout*/

body{
	font-family: "Trebuchet MS", Verdana;
	font-size:12px;
	color: #666;
}

#contenedor{
	margin:0 auto;
	width:1010px;
	height:auto;
}


/*estilos para el header*/

#head1{
	width:478px;
	height:166px;
	background-image: url(img_index/banner1.jpg);
	top: 0px;
	float: left;
	}

#head2{
	width:532px;
	height:166px;
	background-image: url(img_index/banner2.jpg);
	float: right;
	top: 0px;
	}

/*aca empiezan los flotantes izquierda y derecha*/

#izquierda {
	width:478px;
	height:440px;
	float: left;
	background-image: url(img_index/contenido1.jpg);
	background-repeat: repeat-x;
	}

#derecha {
	width:532px;
	height:440px;
	float:right;
 	background-image: url(img_index/contenido1.jpg);	
	background-repeat: repeat-x;
	}

#derecha h2 {
	font:"Book Antiqua";
	font-size: 22px; 
	color:#660033;
	font-weight:bold;
	padding: 10px 0;
	margin-bottom: 15px;
	}
	
#derecha h3 {
	font:"Book Antiqua";
	font-size: 22px; 
	color:#660033;
	font-weight:bold;
	padding-left: 50px;
	margin-bottom: 15px;
	}
	
#derecha h4 {
	font:"Book Antiqua";
	font-size: 22px; 
	color:#660033;
	font-weight:bold;
	padding-left: 120px;
	margin-bottom: 5px;
	}	
	
	

#derecha h5 {
	font-familiy:"Trebuchet MS";
	font-size: 14px; 
	color:#0E273D;
	padding: 10px 0;
	}
	
/* estilos pie de pagina "pie"*/

#pie {
	clear: both;
	width:1010px;
	height:40px;
	background-image: url(img_index/pie.jpg);
	}