#container{
    width:798px;
    height:1230px;
    margin:2px;
    border-style:solid;
    border-width:1px;
    border-color:red;
    border-radius:8px;
    font-family:'Alegreya Sans', sans-serif;
    opacity:1;	
    transition:opacity 2s;
    margin:auto;
}

#header{
    width: 798px;
    height: 108px;
    background-image:url("LogoCivilFcfm.jpg");
    background-repeat:no-repeat;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: red;
    border-radius: 8px;
}

#primera{
   
    width: 300px;
    height: 1055px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: gray;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: red;
    z-index:1;
}

#segunda{
    color: rgb(0,0,255);
    position:relative;
    top:-1065px;
    left:300px;
    width: 200px;
    height: 1035px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: red;
    line-height:1;
    z-index:3;
}

#tercera{
    position:relative;
    top:-2110px;
    left:494px;
    width: 306px;
    height: 1055px;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: gray;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: red;
    z-index:1;
}

#footer{
    position:relative;
    top:-2105px;
    left:10px;
    text-align:center;
    width: 795px;
    height: 50px;    
}

.texto-cent{
    padding:3px;
    margin:5px; 
    width: 89%;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 8px;
    text-align:   center;
}

.texto-parrafo {
    margin:auto;
    width:86%;
    border-style:solid;
    border-width:0px;
    border-color:black;
    text-align:justify;
    padding:0px;
}

.imgTextWrapL{
            float:right;
            margin:2px;
            border-radius:8px;
}

.imgTextWrapR{
            float:left;
            margin:2px;
            border-radius:8px;
}


.salir{
	width:25px;
	height:20px;
	margin:1px;
	border-style:solid;
	border-width:1px;
	border-color:black;
	border-radius: 8px;
        background:#efebe7;
	text-align:center;
	position:absolute;
	left:100%;
	top:1%;
}

#objetivos,#dirigido,#planes,#metodo,#profe,#evalua,#requi,#descuentos{
	position:absolute;
	left:30%;
	top:15%;
	width:600px;
	height:auto;
	background:#efebe7;
	color:blue;
	border-radius: 8px;
	border-style: solid;
	border-width: 3px;
	border-color: black;
	opacity:0;	
	transition:opacity 2s;
	
}

#objetivos:target{
	opacity:1;
	z-index:4;
}

#dirigido:target{
	opacity:1;
	z-index:4;
}

/*#planes{
	height:400px;
	overflow-x:hidden;
	overflow-y:visible !important;
}*/

#planes:target{
	opacity:1;
	z-index:4;
}

#metodo:target{
	opacity:1;
	z-index:4;
}

/*#profe{
	height:400px;
	overflow-x:hidden;
	overflow-y:visible !important;
}*/

#profe:target{
	opacity:1;
	z-index:4;
}

#evalua:target{
	opacity:1;
	z-index:4;
}

#requi:target{
	opacity:1;
	z-index:4;
}

#descuentos:target{
	opacity:1;
	z-index:4;
}
