﻿/*MASTERPAGE*/

body {
		margin: 0px;
		background-color:#ededed;
/*		background-image: url('../../images/background.jpg');*/
		background-position:center top;
		background-attachment:fixed;
		background-repeat:no-repeat;

							
}
.master {
				width: 957px;
				/* height: 906px; */
				border: #d0d0d0 solid 2px;

				margin: auto;
				background-color: white;
}
.tope {

				width: 957px;
				height: 85px;
				margin-top:0px;
				background-color:white;
				position: relative;
				margin-bottom:10px;
}
.menu {
				width: 98%;
				text-align: right;
				color: #004891;
				position: absolute;
				bottom: 10px;
				right:10px;
}
.foot {
				background: url('../../images/fondofoot.jpg');
				width: 957px;
				height: 120px;
}
.mapimage
{
	width: 98%;
	text-align: right;
	position: relative;
	top: 20%;
}
/*CONTAINER*/
.container
{
	/*height: 100%;*/
	width: 100%;
	overflow: hidden;
}


.separador
{
	border-top: 1px solid;
	border-top-style: dashed;
	padding-right: 10px;
	padding-top: 10px;
}

/*MAPA*/
.colleft
{
	width: 220px;
	padding: 0px 10px 0px 5px;
	float: left;
	height: 670px;
	/*margin-bottom: -5000px;
	padding-bottom: 5000px;*/
}

.colright
{
	float: left;
	padding: 0px 0px 10px 5px;
	width: 705px;
	text-align: left;
	/*margin-bottom: -5000px;
	padding-bottom: 5000px;*/
}
.central
{
	width: 100%;
	border-top: 1px solid;
	border-top-color: #d0d0d0;
}
.col1
{
	text-align: left;
	float: left;
	border-right: 1px;
	border-right-style: dashed;
	margin-top: 10px;
	padding: 0px 20px 10px 10px;
	height: 620px;
}

.col2
{
	text-align: left;
	float: left;
	border-right: 1px;
	border-right-style: dashed;
	margin-top: 10px;
	padding: 0px 20px 10px 10px;
	height: 620px;
}
.col3
{
	text-align: left;
	float: left;
	margin-top: 10px;
	padding: 0px 20px 10px 10px;
	height: 620px;
}
/*HOME*/
.colcenter
{
	float: left;
	width: 470px;
	text-align: center;
	margin-right:15px;
}
.colderecha
{
	width: 235px;
	float: left;
	height: 670px;
}
/*CUPONES*/
.boton
{
	background: url('../../images/Cupones/tickets.png') no-repeat;
	width: 100%;
	height: 500px;
	text-align: right;
}

/*CUADROS*/
.cuadro
{
	width: 100%;
	padding: 10px 0px 20px 40px;
}
.head1
{
	background: url('../../images/Productos/shape_green_head.png') no-repeat;
	width: 100%;
	height: 11px;
}
.foot1
{
	background: url('../../images/Productos/shape_green_footer.png') no-repeat;
	width: 100%;
	height: 12px;
}
.head2
{
	background: url('../../images/Productos/shape_purple_head.png') no-repeat;
	width: 100%;
	height: 12px;
}
.foot2
{
	background: url('../../images/Productos/shape_purple_footer.png') no-repeat;
	width: 100%;
	height: 15px;
}
.head3
{
	background: url('../../images/Productos/shape_blue_head.png') no-repeat;
	width: 100%;
	height: 12px;
}
.foot3
{
	background: url('../../images/Productos/shape_blue_footer.png') no-repeat;
	width: 100%;
	height: 15px;
}


