html, body { 
	height 		: 100%; 
	margin		: 0px 0px 0px 0px; 
	padding		: 0px 0px 0px 0px; 	
}


#marco	{
	border: 1px solid #000;
}

body,td,th {

	font-family	: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #666666;
	
	line-height		: 15px;
	letter-spacing 	: 0.015em;
	
}

body {

	background-color	: #FFFFFF;
	background-image	: url("../images/bg2.jpg");
	background-repeat	: repeat-x;
	


	
}

h1 {

	font-size		: 15px;
	border-bottom	: 1px dotted #BECC99;
	padding-bottom	: 4px;
	text-align		: left;
	margin-left		: 11px;
	color			: #1E4437;
	

}

h2 {

	font-size		: 13px;
	text-align		: left;
	color			: #1E4437;
	
	margin			: 1px 1px 1px 1px;
	padding			: 1px 1px 1px 1px;
	

}


h3 {

	font-size		: 12px;
	text-align		: left;
	color			: #1E4437;
	
	margin			: 1px 1px 1px 1px;
	padding			: 1px 1px 1px 1px;
	

}




a:link {

	color			: #339966;
	text-decoration	: none;
	
}


a:hover {

	text-decoration	: none;
	color			: #05c264;

}

a:visited {

	text-decoration	: none;
	color			: #0f7140;
}

a:active {

	text-decoration	: none;
	color			: #339966;
}



input, textarea, select {

	padding	: 2px 2px 2px 2px; 
	border  : 1px solid #CADCB9;

	
}






#header { 

	width 	: 600px;
	height	: 120px;
	
	background-image	: url("../images/logo2.jpg");
	background-position	: top;
	background-repeat	: no-repeat;
	background-position	: top left;
	
	
	}
	
#contenido {
	width 	: 600px;
}

.contenido2 {
	width 	: 550px;
	
	vertical-align	: top;
	text-align		: left;

	border  : 2px dotted #D1DFAC;

	margin-top	: 10px;
	padding		: 10px;
}

.tabla_contenido, tr, td {

	vertical-align	: top;
	text-align		: left;
	
	padding	: 5px 5px 5px 5px;
	margin	: 5px 5px 5px 5px;

}

.informacion { margin: 0px 0px 0px 0px;  padding-top: 0px; }

#pie {

	width 	: 574px;
	
	background-color : #EEF3DF;
	
	margin: 10px;
	
	font-size	: 10px;
}



.banner {
	
	background-color : #EEF3DF;

}


.informacion { padding-right: 18px; }




/*  MENU ------------------------------------------ */


#menu { 

	width 	: 600px;
	height	: 35px;

	
	text-align : right;
	
	vertical-align	: middle;
	
	}

#menu ul {
	margin-top 		: 1px;

}

#menu ul li {
	display		: inline;
	padding		: 1px 1px 1px 1px;
	margin		: 1px 1px 1px 1px;
	
	text-transform	: uppercase;
}



#menu a:link {

	color			: #889c97;
	text-decoration	: none;
	
}

#menu a:visited {

	text-decoration	: none;
	color			: #889c97;
}

#menu a:hover {

	text-decoration	: none;
	color			: #333;
	border-bottom	: none;
}

#menu a:active {

	text-decoration	: none;
	color			: #889c97;
}

#menu img {

	text-decoration	: none;
	border : none;
	
	padding-top: 0px;

	border	: 1px solid #F2F2F2;
	border-color : transparent;
}

#menu img:hover {
	
	padding-top: 0px;

	
	text-decoration	: none;
	border	: 1px solid #889c97;
	
}




