﻿#m_informacion{
	/*color:green; background-color:#00CCFF;*/
}
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:white;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size:small;
	color:#333;
	}

div#contenedor {
	position:relative; /* needed for footer positioning */
	margin:0 auto; /* center, not in IE5 */
	width:684px;
	/*background:gray url("imaxes/fondo.gif") repeat-y;*/
	background: #eee;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */
	min-height:100%; /* real browsers */
	}
	
div#principal {
	width:644px; 
	background-color:#eee; 
	padding:20px; 
	margin-left:auto; 
	margin-right:auto; 
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	padding-bottom:56px;
	text-align:justify;
}

h2 {
	font-size:14pt;
	border-bottom:1px solid white;
	color:#990000; color:#333399; color:#23405C;
	margin-top:0;
	margin-bottom:1em;
}

table {
	border-collapse:collapse;
}

#calendario table p {
	margin-top:0;
	margin-bottom:0
}


td, th {
	border:1px solid gray;
	padding:2px 4px;
}

th {
	background-color:#CCCCCC;
	text-align:center;
}

td {
	vertical-align:top;
	text-align:left;
}

div#consultas td ol, div #consultas td li {
	padding:0;
	margin:0;
}

div#consultas td ol {
	padding-left:20px;
}

#c_fase {
	font-weight:bold;
}

.c_fase {
	font-weight:bold;
}

.int {
	padding:0 6px 6px 6px;
}

.nota {
	font-size:0.8em;
	margin-top:0;
}

ul#menu
{
	margin:0;
	margin-top:8px;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:13px;
	font-weight:bold;
	background:transparent url(imaxes/nav_bg_blue.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#C0C0C0;
	text-decoration:none;
	font-weight:bold;
	padding:8px 15px 0 15px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(imaxes/nav_bg_blue.png) 0px -30px no-repeat;		
}
	
ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(imaxes/nav_bg_blue.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

p.idioma {
	text-align:right;
	margin:0;/*padding:0;*/
	padding-top: 2px;
	font-size:.9em;
	}

.idioma a {
	text-decoration:none; border-bottom: 0px;
	}

.galego {
	border-bottom: 1px solid #0099CC;
	}

.castellano {
	border-bottom: 1px solid #FF3300;
	}

a {
	color:#003399;
}

.archivo {
	padding-left: 20px;
	background-repeat:no-repeat;
	}
		
.doc {
	background-image:url(imaxes/doc.gif);
	}

.exe {
	background-image:url(imaxes/exe.gif);
	}
	
.pdf {
	background-image:url(imaxes/pdf.gif);
	}

.pps {
	background-image:url(imaxes/pps.gif);
	}

.ppt {
	background-image:url(imaxes/ppt.gif);
	}
	
.zip {
	background-image:url(imaxes/zip.gif);
	}

.htm {
	background-image:url(imaxes/htm.gif);
	}

div#pie {
	position:absolute;
	margin-left:-20px;
	width:100%;
	height:32px;
	bottom:0; /* stick to bottom */
	/*background:#535353;*/ background:#999999;
	color: white;
	font-size: 12px;
	text-align:center;
	padding-top:0px;
	}

div#pie p {
	margin:0;
	padding:0;
	margin-top:8px;
}

* html div#pie { /* Hack para pegar el pie al fondo en el explorer */
	bottom: -1px;
	}