@charset "utf-8";
body {
	background-repeat:  repeat;
	background-color: #5f1919;
	margin: 0px;
	padding: 0px;
}
.fondomenu {
	background-image: url(imgs/fondo_contenido.jpg.jpg);
	background-repeat:  no-repeat;
	background-position: left;
}

.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px;
}
.fondocontenido {
	background-image: url(imgs/fondo_contenido.jpg);
	background-repeat: no-repeat;
}
.head{
  color:#F3F1C1;
}

.bttns {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.menucelda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
.menucelda a:link{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.menucelda a:active{
	text-decoration: none;
	color: #FFFFFF;
}
.menucelda a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.menucelda a:hover{
	text-decoration: none;
	color: #CCCCCC;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.footerusa {
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	border-top-color: #FF0000;
}
.headerusa {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: solid;
	border-left-style: 0;
	border-bottom-color: #FF0000;
}
