/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	/*	background: #FFFFFF url(images/img01.jpg) repeat-x;
*/	
/*	background: url("images/body.png") repeat-y left top;
	position: relative;
	width: 780px;
	margin: 0 auto;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
*/
/*	background: url("images/body.png") repeat-y center top;
*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}


#fondobody {
	background: url("images/body.png") repeat-y center top;
}

/* Menu */

#bordemenu {
background: #FFFFFF url(images/img01.jpg) repeat-x bottom;
}

#menu {
/*	width: 770px;
*/
	width: 770px;
/*	height: 105px;
*/	height: 109px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 122px;
	height: 65px;
	padding: 40px 0 0 0;
}

#menu a {
	display: block;
	width: 122px;
	height: 32px;
	padding: 13px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
/*	text-transform: uppercase;
*/	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img03.jpg);
}

#menu .active {
	padding-top: 35px;
}

#menu .active a {
	height: 37px;
	padding-top: 16px;
	background-image: url(images/img04.jpg);
	color: #327EBE;
}

#menu .active a:hover {
	background-image: url(images/img04.jpg);
}

/*.page {
	background: url("../images/page.jpg") no-repeat left top;
	padding: 28px 125px 0 115px;
	width: 760px;
}
*/
#page {
	background: url(images/page.png) no-repeat center top;
	width: 780px;
	margin: 0 auto;
}

#footer {
	background: url(images/footer.png) no-repeat center top;
	height: 50px;
/*	width: 780px;
	margin: 0 auto;
*/
}

#contenido {
/*	border: thin solid #333333;
	*/
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

A.boton01 {
	font-size: 10pt;
	border: 1px solid #CCCCCC;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	float: inherit;
	background-color: #00CCFF;
	background-image: url(images/img01.jpg);
	background-repeat: repeat-x;
	background-position: 100px 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	text-decoration:none;
	font-weight: bold;
	color: #333333;
}
A.boton01:hover {
	background-color: #0000FF;
	background-image: url(images/img01.jpg);
	background-repeat: repeat-x;
	background-position: 100px -15px;
}

.titulo01 {
	font-size: 16pt;
	font-weight: bold;
	color: #000099;
	text-align: center;
	padding: 4px;
}
.titulo02 {
	font-size: 14pt;
	font-weight: bold;
	color: #000099;
	text-align: center;
	padding: 4px;
}
.titulo03 {
	font-size: 12pt;
	font-weight: bold;
	color: #8080FF;
	text-align: center;
	padding: 4px;
}
.subtitulo01 {
	font-size: 14pt;
	font-weight: bold;
	color: #000099;
}
.subtitulo02 {
	font-size: 12pt;
	font-weight: bold;
	color: #000099;
}
.subtitulo03 {
	font-size: 10pt;
	font-weight: bold;
	color: #8080FF;
}
.catalogotabla {
	border-top: 3px solid #E8E8FF;
	border-right: 3px solid #E8E8FF;
	border-bottom: 3px solid #C4C4FF;
	border-left: 3px solid #E8E8FF;
	padding-bottom: 15px;
}
.imagentabla {
	margin: 15px;
}
.normal {
	text-align: justify;
	padding-right: 8px;
	padding-left: 8px;
}
p.normal {
	margin-bottom: 15px;
}

