body {
	text-align: center;
	font: 300 18px 'Roboto',serif;
    color: #1a1a1a;
    line-height: 24px;	
}
h1{
	color:#00b5cc;
	font-weight: bold;
	padding: 1em 0;
	margin:0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

h2{
	font-weight: bold;
	padding: 0.75em 0;
	margin:0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

section{
	padding-bottom: 30px;
}

header{
	border-bottom: 1px solid #c5c5c5;
}

.grad1{
	background: white;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    color:white;
    opacity:0.95;
}

.grad2 {
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white,grey); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white,grey); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white,grey); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white,grey); /* Standard syntax (must be last) */
}

.grad3 {
    background: white; /* For browsers that do not support gradients */    
    background: -webkit-repeating-radial-gradient(left top,white,grey); /* For Safari 5.1 to 6.0 */
    background: -o-repeating-radial-gradient(bottom right,white,grey); /* For Opera 11.1 to 12.0 */
    background: -moz-repeating-radial-gradient(bottom right,white,grey); /* For Firefox 3.6 to 15 */
    background: repeating-radial-gradient(white,grey); /* Standard syntax (must be last) */
}

.borde{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}


#marco {
    padding: 10px;
    margin: 10px;
	text-align:center;
}

#contenedor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
}

.vertical {
  padding:3px;
  border:1px solid black;
  background-color:white;
  width:450px;
  height:300px;
}

.horizontal {
  border:1px solid white;
  background-color:white;
  width:450px;
  height:145px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	top: 0;
	left: 0;
	height: 100%;
	width:100%;
	min-height:300px;
}
