﻿body
{
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	background-color: #808080;
	margin-top: 0px;
}
p
{
	font-family: font-family: "Segoe UI", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #000000;
	text-indent: 20px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}

.botonGrisOscuro
{
	padding: 10px;
	border-width: thin;
	border-style: none none none solid;
	border-color: #666666 #999999 #666666 #999999;
	font-family: Corbel;
	font-size: small;
	color: #FFFFFF;
	background-color: #666966;
	height: 40px;
}
.TextoCabeceraAzul
{
	font-family: font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
	font-size: large;
	color: #1247a9;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
}
.TextoParrafoNegro
{
	font-family: font-family: "Segoe UI", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #000000;
	text-indent: 20px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}

.TextoParrafoGrisPie
{
	font-family: font-family: "Segoe UI", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #666666;
	
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height:40px;
}

.TextoParrafoNegroLegible
{
	font-family: font-family: "Segoe UI", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #000000;
	text-indent: 20px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.TextoError
{
	font-family: font-family: "Segoe UI", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: medium;
	color: #990000;
	text-indent: 20px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.BordeGrisArriba
{
	border-width: 1px;
	border-style: solid none none none;
	border-color: #999999;
	width: 800px;
	height:25px;
	margin-right: auto;
	margin-left: auto;
}