/*Las tres reglas básicas*/
* {
margin: 0;
padding: 0;
}
body {
font-size: 76%;
}
img {
border: none;
}

/*arreglos*/
h1, h2, h3 {margin-bottom:15px;}
h4, h5, h6{margin-bottom: 10px;}
p {margin-bottom: 5px;}
fieldset {padding: 15px ;}

/* Ordenes generales */

body {
	text-align: justify;
	    }
	
h1 {
	text-align:center;
	}
	
/*Links*/
a:link {
	color: blue;
    }

a:visited {
	color: black;
    }

a:hover {
	text-decoration: underline overline;
    color: maroon;
    }

a:active {
	color: rgb(255, 0, 0);
    }

	
/*Clases especiales*/
.centrado {
	text-align: center;
    }
	
.bold {
	font-weight:bold;
	font-size: 110%;
	}
	
/*Contenedores para centrar*/

#contenedor {
	width: 100%;
    text-align: center;
    }
	
	#contenedor90 {
	width: 90%;
    text-align: center;
    }


#contenedordoc { 
    text-align: center;
    }
	
#centrarie {
	margin: auto;
    width: 600px;
    text-align: justify;
    }
	

	/*Ordenes para imagenes*/
img { vertical-align: middle;
    }


	/*Bordes de noticias*/
	
.borde {

	border-style: dashed;
	border-color: navy;
	border-width: thin;
    margin: auto;
    padding: 5px 5px 15px 25px;
	width: 500px;
	margin-bottom: 2%;
	margin-top:10px;
	}
	
cabecera h1{font-size:100%;} 
.titulo{
	font-weight:bold;
 	margin-left:2%;
	margin-right:1%;
/* 	margin-bottom:1%;
	margin-top:2%;  */
	}

.descriptor{
	margin-left:5%;
	margin-right:1%;
	}
	
.descriptor2{	margin-left:3%;
	margin-right:1%;
	font-style: italic;}
	
.generico{
	font-weight:bold;
	font-size:125%;
}

.generico2{
	font-weight:bold;
	font-size:120%;
	margin-left: 5%;
}
.generico3{
	font-size:120%;
}

/*Contactos*/
.margenavisos2{margin-left:200px;}
.avisos2 {border: dashed 1px navy;
margin: 20px 10px;
text-align: justify;
text-indent: 0px;
padding: 10px 10px;
width: 600px;
line-height:150%;
margin-left:10%;
}

#fuente{font-size:110%;
font-weight:bold;}


/*No se si seviran o no*/

form :focus {background-color:white;}
form input, form textarea{background-color:rgb(250,250,250);}
form#bug{
/* background:none;
margin-right:0px; */
width:500px;}
label {font-weight:bold;}

.registro {
 width: 600px;
 margin-left: 5%;
 line-height:150%;
 }

 #LOGO{
	position:absolute;
	top:2%;
	left: 4%;
	}
	
.access{font-family:Courier;}
.u{text-decoration: underline;}
.access .lastli{margin-top:10px;}

/*novedades*/
.fecha{font-weight:bold;
	margin-right:1%;
}

.nov{
	margin-left:5%;
	margin-right:1%;
}

form#bug{
/* background:none;
margin-right:0px; */
width:500px;}
label {font-weight:bold;}

.registro {
 width: 600px;
 margin-left: 5%;
 line-height:150%;
 }


.bordenov {border-style: dashed;
border-color: navy;
border-width: thin;
    margin: auto;
    padding: 5px 5px 5px 25px;
	width: 80%;
	margin-bottom: 1%;
}
