﻿@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Roboto', sans-serif;
}

a { color: #5582d6; text-decoration: none; }

a:hover { text-decoration: underline; }

h1 { 
	font-size: 3.6em; 
	margin-bottom: 6px; 
}

h2 { 
	font-size: 2.5em; 
	margin-bottom: 10px; 
	text-decoration: underline; 
}

h3 { 
	font-size: 1.8em; 
	margin-bottom: 10px; 
}

h4 { 
	font-weight: bold; 
	font-size: 1.25em;
	margin-bottom: 4px;
	margin-top: 20px; 
}

p {
	text-align: justify;
	color: grey;
	margin-top: 5px;
}

#caja {
	background: linear-gradient(180deg, #c1fffb 0%, #178c99 75%);
	text-align: center;
}

#contenedor {
	background: url('../resources/bg-tile.png') repeat scroll 0% 0% white;
	display: inline-block;
	font-size: 14px;
	padding: 5px;
	min-width: 300px;
}

.clearfix {
	display: inline-block;
}

header {
	width: 100%;
}

#info {
  float: left;
  margin-bottom: 12px;
}

#nombre {
	float: left;
	font-family: 'Volkhov', serif;
	font-size: 30px;
}

#foto {
    float: right;
}

#foto img { 
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px; 
}

#vector {
	text-align: center;
}

#vector img {
	width: 100px;
}

.clear {
	clear: both;
}

li {
	margin-left: 40px;
}

footer {
	font-weight: 100;
	font-size: 10px;
    text-align: center;
    margin-top: 4em;
    color: #333;
}

footer p {
	text-align: center;
}

.video {
	text-align: center;
	width: 300px;
	height: 180px;
}

.jueguito_incrustado {
	margin-top: 20px;
	width: 300px;
	height: 400px;
}

.imagen_galeria {
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
}

.imagen {
	width: 100%;
}