﻿*{
	margin:0px;
	padding:0px;
	font-family: helvetica;
}

nav{
	margin:50px auto;
	width:995px;
	height:30px;
	background-color: blue;
}

ul{
	list-style: none;
	width:1000px;
	height:30px;
}

li{
	float:left;
	width:110px;
	height:30px;
	background-color: blue;
	overflow: hidden;
	margin-top:0px;
}

div.contenedor_general:hover{
	margin-top:-40px;
}

div.contenedor_general{
	width:110px;
	height:80px;
	background-color: blue;
	-webkit-transition:margin-top .2s;
}

div.contenedor_uno{
	width:110px;
	height:36px;
	background-color: black;
	overflow: hidden;
	border-bottom:4px solid #0000FF;
}

div.contenedor_dos{
	width:110px;
	height:36px;
	background-color: #0000FF;
	overflow: hidden;
	border-bottom:4px solid black;
}

p.texto_uno, p.texto_dos{
	text-align: center;
	margin-top:10px;
	color:white;
}



















































