

/*
CSS Naturismo Mexico
*/


/*
++++++++++++++++++++++++++++++++++++++++
Base Tags
++++++++++++++++++++++++++++++++++++++++
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}

img{
	border-style: none;
	border-width: 0px;
}


/*
++++++++++++++++++++++++++++++++++++++++
Anchors
++++++++++++++++++++++++++++++++++++++++
*/

a:visited {
	color: #F70;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #F90;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #F80;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #F60;
	font-weight: bold;
	text-decoration: underline;
}



/*
footerAnchor
*/

a.footerAnchor:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a.footerAnchor:link {
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}

a.footerAnchor:hover {
	color: #BBBBBB;
	font-weight: bold;
	text-decoration: underline;
}

a.footerAnchor:active {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}


/*
++++++++++++++++++++++++++++++++++++++++
Containers and Contents
++++++++++++++++++++++++++++++++++++++++
*/

div.generalContainer{
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0px;
}


div.titleContainer{
	width: 500px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


div.titleLogoContainer{
	width: 300px;
	height: 200px;
	margin: 0px auto 0px auto;
	padding: 0px;
}



div.centralContainer{
	width: 500px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	/*
	background-image: url(../img/contentBackground.jpg);
	background-repeat: repeat-y;
	*/
}


div.centralContent{
	width: 300px;
	margin: 0px 100px 0px 100px;
	padding: 0px;
	text-align: left;
}


div.centeredContent{
	width: 300px;
	margin: 0px 100px 0px 100px;
	padding: 0px;
	text-align: center;
}

/*

div.centralContainerStart{
	width: 500px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../img/contentStart.jpg);
	background-repeat: no-repeat;
}


div.centralContainerEnd{
	width: 500px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../img/contentEnd.jpg);
	background-repeat: no-repeat;
}


div.centralContainerSeparator{
	width: 450px;
	height: 25px;
	margin: 0px 25px 0px 25px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/contentSeparator.jpg);
	background-repeat: no-repeat;
}

*/

div.footerContainer{
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}



/*
++++++++++++++++++++++++++++++++++++++++
Spans
++++++++++++++++++++++++++++++++++++++++
*/

span.footerText{
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #555555;
}

