* { padding: 0; margin: 0; }

body {
	background-color: #000;
}
#todo {
	width: 1024px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#cabecera_logo {
	background-image: url(../imagenes/cabelacc.jpg);
	background-repeat:  no-repeat;
	width: 1024px;
	height: 181px;
	margin: 20;
}

#izquierda {
	height: auto;
	width: 260px;
	float: left;
	margin-top: 40px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#izquierda_menu {
	float: left;
	width: 231px;
	border-left: 6px solid gray;
	background-color: #E1E7FF;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	height: auto;
	padding-top: 0px;
}

#izquierda_menu ul {
	list-style: square;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 10px;
	padding-right: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0;
}

#derecha {
	float: right;
	height: auto;
	width: 675px;
	text-align: justify;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #FFFFFF;
}
#derecha  ol li {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 5px;
	margin-left: 15px;
	font-weight: bold;
}



.derecha1 {
	font-family: "Trebuchet MS";
	font-size: 36px;
	font-style: oblique;
	font-weight: bold;
	color: #CF0000;
}



/* Menu horizontal con pestañas*/

#menu_horiz {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	width:1024px;
	background-repeat:  repeat-x;
	float: left;
	line-height: normal;
	background-position: bottom;
	margin-top: 148px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu_horiz ul {
	margin: 0;
	padding: 6px 10px 0;
	list-style: none;
}
#menu_horiz li {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	background-image: url(http://centros.edu.xunta.es/iesasardineira/webantiga/cursophp/imagenes/derecho.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu_horiz a {
	float: left;
	display: block;
	background-image: url(http://centros.edu.xunta.es/iesasardineira/webantiga/cursophp/imagenes/izquierdo.png);
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-position: left top;
  }


#menu_horiz a {float:none;}

#menu_horiz a:hover {
	background-position: 0 -150px;
	color: #FF6633;
}

#menu_horiz #activada {
	background-image: url('http://centros.edu.xunta.es/iesasardineira/webantiga/cursophp/imagenes/derecho_on.png');
}

#menu_horiz #activada a {
	background-image: url('http://centros.edu.xunta.es/iesasardineira/webantiga/cursophp/imagenes/izquierdo_on.png');
	color: #0033CC;
	padding-bottom: 5px;
}

#menu_horiz #activada a:hover {
	background-position: 0 0 !important;
	color: #FF6633;
}
#derecha  ul  li {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	list-style-position: inside;
	list-style-type: none;
	font-weight: bolder;
	list-style-image: url(../imagenes/ok.jpg);
}



#pie {
	width: 1004px;
	clear: both;
	text-align: right;
	font-family: "Trebuchet MS";
	color: #F00;
	padding-right: 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	height: 80px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
#pie #img {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#subpie {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: oblique;
	font-weight: bold;
	color: #F00;
	background-color: #000;
	float: left;
	width: 1014px;
	padding-right: 10px;
	text-align: right;
	padding-top: 10px;
}
.destaca {
	font-weight: bolder;
	color: #008140;
}
.testprequi {
	color: #F00;
	font-weight: bold;
}
.testpreinst {
	color: #06C;
	font-weight: bold;
}
#derecha ul ul li {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666;
	list-style-position: inside;
	list-style-type: circle;
	font-weight: normal;
	margin-left: 50px;
	font-style: oblique;
	list-style-image: url(../imagenes/ok.jpg);
}
#derecha ul ol li {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #C00;
	list-style-position: inside;
	list-style-type: square;
	font-weight: normal;
	margin-left: 70px;
	font-style: oblique;
}

#izquierda_grupo {
	float: left;
	width: 231px;
	background-color: #C3FFB8;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #D20000;
	margin-top: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	height: auto;
	padding-top: 10px;
	border-left-width: 6px;
	border-left-style: double;
	border-left-color: #F03;
}
#izquierda_grupo ul {
	list-style: square;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 10px;
	padding-right: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0;
}
