@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fb8a02;
	background-image: url(../images/tpt-imgs/bg.jpg);
	background-repeat: repeat-x;
}
#container {
}
#top {
	background-image: url(../images/tpt-imgs/top-bg.jpg);
	margin: 0px;
	padding: 0px;
	height: 88px;
}
#top-content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-image: url(../images/tpt-imgs/GrafiKa-Logo.jpg);
	background-repeat: no-repeat;
	width: 380px;
	height: 88px;
	float: left;
	color: #FFFFFF;
}
#logo h1 {
	font-size: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
}
#top-right {
	width: 450px;
	float: right;
	height: 88px;
}

#languaje {
	width: 200px;
	color: #FFFFFF;
	float: right;
	height: 33px;
	line-height: 33px;
	text-align: center;
}
#languaje a {
	color: #FFFFFF;
	text-decoration: none;
}
#languaje a:hover {
	color: #EB2C0F;
}


#text-size {
	color: #FFFFFF;
	width: 200px;
	float: left;
	height: 33px;
	line-height: 33px;
	text-align: right;
}
#text-size a {
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}
#text-size a:hover {
	color: #C50502;
}


.clr {
	clear: both;
	float: none;
}



#contact {
	height: 50px;
	width: 293px;
	background-image: url(../images/tpt-imgs/contact-bg.jpg);
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	float: right;
	background-repeat: no-repeat;
	padding-top: 4px;
	font-size: 12px;
	padding-right: 4px;
}
#contact img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding: 5px;
}

#menu-area {
	background-image: url(../images/tpt-imgs/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 73px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#menu {
	width: 915px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 73px;
}


.menu-item {
	display: block;
	float: left;
	height: 73px;
	margin-right: 2px;
	margin-left: 2px;
	width: 224px;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	height: 60px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 13px;
}
#menu a:hover {
	color: #FFFF00;
	background-image: url(../images/tpt-imgs/menu-bg-over.jpg);
	display: block;
}

#menu img {
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu-title {
	margin: 0px;
	font-size: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
}
.menu-subtitle {
	padding: 0px;
	font-size: 9px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCCCCC;
	margin: 0px;
}
.menu-item div:hover
{
background-image: url(../images/tpt-imgs/menu-bg-over.jpg);
}

#main-bg {
	background-image: url(../images/tpt-imgs/big-bgmed.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content-area {
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content {
	width: 650px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content p {
	padding-left: 25px;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding-right: 25px;
	text-align: justify;
}

#content a {
	text-decoration: none;
	color: #990000;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font: 100 4em Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	border-top: thick none #E5E5E5;
	border-right: thick none #E5E5E5;
	border-bottom: thick solid #E5E5E5;
	border-left: thick none #E5E5E5;
}
#content h2 {
	font-weight: normal;
	font-size: 1.8em;
	text-align: center;
	color: #9D0500;
	background: url(../images/tpt-imgs/tit-h2-bg.jpg) no-repeat center;
	height: 54px;
	line-height: 54px;
}
#content h5 {
	font-size: 15px;
	padding-left: 9px;
	color: #990000;
}

#content ul {
	list-style: circle url(../images/tpt-imgs/bullet.gif) outside;
}
#content li {
	margin-top: 6px;
	color: #666666;
	line-height: 18px;
}


#content-index {

}
#content-index p {
	padding-left: 15px;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	text-align: justify;
	padding-right: 15px;
}

#content-index h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
}

#content-index a {
	text-decoration: none;
	color: #990000;
}
#content-index a:hover {
	text-decoration: underline;
}


#headers {
	width: 910px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	height: 225px;
}
#headers h1 {
	font-size: 14px;
	width: 550px;
	margin-top: 30px;
	padding: 0px;
}
#headers h2 {
	font-size: 18px;
	width: 550px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headers a {
	text-decoration: none;
	color: #FFFFFF;
}

#Sitios-Web {
	background-image: url(../images/tpt-imgs/header-sitios-bg.jpg);
	width: 890px;
	margin-top: 10px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	margin-left: 15px;
	background-color: #000000;
	visibility: visible;
}

#MercadeoOnline {
	background-image: url(../images/tpt-imgs/header-merc.jpg);
	width: 890px;
	margin-top: 10px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	margin-left: 15px;
	background-color: #000000;
	visibility: hidden;
}

#impresos {
	background-image: url(../images/tpt-imgs/header-imp.jpg);
	width: 890px;
	margin-top: 10px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	margin-left: 15px;
	background-color: #000000;
	visibility: hidden;
}

#multimedia {
	background-image: url(../images/tpt-imgs/header-mm.jpg);
	width: 890px;
	margin-top: 10px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	margin-left: 15px;
	background-color: #000000;
	visibility: hidden;
}

#main {
	color: #000000;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/tpt-imgs/main-bg.gif);
}
#slideshow {
	width: 410px;
	height: 240px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}




.index-column {
	float: left;
	width: 424px;
	padding: 15px;
}
#vertical-line {
	background-color: #CCCCCC;
	width: 1px;
	float: left;
	height: 770px;
}




#right-col {
	float: right;
	width: 220px;
	padding-right: 15px;
}
#right-col ul {
	list-style: disc url(../images/tpt-imgs/bullet.gif);
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 5px;
}
#right-col li a{
	text-decoration: none;
	color: #006699;
	line-height: 22px;
	font-size: 12px;
}

#right-col li a:hover{
	color: #990000;
	text-decoration: underline;
}

#footer {
	background-image: url(../images/tpt-imgs/footer-bg.gif);
	height: 147px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FB3703;
}

.box {
	width: 180px;
	float: left;
	height: 145px;
}
.box h3 {
	margin: 0px;
	padding: 4px;
	font-size: 12px;
	color: #F62803;
}
.box img {
	margin: 6px;
}
#copyrights {
	text-align: center;
	font-size: 9px;
	line-height: 23px;
	font-weight: bold;
	color: #784301;
	font-style: italic;
}
.highlight {
	font-style: normal;
	line-height: normal;
	background-color: #FFFF99;
	font-size: 16px;
}
.muestras-box {
	width: 320px;
	margin-top: 5px;
	float: left;
	display: block;
	margin-right: 5px;
	background: url(../images/tpt-imgs/muestras-box-bg.jpg) no-repeat;
	height: 220px;
}
.muestras-box img {
	height: 130px;
	width: 180px;
	float: left;
	margin: 5px;
	border: 1px solid #999999;
}
.muestras-box h3 {
	font-size: 14px;
	color: #990000;
	text-align: center;
}
.muestras-box p {
	color: #666666;
	font-size: 14px;
}

.parrafo-muestras {
	color: #666666;
	font-size: 14px;
	line-height: 15px;
}
.muestras-box h4 {
	color: #666666;
}
.muestras-box .url {
	display: block;
	clear: both;
	float: none;
	text-align: left;
	font-size: 12px;
}
.muestras-box li {
	color: #CCCCCC;
}

 