
/* 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) */

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

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


/*
	SAIOA DEPARTMENT ABAJO
*/

/** GENERAL **/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	list-style: none;
}

HTML {
	background: #FFF url(../img/f_web.gif) repeat;
}

BODY {
	font-family: Georgia, serif;
	color: #342C25;
	font-size: 12px;
	line-height: 1.333em; 	/* 16 / 12 */
}
*:first-child+html BODY { position: relative; } /* IE7 */

.limpiar {
	clear:both;
}

#contenedor {
	position: relative;
	width: 1210px;
	margin: 65px auto;
}

A {
	color: #342C25;
}

A:hover {
	color: #989491;
}



/** CABECERA Y MENÚ **/

#color {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10000;
}

A#color SPAN {
	display: none;
}

A#color:hover SPAN {
	position: absolute;
	top: 30px;
	right: 50px;
	width: 374px;
	height: 105px;
	display: block;
	background: url(../img/i_bocadillo_colores.png) top left no-repeat;
}

#menu {
	position: absolute;
	width: 170px;
	padding: 10px 10px 20px;
	background: #FFF;
}
*:first-child+html #menu { left: 0px; } /* IE7 */

H1 {
	font-family: Arial, sans-serif;
	font-size: 2.167em;	/* 26 / 12 */
	line-height: 1em;		/* 26 / 26 */
	margin-top: -55px;
	margin-bottom: 30px;
}

H2 {
	font-family: Arial, sans-serif;
	font-size: 1.333em;	/* 16 / 12 */
	line-height: 1.25em;		/* 20 / 16 */
}

H2.proy A { color: #00AEF0; }
H2.proy A:hover, H2.sel A { color: #989491; }

H2.prof A { color: #ED008C; }
H2.prof A:hover, H2.sel A { color: #989491; }

H2.news A { color: #00A651; }
H2.news A:hover, H2.sel A { color: #989491; }

#menu LI LI, H4, #menu LI P {
	font-family: Arial, sans-serif;
	font-size: 1.167em;	/* 14 / 12 */
	line-height: 1.357em;	/* 19 / 14 */
}

#menu LI P {
	margin-left: 15px;
	font-size: 1em;
	line-height: 1.583em;	/* 19 / 12 */
	font-style: italic;
	color: #00AEF0;
}

#menu LI UL {
	margin: 0px 0px 20px 15px;
}

#menu INPUT {
	margin-right: 5px;
}

#menu FORM {
	margin-bottom: 20px;
}

#menu FORM P {
	margin-left: 0px;
}

#menu FORM SELECT {
	width: 170px;
	border: 1px solid #989491;
	font-family: Arial, sans-serif;
	font-size: 0.917em;	/* 11 / 12 */
	color: #00AEF0;
}

LI#prof FORM SELECT {
	margin-top: 10px;
	color: #ED008C;
}

.about {
	font-weight: bold;
	margin-top: 30px;
}

.about A {
	color: #989491;
}

.about A:hover {
	color: #6F6C6A;
}

.creditos {
	font-family: Arial, sans-serif;
	font-size: 0.833em;	/* 10 / 12 */
}

#universidad {
	width: 170px;
	margin-top: 35px;
	background: #FFF;
	padding: 10px;
	position: absolute;
	left: 0px;
}



/** FICHAS **/

#list {
	position: relative;
}

DIV.ficha {
	position: absolute;
	background: #FFF;
}

A.foto {
	position: relative;
}

A.foto:hover IMG {
	opacity: .6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE */
	filter: alpha(opacity=60); /* IE */
}

DIV.ficha DIV {
	padding: 10px;
}

H3 {
	font-family: Arial, sans-serif;
	font-size: 1.333em;	/* 16 / 12 */
	line-height: 1.125em;		/* 18 / 16 */
	margin: 5px 0px 15px;
}

DIV.prof DIV, DIV.news DIV {
	margin-bottom: 4px;
}

.proy H3 A {
	color: #00AEF0;
}

.prof H3 A {
	color: #ED008C;
}

.news H3 A {
	color: #00A651;
}

H3 A:hover {
	color: #989491;
}

.autor, .tag, .fecha, .creditos {
	margin-top: 0.6em;
	padding-top: 0.6em;
	background: url(../img/f_separador.gif) left top no-repeat;
}

.tag {
	background: url(../img/f_separador_tags.gif) left top repeat-x;
	font-family: Arial, sans-serif;
	font-size: 0.917em;	/* 11 / 12 */
	font-style: italic;
}

DIV.checkbox {
	padding-left:20px;
	margin-bottom:2px;
	cursor:pointer;
	background:transparent url(http://www.master-design-luzern.ch/_gi/menu_projects_cat_sel.gif) no-repeat scroll -1px 1px;
	font-family: Arial, sans-serif;
	font-size: 1.167em;	/* 14 / 12 px */
	line-height: 1.357em;	/* 19 / 14 px */
}

DIV.inactivo {	
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE */
	filter: alpha(opacity=50); /* IE */
}

DIV.inactivo IMG {	
	opacity: .6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE */
	filter: alpha(opacity=60); /* IE */
}

DIV.inactivo A {
	cursor: default;
	color: #989491;
}

DIV.inactivo .tag SPAN {
	color: #342C25;
}

DIV.inactivo A.foto SPAN {
	cursor: default;
	display: none;
}

#paginacion {
	background: #ffffff;
	text-align: center;
	color: #868686;
	float: right;
	margin-top: -37px;
	margin-bottom: 15px;
	padding: 1px 10px 3px;
	font-family: arial, sans-serif;
	font-size: 0.917em;
}

#paginacion A {
	color: #868686;
	margin: 0px 5px;
}

#paginacion A.sel {
	color: #f87c7c;
}

#paginacion A:hover {
	color: #989491;
}



/** CONTENIDO **/

#contenido {
	width: 730px;
	margin: 0px 0px 15px 205px;
	padding: 10px 10px 20px;
	background: #FFF;
	font-size: 1.167em; 	/* 14 / 12 */
	line-height: 1.429em;	/* 20 / 14 */
}
*:first-child+html #contenido { position: relative } 

A#atras, A#siguiente {
	font-size: 0.857em;	/* 12 / 14 */
	line-height: 1.333em;	/* 16 / 12 */
}
*:first-child+html A#siguiente { position: absolute; top: 14px; right: 10px; } /* IE7 */

A#siguiente {
	float: right;
}

#contenido H3, #contenido H4 {
	font-family: Arial, sans-serif;
	font-size: 1.429em;	/* 20 / 14 */
	line-height: 1.25em;	/* 25 / 20 */
}

#contenido H3 {
	margin-top: 10px;
	padding-top: 10px;
	background: url(../img/f_separador.gif) left top no-repeat;
}

BODY#projectos H3 {	
	color: #00AEF0;
}

BODY#noticias H3 {
	color: #00A651;
}

BODY#profesores H3 {
	color: #Ed008C;
}

#contenido H4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../img/f_separador.gif) left bottom no-repeat;
	color: #5D5956;
}

IMG#grande {
	width: 730px;
	display: block;
	margin-bottom: 10px;
	background: #DDD;
}

#texto {
	width: 480px;
	margin: 50px 0px 0px 250px;
	padding-top: 10px;
	background: url(../img/f_separador.gif) left top no-repeat;
}

#texto P {
	margin-bottom: 20px;
}

#texto A {
	text-decoration: underline;
}

BODY#projectos #texto A {	
	color: #00AEF0;
}

BODY#noticias #texto A {
	color: #00A651;
}

BODY#profesores #texto A {
	color: #ED008C;
}

BODY#projectos #texto A:hover, BODY#noticias #texto A:hover, BODY#profesores #texto A:hover {
	color: #989491;
}

#galeria {
	width: 230px;
}
*:first-child+html #galeria { float: left } /* IE7 */

#galeria LI {
	float: left;
	padding-bottom: 10px;
}

#galeria LI.impar {
	padding-right: 10px;
}

#galeria IMG {
	width: 110px;
	height: 110px;
	display: block;
	background: #DDD;
}

#informacion #contenido {
	width: 670px;
	padding-right: 70px;
}

#informacion #contenido H4 {
	margin: 20px 0px 0px;
	padding-bottom: 0px;
	background: none;
	font-family: Georgia, serif;
	font-size: 1em;
	color: #342C25;
}

#informacion #contenido P {
	margin-bottom: 20px;
}

#informacion #contenido A {
	color: #128191;
	text-decoration: underline;
}



/** CONTENIDO LATERAL **/

#extra {
	float: right;
	width: 240px;
}

#extra DIV {
	background: #FFF;
	padding: 10px 10px 20px;
	margin-bottom: 15px;
}

#extra H5 {
	font-size: 1em;
}

DIV#datos_principales {
	padding-bottom: 10px;
	font-family: Arial, sans-serif;
	font-size: 1.333em;	/* 16 / 12 */
	line-height: 1.25em;	/* 20 / 16 */
	color: #00AEF0;
}

BODY#projectos #datos_principales {	
	color: #00AEF0;
}

BODY#noticias #datos_principales {
	color: #00A651;
}

BODY#profesores #datos_principales {
	color: #Ed008C;
}

#datos_principales P.separador {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../img/f_separador.gif) left bottom no-repeat;
}

#datos_principales IMG {
	display: block;
	background: #DDD;
}

#enlaces {
	line-height: 1.5em;	/* 18 / 12 */
}

#enlaces H5 {
	margin-top: 10px;
	padding-top: 10px;
	background: url(../img/f_separador.gif) left top no-repeat;
}

#enlaces H5.primero {
	margin: 0px;
	padding: 0px;
	background: none;
}

#enlaces LI {
	padding-left: 10px;
	background: url(../img/i_flecha.gif) 0px 7px no-repeat;
}

#enlaces UL#pdf LI {
	padding-left: 15px;
	background: url(../img/i_pdf.png) 0px 4px no-repeat;
}

DIV#tags {
	background: #EEE;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 1.5em;	/* 18 / 12 */
	line-height: 1.222em;	/* 22 / 18 */
}

#tags DIV {
	margin: 0px;
	padding: 0px;
}

#tags P {
	padding: 5px 10px 20px;
}

#testimonio {
	font-style: italic;
	color: #028CA0;
}

#testimonio IMG {
	width: 220px;
	display: block;
	margin-bottom: 10px;
	background: #DDD;
}

H2#relacionados {
	width: 730px;
	margin: 0px 0px 15px 205px;
	padding: 7px 10px;
	background: #FFF;
	font-size: 1.167em; 	/* 14 / 12 */
	line-height: 1.429em;	/* 20 / 14 */
}

#extra #proyectos {
	line-height: 1.5em;	/* 18 / 12 */
}

#extra #proyectos LI {
	margin-top: 20px;
}

#extra #proyectos A {
	font-weight: bold;
	color: #00AEF0;
}

#destacado {
	font-size: 1.333em; 	/* 16 / 12 */
	line-height: 1.25em;	/* 20 / 16 */
}

DIV.invisible P, DIV.invisible H3, DIV.invisible A, DIV.invisible IMG, DIV.invisible IMG:hover {
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor:pointer;
}
DIV.invisible DIV {
	cursor:pointer;
}
