/*Body*/
/*Menu */
.top_menu2 ul
{
	list-style:none;
	margin-left:200px;
	border: 0px dashed;
	padding: 2%;
	width:90%;
	font-family: 'Myriad Pro'; 
	font-style:italic;
	font-weight: bold;
	color:#00acc1;
	font-size:13px;
	left:auto;
	width:90%;
	text-align:center;
		padding:3px;
	z-index:10;
	font-family:'Myriad Pro'; font-size:30px; color:#00acc1;  
}

.top_menu2 ul li
{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	
	
	
	
}
.top_menu2 ul li a
{
	color: #717070;
	text-decoration:none;

	
	
}
 
.top_menu2 ul li a:hover
{
	
	border-style:solid;
	border-color:#00ac1;
	margin-right:20px;
	margin-bottom:10px;
	padding:3px;
	border-radius: 5%;
	

	
	
}

/*Footer*/
.footer
{
	width:90%;
	margin-top:5px;
	margin-left:5%;
	background:#ffffff;
	border: 0px outset;
	height: 110px;
	float:left;
}

.footer_msg
{
	margin-top: 40px;
float: left;
margin-left: 5%;
font-size: 0.8em;
color: rgb(126, 126, 126);
}


.efecto2:after
{
                  /* rotacion de la sombra */
                  -webkit-transform: rotate(3deg);
                  -moz-transform: rotate(3deg);
                  -o-transform: rotate(3deg);
                  -ms-transform: rotate(3deg);
                  transform: rotate(3deg);
                  /* posiciona la sombra con respecto al borde izquierdo y derecho */
                  right: 10px;
                  left: auto;
}


