html {
	width: 100%;
	height: 100%;
	/*overflow-y: hidden;
	overflow-x: hidden;*/
}

body {
	background-color: #cccccc;
	margin: 0;
	padding: 0;
	border:0;
	width: 100%;
	height: 100%;
	/*overflow-y: show;
	overflow-x: hidden;*/
}

#izquierda {
	height: 100%;
	background: #cccccc url(../img/izquierda_gris.jpg) repeat-y top right;
}

#derecha {
	height: 100%;
	background: #cccccc url(../img/derecha_gris.jpg) repeat-y top left;
}

.titulo {
	font: bold 14pt/14pt arial;
	color: #981616;
}

.header {
	font: bold 12pt/12pt arial;
	color: #981616;
}

.header2 {
	font: 12pt/12pt arial;
	color: #981616;
}

.texto {
	font: 12pt/14pt arial;
	color: #000056;
	text-align: justify;
}

a:link {
	color: #1f1f55;
	text-decoration: none;
}

a:visited {
	color: #1f1f55;
	text-decoration: none;
}

a:hover {
	color: #981616;
	text-decoration: underline;
}

a.red:link {
	color: #981616;
}

a.red:visited{
	color: #981616;
}

a.white:link{
	color: white;
}

a.white:visited{
	color:white;
}

a.white:hover{
	color: #981616;
}