@charset "UTF-8";
/* CSS Document */

html, body{margin:0px;padding:0;font:86% Verdana, Arial, Helvetica, sans-serif;	
;color:#000000;}
form, fieldset{
	margin:0;
	padding:0;
	color: #999;
	text-align: left;
}


/* Cabeceras */

#header {
	text-align: left;
	width: 800px;
	height:159px;
	margin: 0 auto 0px;
	margin-top:20PX;
	background:url(/imgs/header.png) no-repeat;
}

#footer {
	text-align: left;
	width: 800px;
	height:80px;
	margin: 0 auto 0px;

}


/* Central */

#main {
	text-align: justify;
	width: 800px;	
	margin: 0 auto 0px;
	background:url(/imgs/mainback.png) repeat-y left 0px;
	color: #666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}





}.txtmenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	align: left;
	text-align: justify;
}
#main .login table tr td table tr td table tr td {
	text-align: left;
	color: #F90;
}
.OrangeTheLink {
	color: #F90;
	text-align: center;
}

.buttonenter {
	font-size: 12px;
	color: #FFF;
	background-color: #DDD1DA;
	text-align: center;
}
.txtFotos {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	align: left;
	text-align: justify;
	font-size: 14px;
}
.txtAver {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	align: left;
	text-align: justify;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.button {
		padding: 5px 10px;
		display: inline;
		background: #777 url(/images/button.png) repeat-x bottom;
		border: none;
		color: #fff;
		cursor: pointer;
		font-weight: bold;
		border: 1px solid #cccccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-shadow: 1px 1px #666;
		font-family: Arial, Helvetica, sans-serif;
		}
	.button:hover {
		background: #FCE5DF;
		}
	.button:active {
		background: #FCE5DF;
		}
	.button { background-color: #fff; color: #2D2D2D; text-shadow: 1px 1px #fff; }
	.button.small { font-size: 75%; padding: 3px 7px; }
	.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
	.button.large { font-size: 125%; padding: 7px 12px; }
	.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }

