/* CSS Document */
body{
	color:#333333;
	font-family: Verdana, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	background-color:#F8F8F8;
	
}

a{
	outline:none;
}

#mainContent{
	margin:auto;
	width:900px;
	background-color:#FFFFFF;
}

#masthead{
	height:200px;
	background:transparent url(../imgs/mastheads/shopping_banner1.jpg) no-repeat scroll center top;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	padding-top:40px;
}

#masthead h1{
	color:#052959;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent:-10000px;
}

.logo{
	width:14%;
	margin:68px 0 0;
	border:none;
}

#contenido{
	position: absolute;
}

#data{
	background-color:#FFF;
	border-right:4px double #EEEEEE;
	border-left:4px double #EEEEEE;
	border-bottom:4px double #EEEEEE;
	overflow:auto;
	width:892px;
	margin:20px 0 0 0;
}

.tile{
	width:35%;
	float:left;	
	margin:66px;
}

p, td, li{
	text-align:justify;
	line-height:24px;
	font-size:11px;
	padding:0px 5px;
}

#piedepagina, #piedepagina p{
	width:100%;
	text-align:center;
}

ul.serviciocolumnas{
	float:left;
	width:40%;
	margin-left:50px;
}
