@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000000;
}

a:link {
	color: #99CCFF;
}
a:visited {
	color: #CCCCFF;
}



.estilo #barra {
	width: 100%;
	height:5px;
	border: 1px solid #000000;
	background-image:url(../image/barra.png);
	background-repeat:repeat-x;
}
.estilo #mensaje {
	width: 622px;
	padding: 0;
	margin: 100px auto; 
	border: 0px solid #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #EDEFF3;
	background-color:#333333;
}

.estilo #barraBot {
	width: 422px;
	padding: 0;
	margin: 150px auto;
	border: 0px solid #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #EDEFF3;
	background-color:#333333;
}

.estilo #iconoAlert {
	width: 48px;
	height:48px;
	background-image:url(../image/error.png);
	background-repeat:no-repeat;
}

.estilo #iconoFirefox {
	width: 48px;
	height:48px;
	background-image:url(../image/firefox.png);
	background-repeat:no-repeat;
}

.estilo #botonAcceso {
	height:24px;
	background-image:url(../image/candao2.png);
	background-repeat:no-repeat;
}

div.estiloAcceso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
}

/*APARIENCIA DE LOS BORDES Barra1*/

div.tablaTop {
	height:10px;
	background-image:url(../image/ttop.jpg);
	background-repeat:repeat-x;
}
div.tablaBot {
	height:10px;
	background-image:url(../image/tbot.jpg);
	background-repeat:repeat-x;
}
div.tablaLeft {
	height:225px;
	width: 10px;
	background-image:url(../image/tlef.jpg);
	background-repeat:repeat-y;
}
div.tablaRight {
	height:225px;
	width: 10px;
	background-image:url(../image/trig.jpg);
	background-repeat:repeat-y;
}
div.tablaTopRight {
	height:10px;
	background-image:url(../image/sqtr.jpg);
	background-repeat:no-repeat;
}
div.tablaBotRight {
	height:10px;
	background-image:url(../image/sqbr.jpg);
	background-repeat:no-repeat;
}
div.tablaBotLeft {
	height:10px;
	background-image:url(../image/sqbl.jpg);
	background-repeat:no-repeat;
}
div.tablaTopLeft {
	height:10px;
	background-image:url(../image/sqtl.jpg);
	background-repeat:no-repeat;
}
/*Barra2*/
div.tablaLeft2 {
	height:60px;
	width: 10px;
	background-image:url(../image/tlef.jpg);
	background-repeat:repeat-y;
}
div.tablaRight2 {
	height:60px;
	width: 10px;
	background-image:url(../image/trig.jpg);
	background-repeat:repeat-y;
}