body, html	{
	background-color: #E8E8E8;
	font: 11px Tahoma, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

html	{
	scrollbar-face-color: #823859;
	scrollbar-arrow-color: #E8E8E8;
}

a	{
	color: Blue;
}

#pagewidth	{
	width: 979px;
	margin: 0px;
	padding: 0px;
	background: White url(../images/bg.gif) repeat-y;
}

#wrapper	{
	width: 960px;
	margin: 0px;
	padding: 0px;
	background-color: White;
}

#header	{
	width: 960px;
	height: 251px;
	margin-bottom: 5px;
	background: White url(../images/header.jpg) no-repeat top;
}

#footer	{
	width: 979px;
	height: 54px;
	background: White url(../images/footer.gif) no-repeat top;
}

#tabs	{
	width: 607px;
	float: left;
	display: block;
}

#pelicula	{
	width: 353px;
	height: 364px;
	background-color: transparent;
	float: left;
	display: block;
}

#listado	{
	margin: 20px auto 20px auto;
}

#textFairePart	{
	margin: 20px auto 20px auto;
	font-size: 12px;
}

div.registro	{
	width: 550px;
	margin: 15px auto 5px auto;
	background-color: White;
	border-bottom: 2px solid #823859;
}

div.nombres	{
	width: 350px;
	background-color: transparent;
	float: left;
	display: block;
	text-align: left;
	color: #823859;
	font-weight: bold;
}

div.fecha	{
	width: 200px;
	background-color: transparent;
	float: left;
	display: block;
	text-align: right;
	color: #823859;
	font-weight: bold;
}

div.mensaje {
	background-color: transparent;
	width: 550px;
	padding: 10px 0px;
	margin: 0px;
	float: left;
}

div.pagNav	{
	margin: 5px auto 5px auto;
	text-align: center;
}

#lang	{
	text-align: center;
	padding: 100px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #823859;
}

a.selectLang {
	color: Blue;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

a.selectLang:hover {
	text-decoration: blink;
}

*html a.selectLang:hover {
	text-decoration: underline;
}

.pagNav ul {
	margin: 0px;
	padding: 0px;
}

.pagNav li {
	margin: 0px;
	padding: 0px;
	width: 70px;
	height: 16px;
	list-style-type: none;
	display: inline;
	font-size: 10px;
}

.pagNav li a	{

}

div.fotografia {
	margin: 10px auto;
	width: 90%;
}

div.fotografia img {
	padding: 0px 10px;
	padding-bottom: 10px;
	float: left;
}

hr	{
	width: 90%;
	clear: both;
	color: #823859;
}

div.error	{
	width: 80%;
	text-align: center;
	background-color: #823859;
	color: White;
	font-size: 12px;
	margin: 0px auto;
}

div.hidden	{
	display: none;
	visibility: hidden;
}

input, textarea {
	width: 200px;
	font: 11px Tahoma, Helvetica, sans-serif;
	color: #823859;
	background-color: #E8E8E8;
}

textarea {
	height: 100px;
}

#submitButton {
	margin: 5px auto;
	width: 100%;
	border: 1px solid #823859;
	background-color: #E8E8E8;
	cursor: pointer;
}

h1 {
	color: #823859;
	font-size: 14px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */  
