@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family: helvetica;
	z-index:auto;
}

nav{
	margin:50px inherit; 
	width:1000px;
	height:40px;
	background-color: #006;
}

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

li{
	float:left;
	width:200px;
	height:40px;
	overflow:hidden;
	margin-top:0px;
}

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

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

div.contenedor_uno{
	width:200px;
	height:36px;
background-color: #2b3990;
overflow:hidden;
border-bottom:4px solid #f37a21;
}

div.contenedor_dos{
	width:200px;
	height:36px;
	background-color: f37a21;
	overflow:hidden;
	border-bottom:4px solid #2b3990;
}

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