@CHARSET "UTF-8";

/*************************/
/*** basic site layout ***/
/*************************/

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

div#site {
	width: 825px;
	margin: 0 auto;
	text-align: left;
}

div#navigation {
	width: 815px;
	height: 70px;
}

div#container {
	position: relative;
	width: 825px;
	height: 490px;
}

div#content {
	float: left;
	position: relative;
	width: 815px;
	height: 490px;
}

div#atipika {
	float: right;
	position: relative;
	width: 10px;
	bottom: -431px;
}

#atipika img {

}

/*** footer ****/

#footer {
	clear: both;
	width: 805px;
	margin: 5px 5px 0 5px;
	background: url(../images/puntos.jpg) repeat-x;
}

.direccion {
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
.direccion2 {
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #cccccc;
	text-decoration: none;
}
a.direccion:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration: underline;
}