<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Morfeo 2.0 dos columnas
Description: Tema de wordpress diseñado para Morfeo Project
Author: TID
*/

/*html {
	background:#fff;
}
*/
body {
	min-width: 800px;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px 10px;
	color: #071910;
	font-size: 10pt; 
	font-family: Arial;
	/*background: #EDEDED;*/
}

/* links */

a:link {
	color: #326ea1;
	text-decoration: none;
}

a:hover {
	color: #ff9933;
	/*#383d44;*/
	text-decoration: none;
}

a:visited {
	color: #990033;
	/*#1d405e;*/
	/*#383d44;*/
	/*color: #326ea1;*/
	text-decoration: none;
}

/* basic elements */

p {
	padding: 0px 0px 10px;
	margin: 0px;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0px none #000;
}

/* basic phrase element styles */

blockquote {
	margin: 0 0 0 10px;
	padding-left: 10px;
	line-height: 1.5em;
	}
code {
	color: #666;
	font-family: Monaco, monospace;
	font-size: 110%;
	text-align: left;
	}
code strong {
	color: #630;
	}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #ccc;
	cursor: help;
	}
a abbr {
	border: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #666;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

/* layout
---------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	line-height: 1.5em;
}

#content {
	margin: 10px auto;
	padding: 10px auto 10px auto;
}

#sidebars {
	width: 210px;
	float: left;
}

#maincol {
	margin: 0 0 0 210px;
	padding: 0 0 0 20px;
	text-align: justify;
	background: #fff;
}

.col-inner {
	padding: 8px 20px 0px 20px;
}

.sidebar {
	margin: 0;
	padding: 0;
	font-size:9pt;
	line-height:1.4em;
	}

/* header
---------------------------------------------------------- */

#header {
	height: 100px;
	margin: 15px auto 0px auto;
	position: relative;
	background-color: #2C044E;
	/*background-image: url('./images/headerBackground.png');*/
	background-image: url('./images/headerBackground.gif');
	background-repeat: no-repeat;
	border: 0px;
	z-index: 1;
	white-space: nowrap;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}



h1 {
	margin: 0;
	padding: 20px 0 0 15px;
	font-size: 17pt;
	}

.description {
	padding: 0 0 20px 15px;
	color: #fff;
	}

#logo {
    padding: 0;
    margin: 0;
	width: 50%;
	height: 100%;
	font-family: Arial Rounded MT, Arial Rounded MT Bold, Arial, Verdana;
}

/*
#logo #first, #logo #second, #logo #incubator_logo{
	display:inline;
	font-family: Arial Rounded MT, Arial Rounded MT Bold, Arial, Verdana;
}
*/

#logo a {
	padding: 20px 10px 0px 10px;
}

/*
#logo #first a{
*/
#logo a.first {
	font-size: 36pt;
	color: #00901C;
	/*text-transform: uppercase;*/
}

/*
#logo #second a{
*/
#logo a.second {
	font-size:30pt;
	color: GhostWhite;
}

#logo #social {
	position: absolute;
	padding: 0;
	margin: 0;
	right: 10px;
	top: 10px;
	color: #F0901C;
	font-weight: bold;
}

#logo #social a {
	padding: 0;
}

#logo #incubator_logo a{
        font-size: 18pt;
        color: #FF9933;
}


#logo_mityc {
        margin: 10px;
        height: 55px;
        width: 142px;
        float:left;
}

#mityc_legend {
        text-align: justify;
        width: 53em;
}

#copyright {
        float: right;
}

/* top navigation
---------------------------------------------------------- */
/*
#headerbar {
    position: absolute;
    top: 45px;
    right: 10px;
	z-index: 3;
	font-size: 10pt;
}

#header div.languages {
    padding: 17px 0px 0px 10px;
	float:left;
}

#header #header-search {
	float:left;	
    display: -moz-inline-box;
    display: inline-block;
	background: transparent;
	border: 0px solid;
	margin: 0px 5px 0px 5px;
	padding: 14px 5px 0px 5px;
}


#header div.languages ul {
        display: inline;
        padding: 0px;
        margin: 0px;
}

#header div.languages li {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

#header div.languages li.language_item img {
	padding: 3px 0px 3px 0px;
}

#header div.languages li.current_language_item img {
	padding: 1px;
	margin-bottom:2px;
	background: #ffffff;
}
#header #login {
	float: left;
	padding: 15px 10px 0px 10px;
	color: #FFFFFF;
}

#header #login a {
	padding: 0 5px 5px 5px;
	color: #FFFFFF;
}

#header #login a:hover {
	color: #576B90;
}
*/

/* nav bar*/

#nav {
	position:relative;
	height:25px;
	margin: 2px auto 0 auto;
	text-align: left;
	padding-left: 10px;
	-moz-border-radius:0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	background-color:#0E546B;
	font-weight: bold;
}

#nav a {
	color: #FFFFFF;
}

#nav a:hover {
	color: #576B90;
	/*font-weight: bold;*/
}

#nav #tabs {
	position: absolute;
	bottom: 4px;
	left: 20px;
	margin: 0;
	padding: 0;
}

#nav .tab {
	padding: 0px 5px 0px 5px;
}

#nav #login {
	position: absolute;
	right: 225px;
	bottom: 3px;
	border-right: 1px solid #FFFFFF;
	margin: 0;
	padding: 1px 7px 1px 1px;
	color: #FFFFFF;
}

#nav #header-search {
	position: absolute;
	bottom: 3px;
	margin: 0;
	padding: 0;
	right: 50px;
}

#nav .languages {
	bottom: 3px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
}

#nav .languages ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#nav .languages ul li {
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
}


/*
#nav .current_tab {
    vertical-align: bottom;
	padding: 1px 5px 0px 5px;
    display: inline-block;
	border-top: 1px solid #274463;
	border-left: 1px solid #274463;
	border-right: 1px solid #274463;
	background-color: #FFF;
	color: #FF9933;
	height:1.52em;
	display: -moz-inline-box;
}
*/

/* content
---------------------------------------------------------- */

#intrologo{
	padding: 0 20px 15px 20px;
	overflow:hidden;
	border-bottom: 2px solid #F0901C;
	/*
	-moz-border-radius: 0 0 150px 150px;
	-webkit-border-radius: 0 0 150px 150px;
	border-radius: 0 0 150px 150px;
	*/
}

#project{
	/*padding-top:20px;*/
	padding: 20px 0px 10px 20px;
	float:right;
}

.separator{
	height: 8px;
	width: 100%;
	background: #EDEDED;
}

#latestactivity{
	padding-top: 10px;
	font-size: 9pt;
}

h2.pagetitle {
	margin: 0 0 -15px;
	padding: 0 0 45px;
	font-size: 15pt;
	text-align: center;
	}
.post {
	float: left;
	width:100%;
	}
.post h3{
	padding-bottom:10px;
	font-size: 13pt;
	font-weight: bold;
	border: none;
	}
.post h1{
	font-size: 17pt;
	padding-bottom:15px;
	padding-left:0px;
	padding-top:8px;
	
}
.post h2 {
	font-size:15pt;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
	
}

.pub-date {
	float: left;
	padding-left: 25px;
	background: url(images/calendar_icon.gif) no-repeat 5px 2px;
}
.post-title {
	margin: 0 0 0 0px;
	padding: 2px 0 0;
}

.post h1 a:link, .post h2 a:link, .post h3 a:link, .post h4 a:link,
.post h1 a:visited, .post h2 a:visited, .post h3 a:visited, .post h4 a:visited,
.post h1 a:hover, .post h2 a:hover, .post h3 a:hover, .post h4 a:hover {
	color: #576B90;
}

.post-meta {
	font-size: 8pt;
	margin: 5px 0 0;
	padding: 3px 5px;
	background: url(images/bg_dot2.png) repeat-x 0 0;
	}
.post-cat {
	float: left;
	padding-left: 15px;
	background: url(images/icon_cat.gif) no-repeat 0 4px;
	}
.post-time {
	float: left;
	padding-left: 25px;
	background: url(images/icon_clock.gif) no-repeat 10px 6px;
}
.post-comments {
	float: right;
	padding-left: 17px;
	padding-right: 10px;
	background: url(images/icon_com.gif) no-repeat 0 4px;
	}
.post-author {
	float: right;
	padding-left: 15px;
	background: url(images/icon_auth.gif) no-repeat 0 4px;
	}
.post-from {
	float: right;
	font-size: 11pt;
	padding-left: 20px;
	background: url(images/icon_from.gif) no-repeat 0 4px;
	}
.entry {
	float: left;
	width: 100%;	
	margin: 0;
	padding: 10px 0 0;
	}
/*.entry img {
	margin: 5px 0;
	padding: 4px;
	border: 1px solid #eee;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	background: #fff;
	}*/

.tags {
	font-size: 8pt;
	font-weight: bold;
	color: #326ea1;
}

/* content list style */

#maincol ul, #maincol ol, #maincol dl {
	margin: 0 0 10px 0;
	padding: 0;
	}
#maincol ul, #maincol ol {
	margin-left: 10px;
	}
#maincol ol {
	padding-left: 20px;
	}
#maincol ul {
	list-style: none;
	}
#maincol ul li {
	padding: 0 0 5px 15px;
	background: url(images/icon_bullet.gif) no-repeat left 6px;
	}
#maincol dl dt {
	font-weight: bold;
	}
#maincol dl dd {
	margin: 0 0 15px 0;
	padding: 0;
	}

/* comments area */

h4#comments {
	margin: 0 0 15px;
	padding: 20px 0 0;
	clear: both;
	font-size: 110%;
	}
h4#respond {
	margin: 0;
	padding: 10px 0 0;
	font-size: 110%;
	}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	}
.commentlist li{
	padding: 10px;
	}
.commentlist .alt {
	background: #EDEDED;
	}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 8pt;
	}
	
#commentform p {
	padding: 6px 0px;
	margin: 0px;
	}
#commentform label {
	padding-left: 5px;
	color: #666;
	font-size: 87%;
	}
#commentform input {
	width: 200px;
	background: #f3f4f9;
	border: 1px solid #eee;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	padding: 3px;
	margin-top: 3px;
	}
#commentform textarea {
	width: 95%;
	height: 120px;
	margin-top: 3px;
	padding: 2px;
	background: #f3f4f9;
	border: 1px solid #eee;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff;
	}
#commentform #submit {
	width: 144px;
	height: 28px;
	margin-bottom: 10px;
	color: #fff;
	font: bold 12px;
	background: #274463;
	border: none;
	}

/* alignments */

.center {
	text-align: center;
	}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
img.alignleft, img[align="left"] {
	float: left;
	margin: 5px 8px 5px 0;
	}
.alignright {
	float: right;
	}
img.alignright, img[align="right"] {
	float: right;
	margin: 2px 0 5px 8px;
	}

/* navigation */

.navigation {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 90%;
	}
.navigation a:hover, .navigation a:visited {
	color: #F0901C;
	border-bottom: 1px dashed white;
	}
.navigation .alignleft {
	width: 45%;
	text-align: left;
	}
.navigation .alignright {
	width: 45%;
	text-align: right;
	}

/* sidebar
---------------------------------------------------------- */

h2.sidebartitle, .sidebar h2 {
	margin: 0 0 5px;
	padding: 10px 10px 3px;
	font-weight: bold;
	font-size: 13pt;
	color: #576B90;
}

.sidebar form {
        padding: 10px;
}

.sidebar input {
        margin: 3px;
}

.sidebar form.normalform input {
        width: 95%;
}

.sidebar form.tinyform input {
        width: 10ex;
}

.sidebar form input.button {
		width: auto;
}

.sidebar p {
        padding: 0px;
        margin: 3px 10px;
}

.sidebar a:link, .sidebar a:visited{
        color: #274463;
}

.sidebar a:hover {
        color: #FF9933;
}

/* sidebar list level 1 */

.sidebar ul {
	margin: 0px;
	padding: 0px;
}

.sidebar&gt;ul&gt;li{
	clear: both;
	background-color: #fff;
	
}

.sidebar ul li {
	margin: 0px 0px 8px;
	padding: 0px 0px 20px 0px;
	list-style: none;
	position: relative;
	-moz-border-radius: 0 10px 0 10px;
	-webkit-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;
	border: 1px solid #0E546B;
}

.sidebar ul li.list-search {
	padding: 10px;
}

.sidebar ul li.list-about {
	padding: 10px 10px 0;
	text-align:center;
}

.sidebar ul li.list-about h2 {
	background: #e1e6fb;
}
#tagcloud {
	background: #6D8299;
	padding-bottom: 4px;
	color: #FFFFFF;
	border: none;
}
#tagcloud h2 {
	color: #FFFFFF;
	border-bottom: 1px solid #F0901C;
}
#tagcloud p a {
    color: #FFFFFF;
}

#tagcloud p a:hover {
	text-decoration:underline;
	color:#F0901C;
}
#members{
	height:100px;
}
#members img{
	max-height:100px;
}
#funder{
	height:60px;
	vertical-align: center;
}
#funder img{
	max-height:60px;
}
/* sidebar list level 2 */

.sidebar ul li ul {
	margin: 0;
	padding: 0 10px;
}

.sidebar ul li ul li {
	margin: 0;
	padding: 0 0 2px 12px;
	background: url(images/icon_bullet.gif) no-repeat 0 6px;
	border: none;
	}

/* sidebar list level 3 */

.sidebar ul li ul li ul li {
	padding: 1px 0 1px 10px;
	border: none;
	font-size: 85%;
	}

/* recent post &amp; comments */
.sidebar ul li ul.list-recentpost li,
.sidebar ul li ul.list-latestnews li,
.sidebar ul li ul.list-recentcomments li {
	margin: 0;
	padding: 0 10px 5px 12px;
	}
.feedlink { /* rss button */
	position: absolute;
	right: 0;
	top: 0;
	margin: 5px 3px 0 10px;
	padding: 6px 10px 5px;	
	border: none;
}

/* widget list child */
.sidebar ul.children {
	margin: 0;
	padding: 2px 0;
	}

.sidebar ul.children li {
	padding-left: 12px;
	background: url(images/icon_bullet_sbchild.gif) no-repeat 0 8px;
}

/* calendar widget */
#calendar_wrap {
	padding: 5px 10px;
	}
#wp-calendar caption {
	margin-bottom: 5px;
	color: #326ea1;
	}
#wp-calendar td a {
	color: #326ea1;
	}
#wp-calendar td#today {
	background: #d8ecf7;
	}
#leftcol #wp-calendar td {
	margin: 0;
	padding: 0 3px;
	}
#rightcol #wp-calendar td {
	margin: 0;
	padding: 0 9px;
	}

/* text widget */

.textwidget {
	padding: 0 10px;
	}
.widget_rss img {
	position: absolute;
	right: 10px;
	top: 6px;
	border: none;	
	}
	
/* search form */

#searchform br {
	display: none;
}
#searchform #s {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #203346;
	color: #8B9198;
	font-size: 7pt;
	height: 12px;
	margin-right: 2px;
	padding: 1px 0 2px 3px;
	vertical-align: top;
	width: 110px;
/*
	border:1px solid #203346;
	width: 110px;
	height: 13px;
	padding: 3px 0px 3px 5px;
	background: #fff;
	margin-right: 2px;
	color: #8B9198;
	font-size: 7pt;
*/
}

/* footer
---------------------------------------------------------- */

#footer {
	padding: 0;
	clear: both;
	font-size: 78%;
	margin: 0px auto;
	position: relative;
}
#footer-inner {
        width: 100%;
	background: url(images/bg_dot2.png) repeat-x 0 0;
}
#footer p {
	margin: 0;
	padding: 10px;
	}

/* self-clearing floats */

#nav ul:after,
#maincol:after,
.navigation:after,
.post-meta:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#CedarProjectContent
{
margin-left:230px;
width:750px;
}


#memberPhoto
{

margin-top:-840px;
margin-left:630px;
width:20px;
}

.GalleryPhoto
{
position:absolute;
margin-top:-400mm;
margin-left:680px;
width:300;
}




.Presentation
{
width:420px;


}

.mainText{

font-family: Arial;
font-size:12px;

}

#menus
{


color:  #323C50;
}



#subMenus
{

display :none;


}

.page_item current_page_item
{

color: #8B9198;

}

#cedarBanner
{
position:absolute;
margin-left:235px;
margin-top:35px;

}

#hassanVideo
{

margin-left:180px;

}



#demoISWC
{
margin-left:180px;
}

#movingLogo{
position:absolute;
margin-top:2px;

	height:100px;
}

#logoContainer{
position:absolute;
margin-left:865px;
margin-top:2px;
height:100px;

}
	
	
#cedarLogo
{
	position:absolute;
    margin-left:5px;
	margin-top:2px;

}
	
	
#samirAmir
{
position:absolute;
margin-top:-210px;
margin-left:450px;

}
	
 #nikhilPhoto
{
position:absolute;
margin-top:-210px;
margin-left:450px;

}
 #rafiqPhoto
{
position:absolute;
margin-top:-240px;
margin-left:450px;
}

#damienPhoto
{
position:absolute;
margin-top:-310px;
margin-left:450px;
}	
	
#marouanePhoto
{
position:absolute;
margin-top:-210px;
margin-left:450px;
}	


#yutakaPhoto
{
position:absolute;
margin-top:-210px;
margin-left:450px;

}
	
	</pre></body></html>