/*Hoja de estilos de DGPC*/
/*Equipo Sebastián Dana - Belén Furtado - Florencia Giataganellis - vm13*/


/*reglas generales*/
html{
    font-size: 10pt;
}

body{
    height: 100%;
    font-family: "Open Sans", sans-serif;
    font-family: "Open Sans Condensed", sans-serif;
    margin: 0;
    padding: 0;
}

header{
    width: 100%;
    z-index: 20;
    overflow: auto;
}

header img#cabezal{
    width: 100%;
}

*{
    margin: 0px;
    padding: 0px;
}
    
#header{ 
    margin: 0;
    width: 75%;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 600;
    background-color:rgb(148,198,62);
    float: left;
    overflow: auto;
    padding-left: 5%;
}
    
ul, ol {
    list-style: none;
}
    
    
.nav li a{
    background-color: rgb(148,198,62);
    color: rgb(255,255,255);
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    font-size: 1.3rem;        
}
    
    
.nav li{
    padding-left: 2%;
     padding-right: 2%;
}

    
.nav li a:hover{
     background-color: rgb(197,226,186);
    color: rgb(30,161,219);
    
}
.nav > li{
    float: left; 
}
    
.nav li ul{
    display:none;
    position: absolute;
    min-width: 16%;
    padding: 0px 0px;
}

.nav li ul li a{
    background-color: rgb(30,161,219);
    font-size: 1.05rem;
    height: 8%
        
}

.nav li ul li a:hover{
    background-color: rgb(164,206,226);
}
    
.nav li:hover > ul{
    display: block;
}
    
div#redes{
    float: right;
    display: inline;        
    width: 19%;
    background-color: rgb(148,198,62);
    padding-right: 1%;
    padding-bottom: 0.5%;
}

div#redes li{
    float: right;
    width: 10%;
    padding-right: 13%;
    background-color: rgb(148,198,62);
    list-style: none;
    display: block;
    padding-top: 6%;
        
}

div#redes li a img{
    width: 100%;
}

div#pagina{
    width: 90%;
    margin:auto;
    margin-top: 3rem;
    overflow: auto;
}

h1{
    padding-top: 2%;
    font-size:1.9rem;
    color: rgb(255,255,255);
    text-align: center;
}

h2{
    font-size:2.4rem;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 200;
}

h3{
    font-size: 1.4rem;
}

h4{
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 2.2rem;
}

p{
    font-size: 1.1rem;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

footer{
    margin:0;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 6%;
    padding-bottom: 2%;
    clear: both;
}

div#footer{
    font-size: 0.9rem;
    color: rgb(255,255,255);
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

a#volver{
    color: rgb(148,198,62);
    text-decoration:underline;
    padding: 0.2%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    line-height: 2.7rem
}

.fondonegro{
    background-color:rgb(0, 0, 0);
}

/* fin reglas generales*/

/*reglas index.html*/

div#index_columna1{
    float: left;
    width: 65%;
}

.cartel{
    width: 100%;
}

div#invitacion{
    background-color: rgb(255,255,255);
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 4%;
    padding-top: 2.5%;
    overflow: auto;
    width: 96%;
    
}

div#slider{
    overflow: hidden;
    width: 100%;
    margin-top: 2%;
        
}
div#slider ul{
    list-style: none;
}

div#slider ul li{
    list-style: none;

}

div#slider ul li img{
    width: 100%;
    height: 100%;
}

.blanco{
    color: rgb(30,161,219);
    width: 50%;
    float: left;
    margin-top: 1%;
    margin-left: 1%;
}

img#avatares1{
    float: left;
    padding-top: 3%;
}

div#vinculos{
    width: 26%;
    float: left;
    position: relative;
    margin-left: 2.5%;
    margin-top: 2%;
}

.vin_in{
    display: block;
    overflow: auto;
    width: 81%;
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
    padding-left: 3.4%;
    padding-top: 0.8%;
    padding-bottom: 0.8%;
}

div#vinculos a{
    margin-top: 3%;
    margin-bottom: 5.5%;
}

div#vinculos a#apuntes{
    display: block;
    background-image: url(imagenes/apuntes_index.jpg);
    background-repeat: no-repeat;
    width: 230px;
    height: 176px;
    float: left;
}

div#vinculos a#apuntes:hover{
    background-image: url(imagenes/hover_apuntes.svg);
}

div#vinculos a#correcciones{
    background-image: url(imagenes/correcciones_index.jpg);
    display: block;
    background-repeat: no-repeat;
    width: 230px;
    height: 176px;
    float: left;
}

div#vinculos a#correcciones:hover{
    background-image: url(imagenes/hover_correcciones.svg);
}


div#vinculos a#tipoblog{
    background-image: url(imagenes/tipoblog_index.jpg);
    display: block;
    background-repeat: no-repeat;
   width: 230px;
    height: 176px;
    float: left;
}

div#vinculos a#tipoblog:hover{
    background-image: url(imagenes/hover_tipoblog.svg);
}

div#index_columna2{
    float: left;
    overflow: auto;
    width: 30%;
    margin-left: 0;
}


/* fin reglas index.html*/
/* reglas consejos1.html*/

div#consejos1{
    background-color:rgb(148,198,62);
    overflow: auto;
    margin-bottom: 5%;
}

div#mapa{
    background-color: rgb(148,198,62);
    overflow: auto;
}

div#donde_imprimir{
    float: left;
    width: 50%;
    padding-left: 5%;
    margin-top: 5%;
}

.blanco1{
    color: rgb(255,255,255);
    width: 83%;
    margin-top: 1%;
    float: left;
    margin-left: 3%;
    margin-right: 5%;;
}

img#cosgaya{
    display: block;
    width: 35%;
    margin-top: 4%;
    margin-bottom: 3%;
}

h3#placa{
    color: rgb(255,255,255);
    background-color: rgb(30,161,219);
    width: 45%;
    padding-left: 4.5%;
    padding-top: 0.3%;
    padding-bottom: 0.3%;
    font-size: 1.6rem;
}

img#mapa1{
    padding-top: 2%;
    width: 60%;
    margin: auto;
    float: left;
}

div#graficas{
    background-color: rgb(255,255,255);
    float: right;
    margin-right: 11.3%;
    margin-top: 5%;
    width: 28.5%;
    padding-bottom: 1%;
    overflow: auto;
    
}

h5{
    font-size: 2.1rem;
    padding-left: 5%;
    padding-top: 2%;
}

p#bajada{
    font-size: 0.8rem;
    color:rgb(30,161,219);
    padding-bottom: 2%;
    padding-left: 5%;
}

.graf{
    font-size: 1.05rem;
    font-family: "Open sans", sans-serif;
    display:block;
    margin-bottom: 0%;
    margin-top: 0%;
    padding-bottom: 1%;
    padding-top: 1%;
    margin-left: 5%;
    margin-right: 5%;
    overflow: auto;
    margin-bottom: 0.5%;
}

.direc{
    font-family: "Open sans condensed", sans-serif;
    font-size: 1.1rem;
}

div#graficas a:hover{
    background-color: rgb(30,161,219);
}

img#melmac{
    width: 100%;
    display: none;
}

div#graficas a:hover > img{
    display:block;
    overflow: auto;
}

/* finreglas consejos1.html*/
/* reglas contacto.html*/

.cartel1{
    width: 95%;
}

div#cont{
    overflow: auto;
    width: 95%;
    
}
.reg{
    text-align: center;
    width: 50%;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    padding-bottom: 2%;
}

ul#contacto{
    width:40%;
    float: left;
    margin-left: 5%;
    margin-top: 7%;
}

ul#contacto li{
    list-style: none;
}

ul#contacto li a{
    list-style: none;
    text-decoration: none;
    color: rgb(0,0,0);
    font-size: 1.3rem;
    display: block;  
    margin-top: 3%;
    font-size: 1.3rem;
    line-height: 2rem;
}

ul#contacto li a:hover{
    color: rgb(148,198,62);
}

img#tall{
    width:55%;
    float: left;
}

.twitter-timeline{
    margin-bottom: 5%;
    height: 420px;
    margin: 0;
    margin-bottom: 5%;
}

/* finreglas contacto.html*/
/* reglas consejos2.html*/

div#para_imprimir{
    background-color: rgb(148,198,62);
    overflow: auto;
    width: 90%;
    margin: auto;
    margin-bottom: 3%;
}

img#pixel1{
    width: 35%;
    margin-left: 5%;
    margin-bottom: 3%;
    margin-top: 5%;
    float: left;
}

.cartel4{
    width: 38%;
    margin-left: 7%;
    margin-top: 8%;
}

.blanco4{
    color: rgb(255,255,255);
    width: 38%;
    margin-top: 1%;
    margin-right: 15%;
    font-weight: lighter;
    float: right;
}

div#consejos{
    color: rgb (30,161,219);
    background-color: rgb (148,198,62);
    width: 90%;
    align-content: center;
    margin: auto;
    overflow: auto;
}

div#consejos ul{
    list-style: none;
}

div#consejos ul li{
    text-decoration: none;
    background-color: rgb(255,255,255);
    width: 16.65%;
    display: block;
    font-family: "Open sans", sans-serif;
    float: left;
    text-align: center;
}

div#consejos ul li a{
    color: rgb(255,255,255);
    background-color: rgb(148,198,62);
    text-decoration: none;
    display: block;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5rem
}

div#consejos ul li a:hover{
    background-color:rgb(30,161,219);
}

.tips{
    font-family: "Open sans", sans-serif;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1rem
}

div#contiene{
    display: block;
    overflow: auto;
    width: 100%;
    background-image: url(imagenes/background_archivos.svg);

}

div#calidad{
    width: 30%;
    margin-left: 8%;
    float: left;
}

div#calidad img{
    padding-top: 25%;
}

div#informa{
    width: 50%;
    float: left;
}

img#jpeg{
    margin-top: 15%;
}

img#pdf{
    margin-top: 17%;
}

img#psd{
    margin-top: 13%;
}

img#ai{
    margin-top: 5%;
    margin-bottom: 10%;
}


/* fin reglas consejos2.html*/
/* reglas consejos3.html*/

div#eventos{
    margin: auto;
    margin-left: 5%;
    margin-right: 5%;
    overflow: auto;
}

img#pixel{
    width: 35%;
    margin-left: 5%;
    margin-bottom: 2%;
    margin-top: 7%;
}

.cartel3{
    width: 38%;
    margin-left: 10%;
    margin-top: 8%;
    float: left;
}

.blanco2{
    color: rgb(255,255,255);
    width: 38%;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 5%;
    font-weight: lighter;
    float: left;
}

h3#calendario{
    color: rgb(255,255,255);
    background-color: rgb(30,161,219);
    padding-left: 1%;
    width: 100%;
}

div#eventos ul{
    list-style: none;
    overflow: auto;
    margin-bottom: 4%;
    width:100%;
}

div#eventos ul li{
    float: left;
    margin-top: 3%;
    margin-left: 1%;
}

div#eventos ul li a{
    display: block;
}

.mar{
    margin-left: 3%;
}

div#eventos ul li a#evento1{
    background-image: url(imagenes/evento1.jpg);
    background-color: rgb(148,198,62);
    display: block;
    background-repeat: no-repeat;
    margin-right:3%;
    width: 420px;
    height: 157px;
}

div#eventos ul li a#evento1:hover{
    background-image: url(imagenes/hover_evento1.svg);
}

div#eventos ul li a#evento2{
    background-image: url(imagenes/evento2.jpg);
    display: block;
    background-repeat: no-repeat;
    margin-right:3%;
   width: 420px;
    height: 157px;
}

div#eventos ul li a#evento2:hover{
    background-image: url(imagenes/hover_evento2.svg);
}

div#eventos ul li a#evento3{
    background-image: url(imagenes/evento3.jpg);
    display: block;
    background-repeat: no-repeat;
    margin-right:3%;
    width: 420px;
    height: 157px;
}

div#eventos ul li a#evento3:hover{
    background-image: url(imagenes/hover_evento3.svg);
}

div#eventos ul li a#evento4{
    background-image: url(imagenes/evento4.jpg);
    display: block;
    background-repeat: no-repeat;
    margin-right:3%;
    width: 420px;
    height: 157px;
}

div#eventos ul li a#evento4:hover{
    background-image: url(imagenes/hover_evento4.svg);
}

div#eventos ul li a#evento5{
    background-image: url(imagenes/evento5.jpg);
    display: block;
    background-repeat: no-repeat;
    margin-right:3%;
    width: 420px;
    height: 157px;
}

div#eventos ul li a#evento5:hover{
    background-image: url(imagenes/hover_evento5.svg);
}

div#eventos ul li a#evento6{
    background-image: url(imagenes/evento6.jpg);
    display: block;
    background-repeat: no-repeat;
    margin-right:3%;
    width: 420px;
    height: 157px;
}

div#eventos ul li a#evento6:hover{
    background-image: url(imagenes/hover_evento6.svg);
}

/* reglas laburos1.html*/

.cartel5{
    width: 70%;
    margin-left: 15%;
}

#pagina #especificaciones {
	margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
}

#pagina #linea-verde-especificaciones {
    margin-top: 3%;
	background-color: rgb(148,198,62);
	height: 0.3rem;
    margin-bottom: 0.2%;
}

#pagina .text {
    font-size: 1.1rem;
    font-family: "Open Sans", sans-serif;
    width: 40%;
    float: left;
    margin-top: 10%;
    margin-left: 3%;
    
}

div#slider1{
    overflow: hidden;
    width: 51%;
    margin: auto;
    margin-top: 2%;
        
}
div#slider1 ul{
    list-style: none;
}

div#slider1 ul li{
    list-style: none;

}

div#slider2{
    overflow: hidden;
    width: 35%;
    margin: auto;
    margin-top: 2%;
        
}
div#slider2 ul{
    list-style: none;
}

div#slider2 ul li{
    list-style: none;

}

/* finreglas laburos1.html*/
/* reglas laburos2.html*/

div#trabajos{
    overflow: auto;
    margin-top: 2%;
}

div#trabajos a{
    width: 100%;
    padding-top: 35.4%;
    background-color: rgb(148,198,62);
}

div#trabajos a:hover{
    background-color: rgb(30,161,219);
}

div#trabajos_col1{
    width: 45%;
    float: left;
    margin-right: 2%;
    margin-bottom: 5%;
}


div#trabajos_col1 img{
    width: 100%;
    margin-top: 3%;
    padding: 1%;
}

div#trabajos_col2{
    width: 45%;
    float: left;
}

div#trabajos_col2 img{
    width: 100%;
    margin-top: 3%;
    padding: 1%;
}

/* finreglas laburos2.html*/
/* reglas nosotros.html*/

#nosotros{
	width: 80%;
    margin: auto;
	left: 10%;
}

.cartel2{
    margin-top: 5%;
    width: 85%;
}

.nombres{
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
}

#nosotros #foto {
	width: 153px;
	margin-left: 8px;
	margin-top: 9px;
}

#nosotros #foto:hover{
	width: 146px;
	height: 146px;
	margin-left: 12px;
	margin-top: 11px;
}

#nosotros #marco {
	background-color: rgb(164,206,226);
	width: 170px;
	height: 170px;
	z-index: -10;
	position: absolute;
}

#nosotros #marco :hover{
	width: 153px;
}

#nosotros #tabla-adjuntos {
	width: 806px;
	height: 220px;
}

#nosotros #tabla-nivel1 {
	width: 806px;
	height: 180px;
}

#nosotros #tabla-nivel2 {
	width: 806px;
	height: 180px;
    padding-bottom: 3%;
}

#nosotros .text {
	color: rgb(0,0,0);
	margin-bottom: 2%;
    width: 50%;
    margin-left: 17%;
    text-align: center;
    font-size: 1rem;
}

#nosotros .text-adjuntos {
	background-color: rgb(148,198,62);
	color: rgb(255, 255, 255);
	margin-bottom: 25px;
	padding: 0.5rem;
	text-align: left;
}

#nosotros #linea-verde-descripcion {
	width: 170px;
	margin-top: 11px;
}

#nosotros h2 {
	background-color: rgb(30, 161, 219);
	color: rgb(255, 255, 255);
	margin-bottom: 25px;
	text-align: center;
	width: 173px;
	font-weight: bold;
}

#nosotros td {
	padding-bottom: 12px;
}

/* finreglas nosotros.html*/
/*reglas consejos4.html*/

.blanco3{
    font-size: 1.1rem;
    background-color: rgb(30, 161, 219);
    padding: 0.5%;
    width: 90%;
    margin: auto;
    color: rgb(255,255,255);
}

div#refes{
    width: 94%;
    margin: auto;
    margin-left: 5%;
}

.clasif{
    width: 100%;
    margin-bottom: 5%;
}

div#banda1{
    overflow: auto;
}

.col1_links img.vineta{
    width: 6%;
    margin-right: 4%;
}

.col2_links img.vineta{
    width: 6%;
    margin-right: 4%;
}

.col1_links{
    width: 18%;
    float: left;
    margin-right: 2%;
}

.col1_links a{
    text-decoration: none;
    color: rgb(0,0,0);
    line-height: 2rem;
    display: block;
}

.col2_links{
    width: 36%;
    float: left;
}

.col2_links a{
    text-decoration: none;
    color: rgb(0,0,0);
    line-height: 2rem;
    display: block;
    width: 110%;
}

div#links_typo1{
    float: left;
    margin-right: 8%;
}

div#links_typo2{
    float: left
}


div#banda2{
    overflow: auto;
    margin-bottom: 3%;
    margin-top: 4%;
}

div#refes a:hover{
    padding-left: 5%;
}

.col3_links{
    overflow: auto;
    width: 97%;
    margin-left: 2%;
}

img#video{
    width: 94%;
    margin-left: 4%;
    margin-bottom: 1%;
}

iframe{
    margin-bottom: 5%;
    float: left;
    margin-left: 1%;
}

/* fin reglas consejos4.html*/
/* reglas correcccion1.html*/

div#comrec_columna1{
    float: left;
    width: 50.5%;
    margin-right: 1%;
    margin-left: 10%;
}

.diego{
    background-color: rgb(32, 167, 243);
    font-family: "Open Sans Condensed", sans-serif;
    color: rgb(255,255,255);
    padding-left: 2%;
}

.tp{
    margin-top: 2%;
    margin-bottom: 4%;
    width: 96%;
    background-color: rgb(148,198,62);
    padding: 2%;
}

.icons{
    overflow: auto;
    width: 60%;
    margin-left: 23%;
    margin-right: 10%;
}

.icons li{
    width: 20%;
    margin-right: 5%; 
    float: left;
}


.comentario{
    width: 100%;
    align-content: center;
    margin-top: 3%;
    margin-bottom: 1%;
}

.boton1{
    background-color: rgb(32, 167, 243);
    color: rgb(255,255,255);
    width: 39%;
    padding: 0.5%;
    padding-left: 1%;
    float: left;
    margin-left: 3%;
    font-family: "Open Sans",sans-serif;
    font-size: 1.1rem;
}

.boton2{
    background-color: rgb(32, 167, 243);
    color: rgb(255,255,255);
    width: 18%;
    padding: 0.5%;
    padding-left: 1%;
    float: left;
    margin-left: 2%;
    font-family: "Open Sans",sans-serif;
    font-size: 1.1rem;
}

.boton3{
    background-color: rgb(32, 167, 243);
    color: rgb(255,255,255);
    width: 18%;
    padding: 0.5%;
    padding-left: 1%;
    float: left;
    margin-left: 2%;
    font-family: "Open Sans",sans-serif;
    font-size: 1.1rem;
    margin-left: 15%;
}

.boton2:hover{
    background-color: rgb(165,206,225);
}

.boton3:hover{
    background-color: rgb(165,206,225);
}

.coment_dest{
    width: 100%;
    margin-top: 3%;
    margin-bottom: 5%;

}
div#comrec_columna2{
    float: left;
    margin-left: 2%;
    width: 20%;
}

h7{
    font-family: "Open Sans Condensed", sans-serif;
    color: rgb(255,255,255);
    background-color: rgb(197,226,186);
    font-size: 1.6rem;
    font-weight: bold;
}

.correc_online{
    padding: 1%;
    margin-bottom: 1%;
    padding-right: 8%;
    padding-left: 3%;
}

.enter{
    padding-left: 3%;
    padding-right: 4%;
}

.compu{
    margin-top: 5%;
    margin-bottom: 10%;
    width: 90%;
}

h6{
    font-size: 1.4rem;
    
}

.com{
    line-height: 1.9rem;
    width: 85%;
    margin-top: 10%;
    padding-bottom: 1%;
}

.dicen{
    margin-top: 2%;
}


.dicen li{
    line-height: 2rem;
    list-style: none;
    text-decoration: none;
}

.dicen li a{
    text-decoration: none;
    list-style: none;
    display: block;
    width: 86%;
    color: rgb(32, 167, 243);
}

.mas{
    display: inline;
    margin-left: 55%;
    color: rgb(0,0,0);
    line-height: 1rem;
    margin-top: 0;
}

.dicen li a:hover{
    background-color: rgb(165,206,225);
    color: rgb(255,255,255);
}

.top_usuarios{
    margin-top: 4%;
    margin-top: 20%;
}

.top{
    float: left;
    width: 35%;
    margin-bottom: 4%;
    margin-top: 4%;
 }

.ptos{
    color: rgb(148,198,62);
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem;
    line-height: 1.4rem;
    font-weight: bold;
    width: 20%;
    margin-right: 18%;
    float: right;
    margin-bottom: 4%;
    margin-top: 4%;
}

/* fin reglas correcccion1.html*/
/* reglas correcccion2.html*/

.camila{
    background-color: rgb(148,198,62);
    font-family: "Open Sans Condensed", sans-serif;
    color: rgb(255,255,255);
    padding-left: 2%;
}

.tp1{
    margin-top: 2%;
    margin-bottom: 4%;
    width: 96%;
    background-color: rgb(32, 167, 243);
    padding: 2%;
}

.boton1_1{
    background-color: rgb(148,198,61);
    color: rgb(255,255,255);
    width: 39%;
    padding: 0.5%;
    padding-left: 1%;
    float: left;
    margin-left: 3%;
    font-family: "Open Sans",sans-serif;
    font-size: 1.1rem;
}

.boton2_1{
    background-color: rgb(148,198,61);
    color: rgb(255,255,255);
    width: 18%;
    padding: 0.5%;
    padding-left: 1%;
    float: left;
    margin-left: 2%;
    font-family: "Open Sans",sans-serif;
    font-size: 1.1rem;
}

.boton3_1{
    background-color: rgb(148,198,61);
    color: rgb(255,255,255);
    width: 18%;
    padding: 0.5%;
    padding-left: 1%;
    float: left;
    margin-left: 2%;
    font-family: "Open Sans",sans-serif;
    font-size: 1.1rem;
    margin-left: 15%;
}

.boton2_1:hover{
    background-color: rgb(197,226,186);
}

.boton3_1:hover{
    background-color: rgb(197,226,186);
}

.correc_online1{
    padding: 1%;
    margin-bottom: 1%;
    padding-right: 8%;
    padding-left: 3%;
    background-color: rgb(165,206,225);
}


.dicen1 li{
    line-height: 2rem;
    list-style: none;
    text-decoration: none;
}

.dicen1 li a{
    text-decoration: none;
    list-style: none;
    display: block;
    width: 86%;
    color: rgb(148,198,62);
}

.dicen1 li a:hover{
    background-color: rgb(197,226,186);
    color: rgb(255,255,255);
}

.ptos1{
    color: rgb(32, 167, 243);
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem;
    line-height: 1.4rem;
    font-weight: bold;
    width: 20%;
    margin-right: 18%;
    float: right;
    margin-bottom: 4%;
    margin-top: 4%;
}

/* fin reglas correcccion2.html*/
/* reglas comentariosrecientes1.html*/
 
.tp2{
    margin-top: 2%;
    width: 96%;
    background-color: rgb(148,198,62);
    padding: 2%;
}

.comentario{
    margin-bottom: 5%;

}

/* fin reglas comentariosrecientes1.html*/
/* reglas comentariosrecientes2.html*/


.tp3{
    margin-top: 2%;
    width: 96%;
    background-color: rgb(30,161,219);
    padding: 2%;
}

/* fin reglas comentariosrecientes2.html*/
/* reglas catedra_cosgaya.html*/

img#equipo{
    width: 87.5%;
    margin-left: 5%;
    background-color: rgb(148,198,62);
    padding: 1.5%;
    margin-bottom: 5%;
}

.quees{
    font-family: "Open Sans", sans-serif;
    width: 74.8%;
    font-size: 0.86rem;
    margin-top: 5%;
    background-color: rgb(148,198,62);
    padding: 5%;
}


/* fin reglas catedra_cosgaya.html*/
/* reglas propuesta.html*/

h2#items{
    background-color: rgb(165,206,225);
    font-size:1.4rem;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 600;
    color: rgb(255,255,255);
    padding: 0.2%;
    padding-left: 1%;
    
}

.desarrollo{
    display: block;
    font-size: 0.9rem;
    margin-top: 1%;
    margin-bottom: 3%;
}

div#contenido{
    padding: 5%;
    background-color: rgb(148,198,62);
}

div#n1{
    padding: 5%;
    background-color: rgb(197,226,186);
    margin-top: 5%;
}

div#n2{
    padding: 5%;
    background-color: rgb(165,206,225);
    margin-top: 5%;
}

.cont{
    font-size: 0.9rem;
}

h3#tit{
    color:rgb(255,255,255);
    margin-bottom: 4%;
}


/* fin reglas propuesta.html*/
/* reglas construccion.html*/

h1#construc{
    background-color: rgb(30,161,219);
    padding: 1%;
    width: 53%;
    float: left;
    margin-top: 8%;
    margin-right: 3%;
    margin-bottom: 21.5%;
}

/* fin reglas construccion.html*/
/* reglas registro.html*/

div#registro{  
    margin-left: 15%;
    margin-bottom: 5%;


}

section{
    overflow: auto;
    margin-top: 3%;
}

p#formulario{
    width: 70%;
    margin-left: 3%;
}

.campo{
    text-align: right;
    width: 20%;
    display: block;
    overflow: auto;
    float:left
}

div#form{
    margin-top: 3%;
    margin-bottom: 3%;
    overflow: auto;
}

.entry{
    float:left;
    margin-top: 0.5%;
    margin-left: 2%;
    width: 35%;
}

p#acepto{
    width: 60%;
    margin-left: 8%;;
    margin-bottom: 4%;
}

img#acepto1{
    width: 5%;
}

a#in{
    font-size: 2rem;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 1%;
    padding-right: 1%;
    color: rgb(255,255,255);
    background-color: rgb(148,198,62);
    text-decoration: none;
    margin-left: 30%;
}

a#in:hover{
    background-color: rgb(197,226,186);
}

/* fin reglas registro.html*/
/* reglas benvenido.html*/

img#bienvenido{
    margin-left: 20%;
    margin-bottom: 3%;
}

/* fin reglas bienvenido.html*/