/*
 * Hoja de estilos externa para Cana
 * $Id: comun.css,v 1.0 29/11/2000 11:00:00 Pablo Ha
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color : #c2d7fc;
	scrollbar-arrow-color : Navy;
	scrollbar-track-color: #f5f5f5;
	scrollbar-dark-shadow-color : Navy;
}

body.frame {
	margin-left : 5%;
	margin-right : 5%;
	background-image : url(imagenes\fondo.gif);
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
}

a {
	text-decoration: none;
	color: Navy;
}

a:link {
	color : Navy;
}

a:hover {
	color: #FF9900;
}

h1 {
	color: #FF9900;
	font-size: 160%;
	text-align:center;
	text-transform : uppercase;
	font-family : "Century Gothic", "Lucida Console", sans-serif;
}

h2 {
	font-size: 120%;
	font-family : cursive;
	color : #339966;
}

h3 {
	font-size : 100%;
}

h5 {
	margin-top : 10px;
	margin-bottom : 5px;
	color : #FF9900;
	font-size : 12px;
}

th, td, li, p, dl {
	font-size: 12px;
}

p {
	text-align : justify;
}

input {
	border-left : 0px;
	color: White;
	font-size: 10px;
	font-weight: bold;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	width : 76px;
}

.apagado {
	height: 21px;
	background-color : #9999cc;
	border-bottom : 1px solid #9999cc;
	color : White;
}

.resaltado {
	height: 21px;
	background-color : #3366cc;
	border-bottom : 1px solid #3366cc;
	color : #FFCC33;
}

.coment {
	color: Gray;
	font-size: 11px;
	font-style : italic;
}

.coment a {
	color : Gray;
}

.coment a:link {
	color : Gray;
}

.coment a:hover {
	color : Navy;
}

ul.cuadro {
	list-style : square;
}

ul.circulo {
	list-style : circle;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	text-align : justify;
	margin : 10px;
}

dt {
	font-weight: bold;
	margin-bottom: 6px;
}

dd {
	margin-bottom: 14px;
}

td.navbar {
	background : Blue;
	font-size : 12px;
	color: White;
}

tr.cabeza {
	color: White;
	font-size:12px;
	background-color: #ff9900;
	padding : 5px 5px 5px 5px;
}

tr.azul {
	font-size:12px;
	background-color:#C6FFFF;
	padding : 5px 5px 5px 5px;
}

tr.gris {
	font-size:12px;
	background-color:#E8E8E8;
	padding : 5px 5px 5px 5px;
}

address {
	color : #ff9900;
	font-size : 11px;
	font-family : Verdana;
	text-align : center;
	border-top-color : #6699CC;
	border-top-style : solid;
	border-top-width : 1px;
	padding-top : 7px;
	margin-top : 20px;
	width : 100%;
}.subrayado {  text-decoration: underline; font-weight: bold}
