.fondoPag {
	background-image: url(imagenes/mundo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fondoCelda {
	background-position:left top;
	background-repeat:repeat-y;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-style:italic;
	font-weight:bold;
	margin-top: 4px;
	margin-bottom: 4px;
	color:#000000;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	margin-top: 4px;
	margin-bottom: 4px;
	color:#000000;
}
.textos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textosRojos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
}
.textosPeq{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.menuAdmin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #003399;
	background-color:#95AEF2;
}
#menuAdmin a{
	color:#000000;
	text-decoration:none;
}
.bordeGris{
	border: 1px solid #999999;
}
textarea,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #003399;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #00196B;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.otrosTitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00196B;
	border-bottom:solid 1px #999999;
}
li{
	list-style:inside;
}
