
/* General Defaults (also applies to Tiny MCE) */	



/* General Classes (may apply to Tiny MCE depending on altMind_mceText() function call) */

	.ExampleClassName { color:orange; text-transform:uppercase; font-weight:bold; }

/* Other Styles (does not apply to Tiny MCE) */

	BODY {
		position: absolute;
		width: 100%;
		margin: 0px;
		font-size: 13px;
		line-height: 1.154em;
	}
	
	HTML, BODY { height:100%; }
	
	#fill {
		display: none;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.7;
		filter: alpha(opacity=70);
		text-align: center;
	}
	
	#fill_cont {
		display: none;
		position: fixed;
		margin-left: 50%;
		left: -410px;
		top: 100px;
	}

	#altMind_miniAccess {
		position: absolute;
		top: 6px;
		right: 6px;
		height: 40px;
		background: transparent url(http://www.lamonodigital.net/_gi/altMind2/f_mini_access.png) no-repeat top right;
	}

	#altMind_miniAccess .icon {
		float: left;
		margin: 6px 0px 0px;
		border: 0px;
	}




* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
}
	
P {
	margin:10px 0;
}

DIV#contenido P {
	text-align: justify;
}
	
U {
	text-decoration: underline;
}

HTML {
	background: url(http://www.lamonodigital.net/_gi/bck.png) repeat;
	font-size: 13.3px;
	line-height: 1.13em;
	font-family: Courier, "Courier New", monospace;
	color: #000;
}

H2 {
	padding: 9px 0px 7px;
	font-size: 2.154em;
	line-height: 20px;
	font-weight: normal;
}

A {
	color: #000;
	text-transform: uppercase;
}
		
	A:hover {
		color: #F00;
	}




#cont {
	position: relative;
	width: 945px;
	margin: 0px auto;
	padding-left: 12px;
	background: #FFF;
}



#cabecera {
	background: url(http://www.lamonodigital.net/_gi/hr.png) top left repeat-x;
}

	H1 {
		margin-top: 2px;
		padding-bottom: 2px;
		background: url(http://www.lamonodigital.net/_gi/hr.png) bottom left repeat-x;
		position: absolute;
		left: 12px;
	}

	#cabecera FORM {
		padding: 4px 0px 2px;
		background: url(http://www.lamonodigital.net/_gi/hr.png) 5px 0px repeat-x;
		margin-left: 630px;
		position: relative;
	}

		#cabecera INPUT {
			background: #B7B7B7;
			color: #000;
			font-family: Courier, "Courier New", monospace;
			font-size: 1.7em;
			line-height: 24px;
			padding: 4px 2px 6px;
			text-transform: uppercase;
			top: 1px;
			height: 23px;
			width: 283px;
		}

			#cabecera INPUT.boton {
				width: 25px;
				height: 33px;
				padding-top: 3px;
				position: absolute;
				top: 4px;
			}
			*:first-child+html #cabecera INPUT.boton { top: 5px; } /* IE7 */
			* html #cabecera INPUT.boton { top: 5px; } /* IE6 */

	DIV#jsClock {
		margin-left: 630px;
		background: url(http://www.lamonodigital.net/_gi/hr.png) top left repeat-x;
		padding: 6px 0px 5px;
	}
	*:first-child+html DIV#jsClock { padding: 4px 0px 3px } /* IE7 */
	* html DIV#jsClock { padding: 4px 0px 3px } /* IE6 */


	
#subcabecera {
	position: relative;
}
	
	DIV#subcabecera .banner {
		position: absolute;
		width: 620px;
		margin-top: 9px;
	}
	
	#migas {
		margin-top: 9px;
		padding: 4px 0px;
		background: url(http://www.lamonodigital.net/_gi/hr.png) top left repeat-x;
		text-transform: uppercase;
		position: absolute;
		width: 620px;
		top: 277px;
	}
		
		#migas A {
			font-weight: bold;
		}
			
			#migas A:hover {
				text-decoration: underline;
			}
		
	#issue {
		background: url(http://www.lamonodigital.net/_gi/hr.png) top left repeat-x;
		margin-left: 630px;
	}
	
		#issue SELECT {
			position: absolute;
			top: 11px;
			right: 9px;
			width: 95px;
			border: 0px;
			background: #B7B7B7;
			font-size: 1em;
			font-family: Courier, "Courier New", monospace;
		}
	
		#issue IMG {
			padding-right: 9px;
			float: left;
		}
		
		#issue UL LI {
			list-style: none;
		}



#mini_menu {
	float: right;
	width: 306px;
	background: url(http://www.lamonodigital.net/_gi/hr.png) top left repeat-x;
	margin-top: 8px;
	padding: 11px 9px 0px 0px;
}
*:first-child+html #mini_menu { margin-top: 5px } /* IE7 */
* html #mini_menu { margin-top: 5px } /* IE6 */

	#mini_menu LI {
		position: relative;
		display: block;
		float: right;
		padding: 0px 2px 2px 0px;
		height: 144px;
	}
	
		#mini_menu SPAN {
			position: absolute;
			top: 0px;
			left: 0px;
			background: #FFF;
			padding: 0px 3px 0px 2px;
		}

DIV#contenido {
	float: left;
	width: 620px;
	margin-top: 27px;
	padding: 9px 0px;
	background: url(http://www.lamonodigital.net/_gi/hr.png) top left repeat-x;
}

DIV#contenido A {
	text-decoration:underline;
}

DIV#contenido SELECT {
	background: #B7B7B7;
	font-size: 1em;
	font-family: Courier, "Courier New", monospace;
}


#pie {
	clear: both;
}
		
		#pie IMG {
			vertical-align: top;
		}
		
.hr {
	width:100%;
	height:2px;
	background: url(http://www.lamonodigital.net/_gi/hr.png) top left repeat-x;
	clear:both;
}

DIV#participate {
	display: block;
	width: 795px;
	height: 510px;
	background: #ffffff url(http://www.lamonodigital.net/_gi/revista_logo.jpg) no-repeat scroll 0px 10px;
	padding:60px 15px 10px 10px;
}

DIV#participate IMG{
	margin: 0px 10px 10px 0px;
	float: left;
}

DIV#participate SELECT {
	width:180px;
	background: #B7B7B7;
}

UL#participate_menu {
	position: absolute;
	left: 125px;
	top: 30px;
	width:685px;
}

UL#participate_menu LI {
	float: left;
	margin-left: 15px;
}

UL#participate_menu A {
	padding-right: 3px;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: line-through;
}

UL#participate_menu A:hover, UL#participate_menu A.sel {
	text-decoration: none;
}

SPAN#monotemas A, SPAN#suscribirte A, SPAN#colabora A {
	text-decoration: underline;
	text-transform: none;
}

SPAN#sumario P {
	font-size: 11px;
}

SPAN#monotemas P {
	font-size: 24px;
	font-weight: bold;
	text-decoration: line-through;
	line-height: 24px;
}

SPAN#suscribirte P {}

SPAN#colabora P {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}

FORM#colaboraForm P {
	font-size: 11px;
}

FORM#colaboraForm INPUT, FORM#colaboraForm TEXTAREA {
	position: relative;
	top: 3px;
	margin: 0 7px 0 3px;
	background: #e5e5e5;
	border: none;
	font-size:10px;
	padding:2px;
}

FORM#colaboraForm .field {
	position: relative;
	top: 0;
	border: 1px solid #B7B7B7;
}
