*
{
	margin:0px;
	padding:0px;
	color: white;
	font-family: Lucida Sans;
	font-size: 13px;
	overflow: hidden;
}

body
{
	background: #97100A;
	background: #9B1303;
}

.web
{
	margin:0 auto;
	width:900px;

}

.cabecera
{
	text-align: center;
	margin-top: 3px;
}
span
{
	border:1px solid white;
	padding:2px;
	margin:2px;
}

.contenedor
{

	height:420px;
	width:700px;
	text-align: left;
	
}
.oculto
{
	position: absolute;
	top:1000px;
	display: block;
	padding:0px;
	border:4px ridge white;
	text-align: justify;
	height:420px;
	width:700px;
	background: url(../fondo_divs.jpg);
}

p
{
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ /*
	width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	height:380px;
	overflow-y: auto;
	margin-left: 180px;
	margin-right: 5px;
	margin-top: 2px;
	text-align: justify;

}

a:link,a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.conborde
{
	border:8px solid white;
	margin-top:5px;
	margin-right: 10px;
	margin-left: 4px;
}

.barralateral
{
	position:relative;
	top:18px;
	right: 0px;
	float:right;
	width:180px;
//	border: 1px solid white;
}
.normal
{
	margin: 2px;
}

.pie
{
	position:absolute;
	bottom:0px;
	border: 1px solid white;
	height:25px;
	background: #9B1303;
	width:inherit;
	text-align: center;
}