/* Estilos del sitio mamasenmovimiento.com.ar */
/* Desarrollado por Kaleido Group */
/* http://www.kaleidogroup.com */

h6 {
	margin: 0px;
	padding: 0px;
	font-size:24px;
	line-height:28px;
}

body {
	font-family: "Trebuchet MS";
	text-align: center;
	background-color: #ddd;
	margin: 0px;
}

.blanco { background-color: #fff; }

.esconder { display: none; }

#contenedor {
	width: 960px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	margin: 0px auto; /* El "auto" arregla el espacio a izquierda y derecha en navegadores viejos */
	overflow: hidden; /* Esto arregla el centrado del body para Firefox */
	position: relative;
}

#top {
	width: 100%;
	height: 350px;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
}

#cuerpo {
	overflow: hidden;
	width: 100%;
	background-image: url(img/fondo_cuerpo.gif);
}

/* ------------  MENU TOP --------------------------------- */

#logo_top {
	position: absolute;
}

#logo_top a {
	display: block;
	margin-top: 0px;
	margin-top: 0px; !important; /* Todos menos IE6 */
	*margin-top: 20px; !important; /* Solo IE7 */
	width: 240px;
	height: 90px;
	margin-left: 30px;
}

#menu_top {
	width: 940px;
	text-align: right;
	vertical-align: bottom;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 32px;
	margin: 0px;
	padding: 310px 20px 0px 0px;
	padding: 310px 20px 0px 0px !important; /* Todos menos IE6 */
	*padding: 310px 20px 0px 0px !important; /* Solo IE7 */
}

#menu_top a {
	color: #fff;
	text-decoration: none;
}

#menu_top a:hover {
	text-decoration: underline;
}

#facebook {
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	background: url(img/logo_facebook.png) no-repeat;
	vertical-align:middle;
}
/* ------------  MENU PRINCIPAL --------------------------------- */

#menu {
	width: 240px;
	text-align: left;
	background-image: url(img/menu_fondo.gif);
	float: left;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
}

#menu li {
	margin: 0px;
	padding: 0px;
}

#menu li a {
	display: block;
	width: 190px;
	color: #fff;
	background-color: #666;
	font-size: 14px;
	line-height: 49px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#menu li a:hover {
	background-color: #444;
}

#menu #banners {
	width: 240px;
	text-align: center;
	padding-top: 30px;
	background-color: #666;
}

#menu #banners img {
	border: 0px;
}

#submenu {
	width: 200px;
	text-align: left;
	background-color: #666;
}

#submenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}


/* ------------  GRUPOS  --------------------------------- */

#grupos {
	float: left;
	width: 100%;
/*	height: 50px;*/
	line-height: 0px;
	font-size: 0px;
}

#grupos #nombre {
	float: left;
	width: 60px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fffdf4;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
}

#grupos #texto {
	float: left;
	width: 140px;
	font-size: 12px;
	line-height: 14px;
	color: #5f5f5f;
	padding: 3px 3px 3px 5px;
	background-color: #d6d6d6;
}


#verde, #amarillo, #naranja {
	float: left;
	width: 220px;
	margin: 0px 0px 0px 15px;
	display: inline;
}

#verde {
	background-color: #65cf4b;
}

#amarillo {
	background-color: #f5d84f;
}

#naranja {
	background-color: #ed9e53;
}

/* ------------  CONTENIDO  --------------------------------- */

#contenido {
	width: 720px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#contenido h1 {
	margin: 0px 0px 15px 0px;
	font-size: 32px;
	line-height: 1em;
}

#contenido h2 {
	margin: 15px 0px;
	font-size: 14px;
	line-height: 1em;
}

#contenido p {
	margin: 15px 0px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}

#contenido ul, #contenido li {
	list-style-type: disc;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}

#contenido a {
	color: #333;
	text-decoration: none;
}

#contenido a:hover {
	text-decoration: underline;
}

#izq {
	float: left;
	width: 280px;
	padding: 40px 0px 40px 40px;
	margin: 0px;
}

#izq h1,#izq h2 {
	color: #0dcc38;
}

#izq a {
	color: #f56025;
	text-decoration: none;
}

#izq a:hover {
	text-decoration: underline;
}

#der {
	float: right;
	width: 320px;
	padding: 40px 40px 40px 0px;
	margin: 0px;
}

#der h1,#der h2 {
	color: #f56025;
}

#der a {
	color: #f56025;
	text-decoration: none;
}

#der a:hover {
	text-decoration: underline;
}

/* ------------  PAGINAS INTERNAS  --------------------------------- */

#izq_1 {
	float: left;
	width: 400px;
	padding: 40px 40px 40px 40px;
	margin: 0px;
}

#izq_1 h1,#izq_1 h2 {
	color: #0dcc38;
}

#izq_1 img {
	float: left;
	margin: 0px 20px 10px 0px;
	border: 1px solid #666;
}

#der_1 {
	float: right;
	width: 190px;
	padding: 40px 25px;
	margin: 0px;
	background-color: #c6c8ca;
	background-image: url(img/fondo_tips.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#der_1 h1, #der_1 h3 {
	color: #000;
}

#der_1 h1 {
	margin: 15px 0px 10px 10px;
	font-size: 48px;
	line-height: 1em;
}

#der_1 h3 {
	margin: 0px 0px 40px 69px;
	font-weight: normal;
	font-size: 18px;
	line-height: 0em;
}

#der_1 h2 {
	color: #f56025;
	margin: 20px 0px 0px 0px;
	text-align: right;
	font-size: 24px;
	line-height: 1em;
}

/* ------------  CONTACTO  --------------------------------- */

.formulario {
	font-size: 12px;
	margin-bottom: 5px;
}

.formulario a {
	color: #000;
	text-decoration: none;
}

.formulario a:hover {
	color: #000;
	text-decoration: underline;
}

.boton_contacto {
	font-size: 12px;
	line-height: 1.5em;
}



/* ------------  NOVEDADES  --------------------------------- */

.novedades img {
	border: 1px solid #000;
}

/* ------------  PRENSA  --------------------------------- */

.prensa img {
	border: 1px solid #000;
}

/* ------------  SPONSORS  --------------------------------- */

.sponsors-logo {
	float:right;
}

.sponsors-logo img {
	margin: 0px 0px 12px 12px;
	padding: 5px;
	border: 1px solid #000;
}

/* ------------  PIE DE PAGINA  --------------------------------- */

#separador {
	width: 100%;
	height: 25px;
	background-image: url(img/separador_pie.gif);
}

#pie {
	background-color: #333;
	margin: 0px;
	padding: 30px 40px;
	font-size: 14px;
	width: 880px;
	overflow: hidden;
}

#pie .copy {
	font-size: 12px;
	font-weight: normal;
}

#pie #texto {
	float: left;
	width: 795px;
	color: #FFF;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
}

#pie #logo {
	float: right;
	width: 85px;
	height: 85px;
	background-image: url(img/logo_mem.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#pie h3 {
	margin: 5px 0px;
	font-size: 15px;
	line-height: 1em;
}

#pie a {
	color: #FFF;
	text-decoration: none;
}

#pie a:hover {
	text-decoration: underline;
}

.kaleido {
	font-size: 12px;
}

/*-------------------- POPUP ---------------------*/
#it_fondo {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .50;
	-moz-opacity: .50;
	filter:alpha(opacity=50);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4;
}
* html #it_fondo { /*\*/position: absolute; top: expression(( 0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression(( 0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ height: 614px; width:1004px;} 


#it_frente {
	position: absolute;
	width: 100%;
	z-index: 5;
	top: 100px;
	left: 0;
}

#it_frente.it_frente_home {
	top: 50px;
}

#it_frente p, #it_frente ul, #it_frente a {
	margin-top: 0;
}

#it_frente #it_contenido {
	width: 750px;
	height: 280px;
	margin: 0 auto;
	border: #333 outset 2px;
	background: #e2e2e2;
	position: relative;
	z-index: 6;
	text-align: left;
	padding: 10px;
}

#it_frente #it_contenido ul {
	padding-left: 10px;
	margin-left: 10px;
}

#it_frente #it_contenido .mover {
	margin-left: 10px;
}

#it_frente #it_contenido .botones {
	color: #f56025;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#it_frente #it_contenido .botones:hover {
	text-decoration: underline;
	cursor: pointer;
}

#it_frente #it_contenido_home {
	width: 699px;
	height: 505px;
	margin: 0 auto;
	border: #333 outset 2px;
	background: #e2e2e2;
	position: relative;
	z-index: 6;
	text-align: left;
}

#it_frente #it_contenido_home ul {
	padding-left: 10px;
	margin-left: 10px;
}

#it_frente #it_contenido_home .mover {
	margin-left: 10px;
}

#it_frente #it_contenido_home .botones {
	color: #f56025;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#it_frente #it_contenido_home .botones:hover {
	text-decoration: underline;
	cursor: pointer;
}

#it_frente #it_contenido_home #it_botones {
	position:absolute;
	top: 11px;
	right: 30px;
}
