#tablaBotonera 
{
	background-image : url(imagenes/fondoBotones.png);
	background-repeat: repeat;
	width: 100%; 
}
#barraBusqueda
{
	background-image : url(imagenes/fondoBusqueda.png);
	background-repeat: repeat;
	width: 100%; 	
}
.menuIzquierda
{
	background-color : #339966;
}
body{
	background-image : url(imagenes/fondo.gif);
	margin : 1px;
}
td{
	font-size: 12px;
	font-family : Verdana, sans-serif;
}
input{
	font-size: 14px;
	font-family : Verdana, sans-serif;
}
select{
	font-size: 14px;
	font-family : Verdana, sans-serif;
}
textarea{
	font-size: 14px;
	font-family : Verdana, sans-serif;
}
a{
	text-decoration : none;
	color : white;
	font-family : tahoma;
	font-size : 12 px;
	font-weight : bold;
}
a:hover{
	color : red;
}
a.mail{
	color : Blue;
	font-family : Verdana, sans-serif;
	font-weight : normal;
}
a.sub{
	font-weight : normal;
}
table.marco{
	width : 85%;
	background-color : White;
	border :1px #339966 solid;
}
table.marco2{
	width : 100%;
	background-color : white;
	border :1px #339966 solid;
}
table.main{
	width : 100%;
	height : 100%;
	border : 0px;
}
td.boton{
	font-weight: bold;
	border: 1px #000000 solid;
	background-image : url(imagenes/fondoBoton.png);
	background-repeat: repeat;
	cursor : hand;
	height : 25px;
	text-align : center;
}
td.titulo{
	font-weight : bold;
	color : White;
	background-color : #339966;
	background-image : url(imagenes/fondoBotones.png);
	background-repeat: repeat;
	width: 100%;
}
td.tituloSinAncho{
	font-weight : bold;
	color : White;
	background-color : #339966;
	background-image : url(imagenes/fondoBotones.png);
	background-repeat: repeat;
}
td.selec{
	font-weight : bold;
	color : Red;
}
p{
	line-height : 150%;
}
p.menu{
	margin-top : 4px;
}
