﻿
html, body /* si usamos form al 100% de alto provoca que el cursor aparezca como seleccion de texto (I) en el area donde queda expuesto el form (de donde acaba la pagina al bottom de la ventana)*/
{
	height:100%;
}

h1, h2, h3, h4, h5, h6
{
	cursor:text;
	font-weight:bold;
}

h1
{
	font:normal normal bold 26px "Segoe Condensed", "Trebuchet MS", Tahoma;
}

h2
{
	font:italic normal 13px Georgia, "Times New Roman", "Trebuchet MS", Tahoma;
	margin-bottom:30px;
}

p
{
	margin-bottom:16px;
	line-height:22px;
	cursor:text;
}

a:link, a:visited
{
	color:#4380BC;/*#D40B1A;/*#E00915;*/
	text-decoration:underline;
}

a:hover, a:active
{
	color:#D40B1A;
	text-decoration:underline;
	/*background-color:#FFEC6B;*/
}

sup
{
	position: relative;
	bottom:1ex;
	font-size:80%;
}

ol, ul
{
	margin:20px 0;
	cursor:text;
}

li
{
	margin-left:3em;
	margin-bottom:.5em;
}

ul li
{
	list-style-image: url(img/bullet.png);
}

li span
{
	display:block;
	font-weight:bold;
	color:#E49A10;
}
/*
input[type=text]
{
	border:solid 1px #9D9A83;
}
*/

input[disabled]
{
	background-color:#F4F4F2;
	border:solid 1px #9D9A83;
}

acronym
{
	border-bottom-style:dotted;
	border-bottom-width:1px;
	cursor:help;
}