a img
{
	border: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

td
{
	color: #000;
}

.uno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.uno a
{
	color: #FFFFFF;
}

.unonegro a {
	color: #000000;
}


.unonegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
}

.dos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.dosnegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	letter-spacing: 1px;
}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #98BC02;
}


.peque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	letter-spacing: 1px;
}
.unoverde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #96BD00;
	letter-spacing: 1px;
}


a{ 
text-decoration:none; 
color: #000000;
} 
a:hover{ 
text-decoration:underline; 
}

#listado
{
	border-collapse: collapse;
	border: 1px solid #444;
}

#listado td
{
	border-collapse: collapse;
	border-top: 1px solid #444;
	padding: 2px;
}

#listado th
{
	color: #98BC02;
	font-weight: bold;
	text-align: left;
}

#listado a
{
	color: #2784B0;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#menu-admin
{
}

#blog, #blog li
{
	list-style-type: none;
	padding: 0;
	margin: 5px 0;
}

table table td
{
	text-align: left;
}

fieldset, legend
{
	border: 0;
}

	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align: center;
		font-family:Tahoma,Helvetica,sans-serif;
		font-size: 12px;
		clear: both;
	}
	
	div.pagination a {
		border: 1px solid #000;
		margin-right:3px;
		padding:2px 8px;

		background-position:bottom;
		text-decoration: none;

		color: #000;		
	}
	div.pagination a:hover, div.pagination a:active {
		border: 1px solid #000;
		background-image:none;
		background-color:#000;
		color: #fff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 6px;
		
		font-weight: bold;
		color: #000;
	}
	div.pagination div.disabled {
		display: none;
	}
	div.pagination a.next{
		border:2px solid #ccdbe4;
		margin:0 0 0 10px;
	}
	div.pagination a.next:hover{
		border:2px solid #2b55af;
	}
	div.pagination a.prev{
		border:2px solid #ccdbe4;
		margin:0 10px 0 0;
	}
	div.pagination a.prev:hover{
		border:2px solid #2b55af;
	}

textarea
{
	width: 350px;
	height: 100px;
}

/* Forms */
form {
	clear: both;
}

fieldset {
	border: 1px solid #ccc;
}

fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}

form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}

label {
	display: block;
	padding-top: 10px;
	width: 300px;
	text-align: left;
}

form div.submit input
{
	width: 100px;
}

input, textarea {
	clear: both;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 300px;
}

textarea
{
	width: 350px;
	height: 100px;
}

input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 0;
	width: auto;
	vertical-align: bottom;
}
