/*INDEX*/
/*-- HEADER --*/
.navbar{
  margin-bottom: 0;
}

.jumbotron-bbv{
  background:#8A2BE2;
  color:#fff;
  padding:20px 0;
}
.jumbotron-bbv .titulo-blog{
  font-family: cursive;
}

/*Pueba */

nav {
	position: relative;
}

nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

nav > ul > li {
	float:left;
}

nav ul li a {
	text-decoration:none;
	color:#fff;
	display:block;
	padding:10px 20px;
}

nav ul li a:hover {
	background:#3669a3;
}

nav > ul > li:hover div {
	display:table;
}

/*Submenu*/
nav ul li div {
	width:1000px;
	position: absolute;
	left:0;
	background:#ccc;
	box-sizing:border-box;
	display:none;
}

nav ul li div ul{
	width:20%;
	display:table-cell;
	border-right:1px solid rgba(255,255,255,.5);
	box-sizing:border-box;
}

nav ul li div ul:last-child {
	border:none;
}

nav ul li div ul .titulo {
	background:#000;
	color:#fff;
}

nav ul li div ul .titulo a {
	color:#fff;
	padding:10px 20px;
}

.titulo.azul {background:#3498db;}
.titulo.verde{background:#27ae60;}
.titulo.naranja {background:#e67e22;}
.titulo.rojo {background:#c0392b; color:#000;}

nav ul li div ul .titulo a:hover {
	background:none;
}

nav ul li div ul li a {
	color:#000;
}

nav ul li div ul li a:hover {
	color:#fff;
}
/*--------------------------------------------------------------------------*/
/*Practicas SYTW*/
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    margin:auto;
}
th, td {
    padding: 5px;
    text-align: center;
}
th {
    text-align: center;
}
/*--------------------------------------------------------------------------*/
/*Contacto*/
label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    color: #666666;
    font-family:Arial;
}
form {
    margin:0 auto;
    width:400px;
}

input, textarea {
    width:380px;
    height:27px;
    background:white;
    border:3px solid #f6f6f6;
    padding:10px;
    margin-top:5px;
    font-size:10px;
    color:#ffffff;
}

textarea {
    height:150px;
}

#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    background:#666666;
    cursor:pointer;
}




/*-------------------------*/

.fot {
    text-align: center;
    width: 100%;
    height: 81px;
    position: absolute;
    bottom: 0;
    left: 0;}
.fot2{
  text-align: center;
  position:static;
  bottom:-2em;
}
