@charset "utf-8";

body {
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
}

A:link            { text-decoration: none; font-size:11pt; font-family:Arial; color:#000000; font-weight:normal }
A:hover      { font-family: Arial; font-size: 11pt; color: #F91F01; text-decoration: 
               underline; font-weight: normal }


.tablaprincipal {
	border: 1px solid #F91F01;
}
A:visited    { text-decoration: none; font-family: Arial; font-size: 11pt; color: #000000; font-weight: normal }
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: justify;
	text-indent: 15px;
	margin: 8px;
	padding: 8px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	white-space: normal;
}
.fondomenulateral {
	background-image: url(imagenes/fondopeque.jpg);
	background-repeat:  repeat-x;
}
.posicion {
	z-index: 6;
	position: relative;
}
.posicionsuperior {
	z-index: 5;
}
.textosconborde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: justify;
	text-indent: 15px;
	margin: 8px;
	padding: 8px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	border: thin solid #F91F01;
}

