﻿body {
}

.menu
{
	font-size: 14px;
	color: #b3c9d7;
	font-family: Arial;
	background-color: #0267af;
	font-variant: small-caps;
	text-decoration: none;
	height: 25px;
	text-align: center;
}

.menu A:link 
{
	color: #b3c9d7;
	text-decoration:none;
}

.menu A:visited 
{
	color: #b3c9d7;
	text-decoration:none;
}

.menu A:hover
{
	color: #fff8dc;
	text-decoration: none;
}

.SeparadorVertical
{
	background-image: url(images/linea_punteada_v.gif);
	width: 1px;
	background-repeat: repeat-y;
	height: 120px;
}

.SeparadorVerticalAlto
{
	background-image: url(images/linea_punteada_v.gif);
	width: 1px;
	background-repeat: repeat-y;
	height: 220px;
}

.SeparadorHorizontal 
{
	background-image: url(images/linea_punteada_h.gif);
	height: 1px;
	background-repeat: repeat-x;
	width: 700px;
}

.SectionTitle
{
	font-weight: normal;
	font-size: large;
	color: #a5a6a1;
	font-family: Verdana;
}

.FormText 
{
	font-weight: normal;
	font-size: small;
	color: #a5a6a1;
	font-family: Verdana;
}

.GeneralText
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana;

}

.GeneralText A:link
{
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.GeneralText A:visited
{
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.GeneralText A:hover
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}


.BlueGeneralText
{
	color: #3366cc;
	font-size: x-small;	
	font-family: Verdana;
}

.BoxInput
{
	font-size: x-small;	
	font-family: Verdana;
	border-right: #3366cc 1px solid;
	border-top: #3366cc 1px solid;
	border-left: #3366cc 1px solid;
	border-bottom: #3366cc 1px solid;
}

.Button
{
	font-size: 8pt;
	color: #696969;
	font-family: Verdana;
	background-color: #e9e6dd;
	cursor: hand;
}

.footer 
{
	font-size: 8pt;
	color: #a5a6a2;
	font-family: Verdana;
}

.GridHeader
{
	color: #3366cc;
	font-size: small;
	font-family: Verdana;
	background-color: #dcdcdc;
	font-variant: small-caps;
}

.msg
{
	font-size: 9pt;
	color: #cc3300;
	font-family: Verdana;
}

.marco
{
	border-right: #000000 1px solid;
	padding-right: 3px;
	border-top: #000000 1px solid;
	padding-left: 3px;
	padding-bottom: 3px;
	border-left: #000000 1px solid;
	padding-top: 3px;
	border-bottom: #000000 1px solid;
	font-size: 12px;
	color: #000000;
	font-family: verdana;
	width: 89%;
	text-align: left;
}