﻿body
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Verdana, sans-serif;
	color: #444;
}

/*Elementos HTML*/

a:link, a:visited
{
	text-decoration:none;
	color:#be6e00;
}

a:hover
{
	text-decoration:underline;
}

p
{
	text-align:justify;
	text-indent:15px;
	margin-right:5px;
}

h1
{
	font-weight:bold;
	font-size:100%;
}


/*Clases predefinidas*/

.gap
{
	height:3px;
}

.menu
{
	/*font-size:110%;*/
}

.menu a
{
	color:#444;
}

.menu a:hover
{
	text-decoration:none;
}

.menu1
{
	background-color: #164677;
	width: 15px;
}

.menu2
{
	border:solid 1px #bbb;
	height: 17px;
	width:100%;
	cursor:pointer;
}

.menu2:hover
{
	background-color: #efefef;
}


.navigation
{
	border:solid 1px #bbb;
	background-color: #efefef;
	height: 20px;
	width:100%;
	text-align:center;
	color:#164677;
	font-weight:bold;
}

.contacto
{
	border:solid 1px #bbb;
	background-color: #FFFFCC;
	height: 20px;
	text-align:center;
	color:#164677;
	font-weight:bold;
	font-size: 95%;
}


.enlaces
{
	text-indent:15px;
}

.enlaces a
{
	color:#444;
}

.enlaces a:hover
{
	text-decoration:none;
	color:#784600;
}

.enlaces tr:hover
{
	background-color: #efefef;
}

.gris
{
	color:#575757;
}

.grisClaro
{
	color:#666;
}

.azul
{
	color:#164677;
	font-size: 130%;
}

.nota
{
	color:#164677;
	font-size: 60%;
	text-align:center;
}
