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

body{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}

h1{
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-align: justify;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.celda_titulo{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #999999;
}

.celda_texto{
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	background-color: #CCCCCC;
}

.celda_borrada{
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	background-color: #EEEEEE;
}

input{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}

select{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}

textarea{
	height: 320px;
}

a {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #666666;
}