    /*Propuesta*/
body{
   
    width: 100%;
    height: 100%;
    margin: 0,auto;
	font-family: 'Rosario', sans-serif;
	font-size:12px;
	font-weight:400;
    }

h1{
	text-align:center;
	
}
h2{
	font-size:13px;
	font-weight: 400;
	text-align:center;
	}
	
h3{
	font-size:18px;
	font-weight: 600;
	text-align:center;
	}


.rotulo{ 
	border:1px dotted #333333;
	max-width:600px;
	margin:0 auto;
	} 
 
   
 /*////////////HEADER//////////*/
header{
	max-width:960px;
    height: 100%;
    margin:0 auto;
	padding-top:20px;
    }   
	
  /*logo*/
div#logo-head {
    width: 140px;
    height: 100%;
    margin: 0 auto;
    }
	
/*nav*/

nav {
	width:100%;
	background-color:#222222;
	
	}

/* desplegable nav*/


ul {
	text-align: center;
}

ul li {
	cursor: pointer;
	-webkit-transition: padding .05s linear;
	-moz-transition: padding .05s linear;
	-ms-transition: padding .05s linear;
	-o-transition: padding .05s linear;
	transition: padding .05s linear;
}
ul li.desplegable {
	position: relative;
}
ul > li {
	display: inline-block;
}
ul li a {
	line-height: 80px;
	padding: 0 20px;
	height: 80px;
	color: #777;
	text-decoration:none;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
ul li a:hover {
	color: #eee;
}

.desplegableFuera .triangulo{
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}
.desplegableContenedor{
	width: 160px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -80px; /* half of width */
	top: 80x;
}
.desplegableFuera {
	width: 160px;
	background: white;
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.desplegableFuera ul {
	float: left;
	padding: 10px 0;
}
.desplegableFuera ul li {
	font-size:11px;
	text-align: left;
	float: left;
	width: 140px;
	padding: 12px 0 10px 0;
	margin: 0px 10px;
	color: #777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
}

.desplegableFuera ul li:hover {
	background: #f6f6f6;
}

ul li:hover a { color: #333; }
ul li:hover .desplegableContenedor { top: 65px; }
ul li:hover .underline { border-bottom-color: #777; }
ul li:hover .desplegableFuera { opacity: 1; margin-top: 8px; }
 /*////////////CONTENIDO GENERAL//////////*/
article{
    clear: both;
	max-width:960px;
    margin:0 auto;
    }
.contenedor{ 
	background-image:url("http://dgpcfadu.com.ar/jt11/images/Fran_Roca_Fadu.jpg");
	background-repeat:no-repeat;
	height:396px;}
	
.contenedor p {
	text-align:center;
	background-color:#FFF;
	width:100%;
	font-size:16px;
	font-weight:600px;
	font-style:italic;
	float:right;
	}
.carta{
	max-width:375px;
	padding:0 20px;
	float:right;
	}
.carta_r{
	max-width:175px;
	float:left;
	margin-left:10px;
}
.grupo{
}

.destacado{ font-weight: 600;
font-style:italic;}
    
 

  
/*texto destacado alumnos*/
.texto_destacado1{
    font-size: 18px;
    font-weight: bold;
}


section#logofadu{
    background-image:url(logofadu.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 45%;
    height: 5rem;
    float: left;
}   
section#video{
    width: 45%;
    background-color: rgb(252, 228, 207);
    height: 10rem;
    float: right
 }   
 
  /*////////////ALUMNO/////////*/
 
.alumno_foto {
	width:150px;
	float:left;
	margin-left:30px;
	margin-bottom:10px;
	}
.alumno_info {
	float:left;
	margin-left:32px;
	}

.alumno_info a {
	color: #333;
	
	}

.alumno_info a:hover {
	color:#C03;
	}


 /*////////////FOOTER//////////*/
 
 footer {
	 text-align:center;
	 padding:10px 0 10px 0;
	 clear:both;
	 border-top:1px dotted;
	 }

@media all and (min-width:1px) and (max-width: 320px){

}
@media all and (min-width:321px) and (max-width:640px){

}
@media all and (min-width:640px) {
    header{
      
        width: 100$;
        }
 
    section#logofadu{
        width: 45%;
        float: left;
        margin-right: 1rem;
        }
    section#video{
        width: 45%;
        float: right;
        margin-left: 1rem;
        background-color: rgb(198, 165, 165);
        }
    }
#propuesta{
    }