
/* - local.css - */
/* lokales CSS */

hr.dotted{
  border-bottom: 1px dotted #333 !important; 
}

h2.agrar {
    background: #39842e;
    color: white;
    padding: 0.5rem;
	font-size: 1.2em;
    margin-bottom: 0.5rem;
	font-weight: bold;
    
}

h3.agrar {
    background: #e5e5e5;
    color: black;
    padding: 0.5rem;
    font-size: 1em;
     margin-bottom: 0.5rem;
	font-weight: bold;
}

.agrar{
    background: #e5e5e5;
    padding: 0.5rem;
    
}



.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-bottom: 1rem;
	margin-top: 0.5rem;

}
.video-responsive iframe{
    border:0;
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

 .clear { clear: both; }

 


