/* CSS Document */
body {
	background-image:url(imagenes/fondo1exp.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-repeat:repeat-x;
	margin: 0px;
}

tr#pie {
	background-color:#E2E2E2;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	line-height: 25px;
	height: 25px;
	text-align:center;
	clear: both;
	font-size: 10px;
}
#pie a {
font-size:11px;
	text-decoration: none;
}
#pie a:hover {
	font-weight:bold;
	font-size:11px;
}

/*diseņo para el menu (1) principal - actualidad - curso - tienda*/


.botonregistro {
   padding-top: 9px;
   text-align:right;
   display:block;
}


.botonregistro a {
	font-size: 11px;
	color:#FFFFFF;
	text-align:right;
	text-decoration: none;
	margin-top: 5px;
	line-height: 11px;
}
.botonregistro a:hover {
	font-weight: bold;
	text-decoration: underline;
}

td#menu1 {
	background-image: url(imagenes/f-menu1-b.png);
	background-repeat: repeat-x;

}
.botonmenu1 a {
	background-image: url(botones/menu1exp.png);
	text-align: center;
	display: block;
	font-size: 12px;
	color: #000066;
	width: 120px;
	list-style-type: none;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-top: 4px;
	top: 0px;
}
.botonmenu1 a:hover {	background-image: url(botones/menu1sobreexp.png);}


/*diseņo del contenido*/
.fondoprincipal {
	background-image: url(imagenes/fondomenu2.gif);
	background-repeat: repeat-y;
}


.botonmenu2sub a {
	margin-left:4px;
	padding-left:2px;
	float:left;
	line-height: 18px;
	background-image: url(botones/menu2subexp.png);
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	width: 160px;
	text-decoration: none;
		right: 4px;
	text-indent: 15px;
}
.botonmenu2sub a:hover {
	background-image: url(botones/menu2sobresubexp.png);
	text-decoration: underline;
}
.botonmenu2{
	clear: both;
	margin: 0px;
	padding: 0px;
}
.botonmenu2sub{
	line-height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.botonmenu2 a {
	margin-left:4px;
	padding-left:2px;
	float:left;
	line-height: 25px;
	background-image: url(botones/b-menu2-sexp.png);
	text-align: left;
	font-size: 12px;
	color: #000066;
	width: 162px;
	list-style-type: none;
	text-decoration: none;
	right: 4px;
	text-indent: 15px;
}
.botonmenu2 a:hover {background-image: url(botones/b-menu2exp.png);}

.contenido {
	color: #000066;
	list-style-type: disc;
	list-style-position: outside;
	line-height: normal;
	text-align: justify;
	padding-right: 30px;
	padding-left: 15px;
}
.contenido h1{
	font-size: 19px;
	color: #990000;
	list-style-type: disc;
	list-style-position: outside;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	margin-right: 25px;
	font-weight: bold;
}
.busqueda {
	color:#FFFFFF;
	font-size: 10px;

}
.tablaestado {
	color:#000066;
	font-size: 11px;
}
#fotoder {
	background:#000066;
	font-size: 10px;
	text-align:center;
	color:#CCCCCC;
	width: 100px;
	margin: 5px 30px 5px 15px;
	padding: 5px;
	position: relative;
	float: right;
	border-top: 1px solid #E9E9E9;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #959595;
	border-left: 1px solid #E9E9E9;
}
#fotoder a{
	color:#CCCCCC;
	text-decoration:none;
}

#fotoder a:hoover{
	color:#CCCCCC;
	text-decoration:none;
}

#fotoizq {
	background:#000066;
	font-size: 10px;
	text-align:center;
	color:#CCCCCC;
	width: 100px;
	margin: 5px 10px 5px 0px;
	padding: 5px;
	position: relative;
	float: left;
	border-top: 1px solid #E9E9E9;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #959595;
	border-left: 1px solid #E9E9E9;
}
#fotoizq a,a:hoover{
	color:#CCCCCC;
	text-decoration:none;
}

