/*Configuración de todo o que aparece na páxina - Equivale a Body*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}
body{ line-height:25px;}
ul{
	line-height: 24px;
}
#cadroExterno1{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	text-align: justify;
	vertical-align: top;
	width: 1000px;
	line-height:25px;
	list-style-type: circle;
}

#boton1{
border-radius:10px; /* Bordes redondeados da barra principal */
padding:5px; 
margin:15px;
background-color: #FFF; /*#C33;*/ /*#333; */
color: #666; /*#FFF;*/
font-size:11px;
border:medium;
border-style:solid;
border-color: #999;
}
#boton1 a{
color: #FFF;
text-decoration:none;
color:#666;
}
#boton1 a:hover{
	/*color:#FF3;*/
}

/*Cabezallo*/
.supCons{
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666;
}

.supCons a{
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight:bold;
	text-decoration:none;
}

.supCons a:hover{
	color: #F03;
	text-decoration:none;
}
.supCons2 a{
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	font-weight:bold;
	text-decoration:none;
}

.supCons2 a:hover{
	color: #06F;
	text-decoration:none;
}



/*Fin de Cabezallo*/
/*Título Unidade Didáctica*/
#titulo_ud {
	border-color:#090; 
	background-color:#060; 
	margin:5px; 
	margin-top:10px;
	margin-left:5px;
	width:900px; 
	border-style:solid; 
	border-width:5px; 
	padding:10px; 
	color: #FFF;
	border-radius:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:30px;
	list-style-type:none;
} 
#titulo_su {
	border-color: #C3C; 
	background-color: #C33; 
	margin:5px; 
	margin-top:10px;
	margin-left:5px;
	width:900px; 
	border-style:solid; 
	border-width:5px; 
	padding:10px; 
	color:#FFF;
	border-radius:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:30px;
	list-style-type:none;
} 
#titulo_in {
	border-color: #6CF; 
	background-color: #06C; 
	margin:5px; 
	margin-top:10px;
	margin-left:5px;
	width:900px; 
	border-style:solid; 
	border-width:5px; 
	padding:10px; 
	color: #FFF;
	border-radius:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:30px;
	list-style-type:none;
} 

/*Fin título UD*/


input{
	border: thin;
	border-style: solid;
	border-color: #999;
	height: 65;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.input2{
	border:none;
	border-style:none;
	height:25px;
	font-family: Verdana, Geneva, sans-serif;
	background-color:transparent;
	font-size: 12px;
	font-weight:bold;
}
textarea{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a:link{
	color: #000;
	/*text-decoration: none;*/
}
a:hover{
	color: #000;
	text-decoration: underline;
}
a:visited{
	color: #000;
}




.situacion{
	color:#666;
	font-size:10px;
}
a.situacion{
	color:#666;
	text-decoration:none;
	font-size:10px;
}
a.situacion:visited{
	color: #666;
	text-decoration:none;
}
a.situacion:hover{
	text-decoration: underline;
}


#pe{
	background-color:#333;
	color:#FFF;
	clear:both;
}
#pe a:link, pe a:hover,pe a:visited{
	color:#FFF;
}

.botoncss3 {
	text-align:center;	
	font-size: 11px;
	height:20px
    padding: 0px 10px 0px 10px;
    background: #390;
    font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	cursor:pointer;
}
.botoncss3:hover {
    background: #3C0;
    border: solid 1px #2A4E77;
    text-decoration: none;
    color:#060;
}
.botoncss3:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

#cadro_resaltado_verde_lista ul li {
	border-color:#090; 
	background-color:#B5F09B; 
	margin:5px; 
	margin-top:10px;
	width:100%-20px; 
	border-style:solid; 
	border-width:5px; 
	padding:10px; 
	color:#000;
	border-radius:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px;
	list-style-type:none;
} 

.titulo1{
	color: #666;
	font-size: 24px;
	line-height: 22px;
	letter-spacing: 0.01em;
}
.titulo2{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 0.01em;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	;
}
a.titulo2{
	text-decoration:none;
}
a.titulo2:hover{
	text-decoration: none;
	color: #333;
	border-bottom-color: #999;
}

.titulo2sen{
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 0.01em;
}
a.titulo3sen{
	text-decoration:none;
}
a.titulo3sen:hover{
	color: #000;
	text-decoration: none;
}
a.titulo3sen:visited{
	color: #666;
	text-decoration: none;
}
.titulo3sen{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 0.01em;
}


a.titulo2sen{
	text-decoration:none;
}
a.titulo2sen:hover{
	text-decoration: none;
	color: #333;
	border-bottom-color: #000;
}


.vermello{
	color: #F00;
}
.verde{
	color: #090;
}



#remarcado{
padding:10px; 
margin:15px; 
background-color:#FFE7CE; 
width:200px; 
/*height: 300px; */
color:#36F;
font-weight:bold;
font-size:12px;
border-radius:10px;
}

.remarcado2{
padding:20px;
background-color:#FFE7CE; 
width:95%; 
color:#36F;
font-size:14px;
border-radius:10px;
}

#naveg{
	border-radius: 10px; /* Bordes redondeados da barra principal */
	padding: 3px;
	margin: 15px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFF; /*#C33;*/ /*#333; */
	/*width:200px; */
	color: #00F; /*#FFF;*/
	font-size: 11px;
	float: right;
	border: medium;
	border-style: solid;
	border-color: #999;
	cursor: pointer;


	text-align:center:
	line-height: 15px;
	line-height: 15px;
}
#naveg a{
color: #FFF;
text-decoration:none;
line-height:15px;
}
#naveg a:hover{
color: #FF3;
line-height:15px;
}






/* Menu horizontal con buscador
----------------------------------------------- */
#menuWrapper {
width:590px; /* Ancho do menú */
height:35px;
padding-left:14px;
background: #F60; /*#333; Color de fondo */
border-radius:10px; /* Bordes redondeados da barra principal */
margin-top:0px;
margin-left:5px;
border-style:solid;
border-width: medium;
border-color: #C30;
}
.menu {
padding:0;
margin:0;
list-style:none;
height:35px;
position:relative;
z-index:5;
font-family:arial, verdana, sans-serif;
}
.menu select {
	background-color: #F90;
}
.menu li:hover li a {
background:none;
}
.menu li.top {display:block; float:left;}
.menu li a.top_link {
display:block;
float:left;
height:35px;
line-height:34px;
color: #000;  /*#ccc;*/
text-decoration:none;
font-family:"Lucida Sans Unicode", "Trebuchet Unicode MS", "Lucida Grande",sans-serif;
font-size:12px; /* Tamaño da fonte */
font-weight:bold;
padding:0 0 0 12px;
cursor:pointer;
}
.menu li a.top_link span {
float:left;
display:block;
padding:0 24px 0 12px;
height:35px;
}
.menu li a.top_link span.down {
float:left;
display:block;
padding:0 24px 0 12px;
height:35px;
}
.menu li a.top_link:hover, .menu li:hover > a.top_link {color:#fff; }
.menu li:hover {position:relative; z-index:2;}
.menu ul,
.menu li:hover ul ul,
.menu li:hover ul li:hover ul ul,
.menu li:hover ul li:hover ul li:hover ul ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;border-style:solid;
border-width: medium;
border-color: #C30;
border-radius:10px; /* Bordes redondeados da barra principal */
}

.menu li:hover ul.sub {
left:0;
top:35px;
background: #F60; /*#333; Cor de fondo do submenú */
padding:3px;
white-space:nowrap;
width:300px;
height:auto;
z-index:3;
font-size:12px; /* Tamaño da fonte */
}
.menu li:hover ul.sub li {
display:block;
height:25px;
position:relative;
float:left;
width:300px;
font-weight:normal;
}
.menu li:hover ul.sub li a{
display:block;
height:25px;
width:300px;
line-height:30px;
text-indent:5px;
color: #000;/*#ccc;*/
text-decoration:none;
}
.menu li ul.sub li a.fly {
/* Cor de fondo do submenú */
background:#333 url(imaxes/arrow_over.gif) 185px 10px no-repeat;}
.menu li:hover ul.sub li a:hover {
background:#2580a2; /* Cor de fondo ó pasar o cursor */
color:#fff;
}
.menu li:hover ul.sub li a.fly:hover, .menu li:hover ul li:hover > a.fly {
/* Cor de fondo ó pasar o cursor */
background:#2580a2 url(imaxes/arrow_over.gif) 185px 10px no-repeat; color:#fff;}

.menu li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
left:100px;
top:0px;
background: #CCC; /* Cor de fondo do submenú */
padding:3px;
white-space:nowrap;
width:300px;
z-index:4;
height:auto;
}
#search {
width: 228px; /* Ancho do buscador */
height: 22px;
float: right;
text-align: center;
margin-top: 6px;
margin-right: 6px;
/* Imaxe de fondo do buscador */
background: url(imaxes/search-bar.png) no-repeat;
}
#search-box {
margin-top: 3px;
border:0px;
background: transparent;
text-align:center;
}


.cab_ez{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0%;
	text-align: left;
	font-weight: normal;
	white-space: normal;
	text-decoration: none;
	font-style: oblique;
}
a:hover:cab_ez{
	background-color: #000;
}
.branco{
	color:#FFF;
}
.azul{
	color: #03F;
}
.verde{
	color: #360;
}
#tareff{
	margin-left:50px; 
	font-size:18px;
}

#ir_a_chanzo{
	text-align:center;
	background-color:#FFF;
	color:#000;
	border-radius:5px;
	border-style:solid;
	border-width:thin;
	border-color:#F00;
	width:20px;
	height:20px;
	font-size:12px;
	padding:0px;
	margin:2px;
	line-height:20px;
	cursor:pointer;
	float:left;
	
}
.remarcado3{
	width:200px; 
	background-color: #BF7; 
	padding:4px;
	margin-left:20px;
	display:inline;
	cursor:pointer;
	color:#36F;
	font-size:14px;
	border-radius:10px;
    text-decoration: none;
}

.remarcado3:hover {
    border: solid 2px #66CC33;
    text-decoration: none;
    color: #FFF;
	background-color: #360;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
