/* CSS Document
for PMIME Site
Designed by The_Scientist
Copyright Dream Factory 2007*/

/*General Options */
* {
	margin:0;
	padding:0;
	}

body {
	font: small normal  Arial, Helvetica, sans-serif;
	color:#000000;
	}
p {
	text-align:justify;
}
tr.encuesta{
	height:30px;
}
td.encuesta{
	color:#990000;
	font:Tahoma, Arial, Verdana, Helvetica;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#126483;
}		
h2 {
	font-weight: bold;
	text-align:justify;
	color:#126483;
	font-style:italic;
	font-size:23px;
}
h1  {
	font-weight: bold;
	color:#126483;	
}
h3 {
	font-weight: bold;
	text-align:justify;
	color:#126483;
	font-style:normal;
	font-size:17px;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #126483;
}

a {
	padding-right: 0px; 
	padding-left: 0px; 
	font-weight: bold; 
	font-size: 12px; 
	padding-bottom: 0px; 
	margin: 0px; 
	color: #C87329; 
	padding-top:0px; 
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	font-weight: bold;
	background: none transparent scroll repeat 0% 0%; 
	text-decoration: none;
}
a:visited {
	font-weight: bold; 
	background: none transparent scroll repeat 0% 0%; 
	text-decoration: none;
}
a:hover {
	font-weight: bold; 
	background: none transparent scroll repeat 0% 0%; 
	text-decoration: underline;
}
a:active {
	font-weight: bold; 
	background: none transparent scroll repeat 0% 0%; 
	text-decoration: none;
}

p a {
	color:#3399CC;
	}

ul {
	font-style:italic;
}

ul a {
	font-size:12px;
	color:#336600;
}
ol {
font-style:italic;
}
li {
	padding-top:2px;
	padding-bottom:2px;
	}
/*Nav Buttons */
#leftsidenav {
	position:absolute;
	top:0px;
	left:20px;
	padding:20px;
	width:100px;
	background-color: #FFFFFF;
	}
#leftsidenav a{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	}

/*Special Divs */

#top{
	top:20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width:760px;
	height:206px;
	}

#container {
	position:relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width:760px;
	background-color:#E5E5E5;
	}
	
#leftside {
	position:absolute;
	top:0px;
	left:20px;
	padding:20px;
	width:200px;
	background-color: #FFFFFF;
	}
#leftsidenav {
	position:absolute;
	top:0px;
	left:20px;
	padding:20px;
	width:100px;
	background-color: #FFFFFF;
	
	}
#rightside {
	position:relative;
	top:0px;
	left:280px;
	width:480px;
	}	

#rightsidecontent {
	position:relative;
	top:0px;
	left:180px;
	width:580px;
	}

#maincontent {
	width:280px;
	padding:15px;
	border-right-color:#006699;
	border-right-style:dashed;
	border-right-width:thin;	
}

#complementarycontent{
	width:220px;
	padding:20px;
	position:absolute;
	right:0;
	top: 0;
}

/* Classes */

.subtitle {
color:#336633;
font-size:large;
font-style:italic;
font-weight:bolder;
}
	
#maestria {
	width:200px;
	padding:20px;
	border-right-color:#999999;
	border-right-style:dotted;
	border-right-width:thin;
	}
	
#docentes {
	width:200px;
	padding:20px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-right-color:#999999;
	border-right-style:dotted;
	border-right-width:thin;
	}
#prestigio {
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	padding:20px;
	}
*.avisoMal{
	color:#FF0000;
}
*.avisoBien{
	color:#0000FF;
}