@charset "utf-8";
/* CSS Document */

body{
	background-color: #666666;
}

#contenedor{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	background-image: -webkit-linear-gradient(90deg,rgba(0,87,85,1.00) 0%,rgba(223,240,255,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(0,87,85,1.00) 0%,rgba(223,240,255,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(0,87,85,1.00) 0%,rgba(223,240,255,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(0,87,85,1.00) 0%,rgba(223,240,255,1.00) 100%)
}

header{
	width: 100%;
	text-align: center;
}

h1{
	color:#00493F;
	font-family: 'Ubuntu', sans-serif;
	font-size:24pt;
	font-weight: 500;
}

h2{
	margin-top:5px;
	margin-bottom:5px;
	color:#FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	font-size:18pt;
	font-weight: 500;
}

h3{
	margin:0px;
	font-family: 'Share Tech Mono', monospace;
	font-size: 16pt;
	font-weight: 200;
	text-align:center;
	padding-top:3px;
}

#cont_dis{
	width: 600px;
	height: 300px;
	float:left;
}

.caja_peq{
	width: 180px;
	height: 230px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
	background-color: #FFFFFF;
	text-align:left;
}

.fotos{
	width: 180px;
	height: 200px;
	margin: 0px;
	padding:0px;
}

.cajatxt{
	width: 180px;
	height: 30px;
	margin: 0px;
	background-color:rgba(255,134,0,0.80);
}

#cont_vid{
	clear: left;
	margin-top: 20px;
}

.clear {
	clear: both;
}
