@charset "utf-8";
body {
	background-repeat:  no-repeat;
	background-image: url(../Images/imgs/fond.jpg);
	background-position: center top;
	margin-top: -1px;
}
.celdacabecera {
	background-repeat: no-repeat;
	background-position: right;
}
.header {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	background-image: url(../Images/imgs/bgcontenido.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
}
.menucelda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	text-align: center;
}
.menucelda a:link{
	text-decoration: none;
	color: #999999;
}
.menucelda a:active{
	text-decoration: none;
	color: #FF8040;
}
.menucelda a:visited{
	text-decoration: none;
	color: #333333;
}
.menucelda a:hover{
	text-decoration: none;
	color: #FF8000;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footer a:hover{
	text-decoration: none;
	color: #96DEF6;
}
.footer a{
	text-decoration: none;
	color: #06B0E3;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#apDiv1 {
	position:absolute;
	left:243px;
	top:49px;
	width:487px;
	height:229px;
	z-index:1;
}
td img {
  display: block;
}

.floatObj {
	border:#999999 solid 1px;
	background-color:#CCCCCC;
}

.redHead{
	background-color:#FF0000;
	color:#FFFFFF;
	text-align:right;
	padding-right:10px;
}

.category {
  background-image: url(../Images/category.png);
	background-repeat: repeat-x;
	border:#999999 solid 1px;
}

.subcategory {
  background-image: url(../Images/sub_category.png);
	background-repeat: repeat-x;
	border:#000000 solid 1px;
}

.category a{
	color:#666666;
}

.subcategory a{
	color:#333333;
}

a:link, a:active, a:visited, a:hover{
	text-decoration: none;
}

img {
  border-style: none
}