body{
	background-image: url('../img/tras_pag.gif');
	background-repeat: repeat-x;
	}

h1 {
	font-family: 'Maiden Orange', arial, serif;
	padding: 25px 0 20px 0;
	font-size: 36px;
	}

h2 {
	font-family: 'Maiden Orange', arial, serif;
	padding: 10px 0 10px 0;
	font-size: 24px;
	}

h3 {
	font-family: 'Maiden Orange', arial, serif;
	padding: 10px 0 5px 0;
	font-size: 18px;
	color: #3ea1b6;
	}




/* Frames */
#contenedora{
	margin: 0 auto;
	text-align: center;
	width: 800px;
	}

#contenido {
	padding: 0 10px 30px 10px;
	text-align: left;
	}

	#menu {
		border: dotted 1px #ccc;
		border-width: 1px 0px;
		padding: 9px 0 8px 0;
		text-align: center;
		}

	#menu a{
		padding: 10px;
		color: #333;
		font-size: 13px;
		text-decoration: none;
		}

	#menu a:hover{
		text-decoration: underline;
		}

	#menu a.on{
		font-weight: bold;
		}

	#menu a.admin{
		color: #3ea1b6;
		}

/* Display */

table.listado td{
	padding: 7px 5px;
	}

table.listado thead td{
	font-weight: bold;
	border-bottom: dotted 1px #666;
	}

table.listado tbody td{
	border-bottom: dotted 1px #cdcdcd;
	}

table.listado tbody tr.alter td{
	background: #f7f7f7;
	}

.centro{
	text-align: center;
	}

form.formu_login{
		padding: 5px;
		}

	form p{
		padding: 10px;
		}

	input.caja{
		width: 500px;
		border: solid 1px #999;
		padding: 2px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px; 
		-khtml-border-radius: 7px; 
		}

		input.mini{
			width: 25px;
			text-align: center;
			margin: 0 10px 0 5px;
			}

	form label{
		display: block;
		padding: 5px 0 10px 0 ;
		}

		form label.seguido{
			display: inline;
			font-weight: bold;
			}

	.envio{
			-moz-border-radius: 7px;
			-webkit-border-radius: 7px;
			border-radius: 7px; 
			-khtml-border-radius: 7px;
			background: #333;
			color: #fff;
			border: solid 1px #333;
			padding: 3px 5px;
			cursor: pointer;
		}

.green { color: #3ea1b6;}



#mensaje {
		background: #d9edfa;
		padding: 8px 12px;
		color: #4995c4;
		}

a.blue{
	color: #3ea1b6;
	text-decoration: none;
	}

a.blue:hover{
	text-decoration: underline;
	}
/* Especiales */

.clr:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;  }
.clr { display: inline-block; }
* html .clr { height: 1%; }
.clr { display: block; }