@charset "utf-8";
a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin-left: 40px;
	margin-bottom: 10px;
}
li {
	list-style-image: url(../images/punto.gif);
	margin-bottom: 3px;
}

h4 {
	margin-bottom: 10px;
	font-size: 14px;
	margin-top: 20px;
}
h5 {
	font-size: 12px;
	color: #999999;
	margin-top: 20px;
}
p {
	margin-bottom: 10px;
}
p.piefoto {
	font-size: 11px;
}


table.formulario {
	font-size: 13px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 4px;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 0px;
}
table.formulario th {
	text-align: left;
	padding: 5px;
	background-color: #e6EEEE;
	width: 150px;
}
table.formulario td {
	padding: 5px;
	background-color: #F7F9F9;
}
td.celdaresaltada, table.formulario td.celdaresaltada {
	background-color: #8dbdd8;
	font-weight: bold;
}



table.tabla {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 10pt;
	text-align: left;
}
table.tabla thead tr th, table.tabla tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tabla thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
tr.over td {
	background-color: #bcd4ec;
}
tr.odd td {
	background-color: #F0F0F6;
}

tr td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tabla thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tabla thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tabla thead tr .headerSortDown, table.tabla thead tr .headerSortUp {
background-color: #8dbdd8;
}
img {
	border: 0px;
	vertical-align: middle;
}
.oculto {
	display: none;
}
select {
	width: 95%;
}
select.no100 {
	width: auto;
}

div.boton {
	width: 260px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	color: #CCCCCC;
}

div.boton a:hover {
	text-decoration: none;
}

.right {
	text-align: right;
}

p.error {
	color: #990000;
	font-weight: bold;
}
