@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/tpt-imgs/bg.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#initext {
	display: none;
}

#container {
	width: 874px;
	margin: 0px auto;
	padding-right: 46px;
	padding-left: 46px;
	background: url(../images/tpt-imgs/header-bg.jpg) no-repeat center 33px;
}
#top-menu {
	background: url(../images/tpt-imgs/top-bg.jpg) no-repeat;
	height: 33px;
	width: 850px;
	color: #FFFFFF;
	text-align: right;
	line-height: 33px;
	font-size: 14px;
	font-weight: normal;
	padding-right: 24px;
}
#top-menu a {
	text-decoration: none;
	color: #FFFFFF;
}
#top-menu a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

#cuerpo {
	width: 100%;
	background: url(../images/tpt-imgs/bottom-bg.jpg) repeat-x bottom;
}
#logo {
	float: left;
	height: 122px;
	width: 289px;
}
#elements {
	height: 133px;
	width: 284px;
	float: right;
	margin-top: 12px;
}
#clr {
	clear: both;
	float: none;
}
#menu-area {
	width: 208px;
	margin-top: 53px;
	margin-left: 17px;
	float: left;
}

#menu {
	width: 208px;
	background: #c8dee3;
	border: 2px solid #FFFFFF;
	color: #666666;
	font: 13px Verdana, Arial, Helvetica, sans-serif;

}

#menu h2 {
	margin: 8px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
	font-weight: lighter;
	font-size: 16px;
	color: #333333;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {

}
#menu a {
	text-decoration: none;
	color: #666666;
	display: block;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 12px;
	border-top: 1px solid #D0E3E8;
	border-right: 1px none #D0E3E8;
	border-bottom: 1px solid #D0E3E8;
	border-left: 1px none #D0E3E8;
}
#menu a:hover {
	background: #7a7b7b;
	display: block;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
}
#main {
	float: right;
	width: 635px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
}
#main h2 {
	padding: 0px;
	margin: 0px;
	color: #bd0026;
}
.box {
	height: 330px;
	width: 153px;
	float: left;
	margin: 2px;
}
.box h1 {
	font-size: 14px;
	color: #BD0026;
	text-align: center;
	font-weight: bold;
}
.box img {
	border: 1px solid #666666;
	display: block;
	margin-bottom: 4px;
}
.box a {
	text-decoration: none;
	color: #BD0026;
}
.box a:hover {
	text-decoration: underline;
}
#footer {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #333333;
	border-right: 1px none #333333;
	border-bottom: 1px none #333333;
	border-left: 1px none #333333;
	padding: 5px;
	margin-top: 5px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #BD0026;
}
.fotos {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 5px;
}

