*{
	font-family: sans-serif;
}

body{
	font-size: 11px;
	background: white;
}

h1{
	height: 50px;
	margin: 0px;
	background: url( '../imagenes/heart.png' ) no-repeat 10px -6px;
}

h1 span{
	display: none;
}

h3 {
	margin: 20px 0px 3px 0px;
	font-size: 13px;
}

img {
	margin: 0px;
	border: 0px;
}

b {
	color: #01808F;
}

a {
	color: navy;
}

a:hover {
	color: #01808F;
}

table{
	border-collapse: collapse;
	font-size: 11px;
	line-height: 18px;
	vertical-align: middle;
}

table.excel td {
	border-right: 1px dotted #41C0CF;
}

form.login h1, form.login h2, form.login h3{
	text-align: center;
	background-position: 50%;
}

form.login{
	background: url( '../imagenes/logo_bg.png' ) no-repeat center 50px;
	padding-bottom: 40px;
}

form.login h2{
	margin-top: 40px;
}

table.login{
	margin: auto;
}

table.lista {
	width: 100%;
}

table.lista tr:hover{
	background: #eef8FF;
}

table.vert th{
	text-align: right;
	border: 1px solid #8CACDf;
	vertical-align: top;
	padding: 2px 4px 2px 4px;
}

table.vert td{
	border: 0px;
}

td.cat {
	background: #eef8FF;
}

td.semaforo {
	width: 18px;
	padding: 0px;
}

td.semaforo img {
	height: 18px;
	width: 18px;
	margin-bottom: -2px;
}

th {
	font-size: 13px;
	line-height: 16px;
	background: #01808F;
	color: white;
	padding: 2px 5px 2px 5px;
}

th a:hover {
	color: white;
}
th a{
	color: white;
}

td {
	border-bottom: 1px solid #01808F;
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
}

td.sin {
	text-align: center;
	font-style: italic;
}

td.opciones{
	background: #F0F0F0;
	text-align: center;
}

select, input {
	font-size: 12px;
	background-color: white;
	color: #01808F;
	border: 1px solid #a0a0a0;
}
input, textarea {
	margin: 0px 3px 0px 0px;
}
input.radio {
	background-color: #FFF2FC;
	color:red;
}

em {
	color: #01808F;
}

textarea {
	color: #01808F;
	background: white;
	border: 1px solid #a0a0a0;
}

textarea.pedir {
	margin: 10px auto 10px auto;
	background: #FAFFE6;
}

input.boton, .boton {
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	font-size: 13px;
}

.ayuda{
	font-size: 10px;
	color: gray;
}

ul.menu {
	border-bottom: 1px solid #01808F;
	display: block;
	width: 100%;
	padding: 0px;
	margin-left: 0px;
	height: 30px;
}
ul.menu li{
	border: 1px solid #01808F;
	display: inline;
	float:left;
	text-align: center;
	padding: 0px 5px 1px 5px;
	margin: 0px 5px 0px 5px;
	background: #01808F;
	color: white;
}
ul.menu li.sel{
	border-bottom: 1px solid white;
	color: #01808F;
	background: white;
}
ul.menu a{
	text-decoration: none;
	font-weight: bold;
	color: white;
	width: 150px;
}

ul.menu li.sel a{
	color: #01808F;
}

ul.menu li a:hover{
	color: white;
}

ul.menu li.sel a:hover{
	color: #01808F; 
}

div.user {
	position: absolute;
	top: 10px;
	right: 15px;
	padding-right: 10px;
	padding-top: 75px;
	height: 50px;
	background: url( '../imagenes/open_folder_full.png' ) no-repeat top right;
}

#wrapper {
	clear:left;
	float:left;
	width:100%;
	background:#f4f4f4;
	padding-bottom:20px;
}

div#simbologia{

}

div#simbologia ul{
	padding: 0px;
	margin: 0px;
}

div#simbologia li{
	display: inline;
	list-style: none;
	padding-left: 18px;
	margin: 0px;
}


div#simbologia li span{
	background-color: white;
	padding-left: 4px;;
	line-height: 18px;
}

div.cat{
	float: left;
	clear: none;
	width: 200px;
	margin: 4px;
	padding: 4px;
	padding-bottom: 12px;
	background: #eeeeee;
}

div.obs{
	padding: 4px;
	border: 1px solid #eeeeee;
	width: 600px;
}

dl, dt, dd{
	padding: 0px;
	margin: 0px;
	position: relative;
	line-height: 12px;
}

dl{
	background: white;
	margin: 0px;
	padding-top: 5px;
}

dt{
	font-weight: bold;
	height: 16px;
	padding-left: 2px;
}

dd{
	top: -17px;
	margin-bottom: -9px;
	text-align: right;
	height: 16px;
}

dd label{
	margin: 2px;
}

dd label input{
	margin: 0px 3px 0px 0px;
}

div#obs{
	clear: both;
}

div.mensaje{
	margin: 30px auto -30px auto;
	border: 1px solid;
	width: 400px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

div.aviso{
	color: #BB8800;
	background: #FFFFAA;
}

div.error{
	color: red;
	background: #FFCCCC;
}

div.exito{
	color: green;
	background: #CCFFCC;
}

div.pags{
	text-align: center;
	margin-top: 10px;
}

div.pags a {
	margin: 4px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #01808F;
	text-decoration: none;
}

div.pags a:hover{
	background-color: #01808F;
	color: white;
}

div.pags a.sel{
	background-color: #01808F;
	color: white;
	font-weight: bold;
}

table li{
	margin: 0px;
	line-height: 12px;
}
