body{
	margin-top: 0px;
	background: url(../img/toppage.jpg);
	/*background-color: #F5ECCB;*/
	background-color: #EDECDA;
	background-repeat: repeat-x;
}
.principal
{
	COLOR: Navy;
	FONT-FAMILY: "Times New Roman";
	FONT-SIZE: 18px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	font-style: italic;
}
.txtnormal
{
	COLOR: Gray;
	FONT-FAMILY: sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	font-style: italic;
}
.tlf
{
	COLOR: Navy;
	FONT-FAMILY: "Times New Roman";
	FONT-SIZE: 20px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	font-style: italic;
	text-align: right;	
}

.txt
{
	COLOR: Navy;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	font-style: italic;
}
.direccion
{
	COLOR: Navy;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	font-style: italic;
	text-align: right;
}

.nazareno{
	background-image: url(img/nazareno.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	COLOR: Gray;
	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	text-align: justify;
}
.small
{
	COLOR: White;
	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 1px;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;

}
.texto
{
	COLOR: Navy;
	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 9px;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	text-align: justify;
}
.texto:link{
	text-decoration: none;
	color: #837B66;
}
.texto:Active{
	text-decoration: none;
	color: #837B66;
}
.texto:Visited{
	text-decoration: none;
	color: #837B66;
}
.texto:Hover {
	color: #837B66;
	font-weight: bold;
}

.cajasforms {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #990000;
	background-color: #EFEFEF;
	border: 1px solid #990000;
	height: auto;
	width: auto;
}

.buttonscontainer {
	width: 160px;
}

.buttons a {
	color: Gray; /*background-color: #ffffff;*/
	padding: 8px;
	padding-left: 5px;
	display: block;
	border-bottom: 1px solid #CBCBCB;
	font: italic 21px Times New Roman;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.buttons a:hover {
	background-color: #EDECDA;
	color: Navy;
	font-weight: normal;
	text-decoration: none;
	font: italic;
}

.lateralizquierdo{
	background-image: url(../img/lateralizquierdo.gif);
	background-repeat: repeat-y;
}

.lateralderecho{
	background-image: url(../img/lateralderecho.gif);
	background-repeat: repeat-y;
}

.buttonscontainer1 {
	width: 140px;
}

.buttons1 a {
	color: Gray; /*background-color: #ffffff;*/
	padding: 8px;
	padding-left: 5px;
	display: block;
	border-bottom: 1px solid #CBCBCB;
	font: italic 21px Times New Roman;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.buttons1 a:hover {
	background-color: #E9E8D1;
	color: Navy;
	font-weight: normal;
	text-decoration: none;
	font: italic;
}

/*Imagen Lateral Fija*/
#superpie{
	position: absolute;
	top: 0px;
	right: 17px;
}
@media screen {
   div#superficie {position: fixed; top: 0px; right: 0px;}
   * html {overflow-y: hidden;}
   * html body {overflow-y: auto; height: 100%;padding: 0;}
   * html div#superficie {position: absolute;}
}
body > div#superpie{
	position: fixed;
	top:0px;
	right:0px;
}
