@charset "utf-8";
/* CSS Document */

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#ff8809;
	font-weight:bolder;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bolder;
	color:#7a7a7a;
}


body {background-color:#000;
background-image:url(Img/fondopaisaje.jpg);
background-repeat:no-repeat;
}


.bggris{
	background-color:#ebebeb;
}

.fondoblanco{
	background-image:url(Img/fondoblanco.jpg);
	background-repeat:repeat-y;
}

.fondogris{
	background-image:url(Img/fondogris.jpg);
	background-repeat:repeat-y;
}

.Titulonaranja{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#ff8809;
	font-weight:bolder;
}

.Textogrismain{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#7a7a7a;
}

.Textogrischico{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7a7a7a;
}


.Textogrisbolditalic{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#7a7a7a;
}

.Textogrisgrande{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bolder;
	color:#7a7a7a;
}



.TextogrisABAJOOSCURO{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#3e3e3e;
}


.botonesazul{
	color:#3c7196;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

.botonesazul a:link,
.botonesazul a:visited{
	color:#3c7196;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

.botonesazul a:hover{
	color:#7a7a7a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}


.botonesazulBOLD{
	color:#004677;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	text-decoration:underline;
}

.botonesazulBOLD a:link,
.botonesazulBOLD a:visited{
	color:#004677;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	text-decoration:underline;
}

.botonesazulBOLD a:hover{
	color:#7a7a7a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	text-decoration:none;
}


.botonesGRISABAJO{
	color:#bdbdbd;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.botonesGRISABAJO a:link,
.botonesGRISABAJO a:visited{
	color:#bdbdbd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.botonesGRISABAJO a:hover{
	color:#ff8809;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


.botonVERDE{
	color:#92e724;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.botonVERDE a:link,
.botonVERDE a:visited{
	color:#92e724;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.botonVERDE a:hover{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}