/*

Design:   Tradebit Hills
Author:   Tradebit
Date:     May 14, 2010
Homepage: http://www.tradebit.com/filesharing.php/7009-Development-Templates-Flash
License:  Fully open source without restrictions.
Please keep footer credits with a link to tradebit (www.tradebit.com/filesharing.php/7009-Development-Templates-Flash).
Thank you!

*/

body,td,th {
	font-family: Montserrat, Open Sans, Verdana, Calibri, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
}
body {
	background-color: #ffffff;
	background-image: url(http://www.emprendimientoreal.net/images/fondo.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin: 0px;
}

a:link, a:visited, a:active {
        font: 17px;
        color: #949494;
        text-decoration: none;
}

a:hover {
	color: #d23d1c;
	text-decoration: underline;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #036;
	border: 0;
	border-top: 1px solid;
	height: 1px;
}

/* Page Headings */

h1 {
	font-size: 24px;
	color: #334141;
	margin: 5px 0px 5px 0px;
}

h2 {
	font-size: 18px;
	color: #0c0c0c;
	margin: 15px 0px 5px 0px;
}

.content {
	padding: 10px;
	background-color: #FFF;
	height: 300px;
	vertical-align: top;
	text-align: left;
}

form {margin: 0;}


#clearer {
	padding:1px 0; /* important for IE */
	clear: both;
}



/* Search Box in header */

#search_box {
	color: #fff;
	text-align: center;
}

#search_box {
	float: right;
	clear: right;
	margin: 0 20px; 0 0;
	*margin: 0 30px; 0 0;
}

#search_box fieldset {
	border:0;
}

#search_box legend, #search_box label {
	display:none;
}

#search_string {
	width: 100px;
	vertical-align: middle;
	border: 0px inset #ccc;
}

#search_submit {
	width: 5em;
	vertical-align: middle;
}





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */


#navContainer {
	width: auto;
	display:block;
	clear:both;
	background: url('img/bg-navbar.jpg');
	height: 89px   /* eran 37px aqui */
}

/* Remove List Formattings ~~~~~~~~~~~~~~~~~~~~  */

 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


/* Header menu */


#header_menu {
	position: absolute;
	margin-left: 20px;
	/*background:#555;  */
	float: left; /*Sugerido por "dbm" en el foro para que la bandera aparezca a la derecha del menu */
}

#header_menu li {
	line-height: normal;
}

ul#header_menu {
	z-index: 1000;
	clear: both;
}

#header_menu banderas {
display: inline-block;
margin: 40px 0 0 10px;
}

#nav {
	height: 1.68em;
	padding: 0px 0 0 21px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	/* height: 89px; */
	font-size: 90%;
	position: relative; /* Fix the Stupid IE6 Bug */
}

#nav ul li {
	float: left;
	color: #5a00ff;
	text-align: center;
	margin-top: 40px;
}

#nav ul li a {
	display: block;
	padding: 19px 16px;
	padding-bottom: 20px;
	/* border-right: 1px solid #fff; */
	font-weight: bold;
	font-size: 14.5px;
	color: #1f2569;
	text-decoration: none;
}

/* Root Level Link Formatting */

#nav ul li a:hover, #nav li a:focus {
	color: #ffffff;

	background: #c33020;
}

#nav li a:active, #nav ul li a.active {
	color: #0078ff;
}


/* Current page Customisations *********************************/

/* Si quiero que la pagina actual se muestre de otro color en la barra del menu entonces tengo que cambiar aqui... */

#nav li.menu-current a {

	color: #a9abaa;
	font-weight: bold;
	/*	background: #dac4a8; */
}


/* 2nd Child menu */

#nav .menu li ul {
	position: absolute;
	width: 12em;
	margin: 0;
	display: none;
	text-transform: none;
	border: 1px solid #ccc;
	border-top: 0;
	font-size: 100%;}

#nav .menu li ul li {
	width: 12em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

#nav .menu li ul a {
	width: 13.5em;
	padding: .5em 1em .3em .1em;
	background: #000;
	color: #394253;
	border: none;
	font-weight: normal;
	font-size: 14px; /* TAMAŅO DE LETRA DE SUB MENUS NIVEL 2 */
}

/* 2nd Child link hover */

#nav .menu li ul a:hover {
	background: #ff9f26;
	border: 0;
	color:#ffffff;
}

/* Show and hide */

#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {
	display: block;
}

#nav .menu li ul ul {
	display: none;
}

#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {
	display: none;
}

#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {
	display: block;
}

/* 3rd Child Menu Appreances **********************************/

#nav .menu li ul li ul li a {
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	background: #0d0d0d;
	color: #ffffff;
}

/* Positioning the Pop-out Drops */

#nav li {
	position: relative;
}

#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

/* FIN MENU ARRIBA*/



/*********************************************** SUB MENU PRODUCTOS **********************************************/

/*
.arrowbox {
	background-image: url(http://www.mitmexico.net/images/arrow_big.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 245px;
	padding: 0 0 0 20px;
	float: left;
	clear: left;
	margin-bottom: 30px;
	margin-top: 15px;
	}
*/

#submenu2 {
	font-size: 12px;
	float: left;
	width: 200px;
	list-style-type: none;
}

/* Remove List Formattings ~~~~~~~~~~~~~~~~~~~~

 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
*/

#submenu2 a {

	color: #cecece;
	text-decoration: none;
}

#submenu2 a:hover {

	color: #ffffff;
	text-decoration: underline;
}

#submenu2 .menu-current {
	font-weight: bold;
	color: #ffffff;
	background: #ffa330;
	background-image: url(http://www.mitmexico.net/images/menu-current-arrow.png);
}

.menu {
	vertical-align: top;
	color: #ffffff;
	/*	background-color: #FFF; */
	width: 200px;
	padding: 0px;
}

.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
/*	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000; */
}

.menu ul {
	border-bottom: 0px;
	background-color: #5e5e5e;
}

.menu ul ul {
	padding-left: 10px;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 15px 25px 30px 25px;
	color: #ffffff;
	display: block;
/*	background-color: #036; */
	text-decoration: none;
}

.menu a:hover {
	background-color: #d0d0d0;
	text-decoration: none;
}


/**************** FIN SUBMENU PRODUCTOS *********************/







/* Customise the Login Box */



#login-box {



	line-height: 140%;



	margin: 1em 0 0.3em 0;



}







#login-box fieldset {



	border:0;



}







#login-box legend {



	font-size: 90%;




	font-family:"Times New Roman", Times, serif;



	color: #333;



	font-weight: normal;



	letter-spacing: 0.15em;



}







.username {



	color: #009; /* Color of name when logged in*/



}







.topboxbody {



	font-size:0.8em;padding:2px;



}







.loginform label {



	font-size: 90%;



	padding-bottom: 15px;



}







.loginform fieldset a {



	font-size: 90%;



}







/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



	Custom Classes (Re-useables)



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */







/*  Float containers fix: */



.clearfix:after {



    content: ".";



    display: block;



    height: 0;



    clear: both;



    visibility: hidden;



}



/*  \*/



* html #clearfix {



	height: 1%;



}



/*  */







.stealth {



	visibility:hidden;



	display:none; /* hides from normal css enabled browsers */



}


/* Inline font Styles */



/* Pretty styles for changing text in the WYSIWYG editor */







.important	{font-weight:bold;color:#f00;}



.code		{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}



.info-box	{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}




.socialw {
    width: 235px;
    margin: 100px auto 0 auto;
    overflow: auto;
    height: 100%;
}

.social{
  position:relative;
    border: 1px solid #292929;
    width: 37px;
    height: 62px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}

.first {
    margin-left: 0px;
}

/*    ANIMATIONS   */

/* Fade In Down */
@-webkit-keyframes fadeInDown {
    0% {  opacity: 0;  -webkit-transform: translateY(-100px);  }
    100% {  opacity: 1;  -webkit-transform: translateY(0);  }
}

@-moz-keyframes fadeInDown {
    0% {  opacity: 0;  -moz-transform: translateY(-100px);  }
    100% {  opacity: 1;  -moz-transform: translateY(0);  }
}

@-o-keyframes fadeInDown {
    0% {  opacity: 0;  -o-transform: translateY(-100px);    }
    100% {  opacity: 1;  -o-transform: translateY(0);  }
}

@keyframes fadeInDown {
    0% {  opacity: 0;  transform: translateY(-100px);   }
    100% {  opacity: 1;  transform: translateY(0);  }
}

.fadeInDown {
    -webkit-animation: fadeInDown 1s both 0.5s;
    -moz-animation: fadeInDown 1s both 0.5s;
    -o-animation: fadeInDown 1s both 0.5s;
    animation: fadeInDown 1s both 0.5s;
}
/* Fade In Down */

/* Social Transition */

.social img{
position:absolute;
left:0;
top:0;
-webkit-transition: margin-top 250ms ease-in;
-moz-transition: margin-top 250ms ease-in;
-o-transition:  margin-top 250ms ease-in;
transition:  margin-top 250ms ease-in;
}
.social:hover img{
margin-top:-62px;
}

/* MEDIA QUERIES */
@media (min-width: 0px) and (max-width: 768px){
	.desktop-menu{
		display: none;
		visibility: hidden;
	}
}







@media (min-width: 768px){
	.mobile-menu{
		display: none;
		visibility: hidden;
	}
}









































