/* plantilla */
body {font-family: 'Source Sans Pro', Arial;margin-top:50px;}
header {position:fixed;top:0;z-index:99999;width:100%;min-height:50px;background-color:#005170;box-shadow: 0px 0px 1px 1px #222;text-shadow: black 0.05em 0.05em 0.1em;color: #fff;font-size: 0.9em;font-weight: bold;}
header a {color:#fff;}
header a:hover, header a.active {color:#7D8084;}
.my-caption {margin-top:-75px;height:75px;/*margin-bottom:75px;*/font-size:24px;color:#fff;text-shadow:1px 1px 10px #1482aa;}
.my-content {font-size:20px;line-height:26px;color:#7D8084;}

/* responsive */
@media screen and (min-width:768px) {
	.my-caption {margin-top:-150px;height:150px;font-size:48px;}
}
@media screen and (min-width:992px) {
	body {margin-top:60px;}
	header {height:60px;}
	
}
@media screen and (min-width:1200px) {
	.my-caption {margin-top:-300px;height:300px;font-size:72px;}
}