﻿body {
	background-image:url(imagenes/PADRESA.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.TablasFondo {
	background-color: #FFFFFF;
	border: 1px solid #000040;
}

#TextoBlanco{
	color: white;
	text-transform: uppercase;
	font-family: "Arial Black";
	font-size: 10;
}
.Titulos {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.imagenes {
	padding: 5px;
	margin: 5px;
	border: thin solid #E6EEEE;
}
.Titulos a {
	color: #FFFFFF;
	text-decoration: none;
}
.Titulos a:hover {
	color: #FFFF00;
}
.bordetablas {
	border: 1px solid #003300;
}
.FondoBlanco {
	background-color: #FFF;
}

#enlaces{
	text-transform: uppercase;
	font-weight: bold;	
	font-size: 11px;
	font-family: Calibri;
}
#enlaces a{
	color: #FFFFFF;	
	text-decoration: none;
}

#enlaces a:hover{
	color: #FFFF00;
	font-size: 11px;
}

