body {
		margin: 0px auto;
		background: #fafafa url('templates/bg.jpg') repeat-x;
		font-family: bitstream vera sans,sans-serif;;
		color: #333333;
		font-size: 12px;
}

h1 {
	font-size: 20px;
	color: #CC0000;
	font-weight: normal;
	padding-left: 30px;
	background: url('templates/flecha.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

#botones a {
	color: #FFF;
}	
#botones a:hover {
	text-decoration: underline;
}	
	
.boton {
	text-align: center;
	background: #fafafa url('templates/bgboton.png') repeat-x;
	height: 30px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
}	

.boton:hover {
	background: #fafafa url('templates/bgbotonhover.png') repeat-x;
}
	
h2 {
	font-size: 16px;
	color: #097e0e;
	text-decoration: none;
	letter-spacing:-2;
	font-weight: normal;
	padding: 0px;
}

input {
	padding: 3px;
	border: 1px solid  #097e0e;
}

input.roja {
	padding: 5px;
	border: 2px solid #cc0000;
}

.jus:hover {
	background: #fafafa;
}

.lista {
	font-size: 11px;
	padding: 2px;
	text-align: left;
}

.noticiasrecientes {
	width: 150px;
}
.izq {
	padding-right: 10px;
	width: 600px;
	text-align: left;
}

.titulartabla {
	background: #808080;
	color: #FFFFFF;
	border: 10px solid #e5e5e5;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

.contenido {
	background: #ffffff;
	width: 750px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px;
}

.bottom {
	background: #ffffff url('templates/contentgb.png') repeat-x;
}

.top {
	height: 110px;
}

.chica {
	font-size: 10px;
}

#menu {
		height: 27px;
		text-align: center;
		border-bottom: 1px dotted silver;
}

#menu a {
	text-decoration: none;
	padding: 6px;	
	padding-right: 10px;
	padding-left: 10px;
}

#menu a:link {
	color: #cc0000;
}

#menu a:visited {
	color: #cc0000;
}

#menu a:hover {
	background: url('templates/linkhover.png') repeat-x;
	color: #fff;
}


a {
	text-decoration: none;
}
a:link {
	color: #097e0e;
}
a:visited {
	color: #097e0e;
}
a:hover {
	color: #0db915;
}

img {
  border: 0px;
}