/****************************************************************************************
MENU
****************************************************************************************/
#tab1 {
	background: url(images/tab_inactivo.gif) no-repeat;
	line-height: 30px;
	vertical-align: middle;
}

#tab2 {
	background: url(images/tab_inactivo.gif) no-repeat;
}

#tab3 {
	background: url(images/tab_inactivo.gif) no-repeat;
}

#tab4 {
	background: url(images/tab_inactivo.gif) no-repeat;
}

#tab5 {
	background: url(images/tab_activo.gif) no-repeat;
	line-height: 30px;
	vertical-align: middle;
}

#tab5 a:link, #tab5 a:visited, #tab5 a:active , #tab5 a:hover {
	color: #555;
}


/****************************************************************************************
PRINCIPAL
****************************************************************************************/

#principal {
	background: url(images/principal_fondo.gif) repeat-x #fff;
	padding-top: 30px;
}

h1,h2,h3 {
	color: #1e5bbf;
}