/*Css de Tv Shopping */
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: Verdana, Arial, helvetica;
	font-size: 11px;
	color: #333;
    background-color:#BEE9FF;
}

a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #0066FF;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.table-bg {
	background-color: #BEE9FF;
	width: 100%;
	height: 100%;
}

.center_body {
	background-image: url(./images/center_body.png);
	background-repeat: repeat-y;
	width: 767px;
	height: 400px;
}

.top_body {
	background-image: url(./images/top_body.png);
	background-position: 2px 0px;
	background-repeat: no-repeat;
	height: 20px;
}

.contact_td {
	height: 23px;
}

.contactenos {
	width: 116px;
	background-image: url(./images/contactenos.jpg);
	height: 23px;
	margin-right: 20px;
}

.vermapa {
	width: 116px;
	background-image: url(./images/vermapa.jpg);
	height: 23px;
	margin-right: 20px;
}

.left_body {
	height: 400px;
	width: 220px;
}

.bottom_body {
	background-image: url(./images/bottom_body.png);
	background-position: 2px 0px;
	height: 17px;
}

.logo {
	background-image: url(./images/logo.png);
	width: 209px;
	height: 115px;
	margin-left: 10px;
}

.mapa-center {
	background-image: url(./images/mapa_center.jpg);
	background-repeat: repeat-y;
    height:500px;

}

.mapa-top {
	background-image: url(./images/mapa_top.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 10px;
}

.contact-top {
	background-image: url(./images/contact_top.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 10px;
}

.mapa-bottom {
	background-image: url(./images/mapa_bottom.jpg);
	height: 19px;
	background-repeat: no-repeat;
}


.spacer {
	height: 145px;
	widtrh: 209px;
}

.contact_link {
	display: block;
	width: 116px;
	height: 23px;
}

.footer {
    width: 767px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 10px;
    color: #6AA2D1;
}
.footer a{
    font-size: 10px;
    color: #6AA2D1;
}



label {
	font-size: 11px;
	color: #666666;
}

input {
	font-size: 11px;
	color: #666666;
	border: 1px solid #ccc;
}

textarea {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #666666;
	border: 1px solid #ccc;
}

.contact_form td{
	padding-bottom: 10px;
	padding-left: 10px;
}

.contact_w {
	font-size: 11px;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 300px;
	padding-left: 10px;
    text-align:justify;

}






