/* CSS Document */

/*Layout*/
body {
	background-image: url(../images/backgrounds/yellowBody.png);
	background-color: #FFFFFF;
}
#topTme {
	background-image: url(../images/backgrounds/yellowTop.png);
}
#menuContainer {
	background-image: url(../images/backgrounds/yellowMenuContainer.png);
}
#headerTme {
	background-image: url(../images/backgrounds/yellowHeader.png);
}
#content {
	background-image: url(../images/backgrounds/yellowContent.png);
}
#content a {
	color: #F1B707;
}

#bottom {
	background-image: url(../images/backgrounds/yellowBottom.png);
}

/*Format*/
h1 {
	color: #EDB91B;
}

h2 {
	color: #FAD566;
}

/*Forms*/
#search input, #search select {
	background-color: #FDEEBB;
	color: #EDB91C;
}
#search input.boton {
	border-top-color: #EDB91B;
	border-right-color: #FBD96E;
	border-bottom-color: #FBD96E;
	border-left-color: #EDB91B;
}

#recordatorio input, #recordatorio select {
	color: #C69709;
	
}

/*Table*/
#tableSearch h1 {
	color: #F2C438;
}
#tableContent {
	background-color: #FBE192;
}
