body, table, td, div{ font-family: Arial, Serif-Sans }

body
{
	background: #80c537;
	background-image: url(fondo1.png);
	background-repeat:repeat-x;
	background-position: top; margin-top: 0;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 32px;
	font-weight: bold;
	color: #80c537;
}

h2
{
	font-size: 22px;
	font-weight: bold;
	color: #0a569a;
	background: transparent url(images/header.png) no-repeat left;
	height: 30px;
	padding-left: 40px;
	padding-top: 8px;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	color: #99a59b;
}

a
{
	color: #80c537;
	text-decoration: none;
}

a:hover
{
	color: #0a569a;
	text-decoration: underline;
}

table, td{ border-collapse: collapse; border-spacing: 0;}

.borde-izquierdo
{
	background: transparent url(images/lado-izq.png) repeat-y center;
	width: 28px;
}

.borde-derecho
{
	background: transparent url(images/lado-der.png) repeat-y center;
	width: 28px;
}

/*Tabs*/
#tabs-menu .tabs
{
	padding: 0;
	margin: 0;
	display: block;
}

#tabs-menu .tabs li
{
	list-style-type: none;
	float: left;
}

#tabs-menu .tabs li a
{
	display: block;
	padding: 5px;
	border: solid 1px #d3d3d3;
	background-color: #e9f2f5;
	margin-right: 3px;
	color: #0a569a;
}

/*Messages*/
#messages
{
	background-color: #fff1b9;
	margin-bottom: 10px;
	border: solid 1px #e9f2f5;
	padding: 3px;
	color: #429042;
	font-weight: bold;
}

#messages .error
{
	color: #ca1919;
}

/*Generated Forms*/
form
{
	width: 100%;
}

form .caption
{
	margin-top: 20px;
}

form fieldset
{
	margin-top: 20px;
}

form .caption .required
{
	color: red;
	font-weight: bold;
}

form .description
{
	font-size: 12px;
}

form .form-text
{
	width: 310px;
}

form .form-password
{
	width: 310px;
}

form .form-textarea
{
	width: 100%;
	height: 300px;
}

form .form-submit
{
	margin-top: 15px;
}

form .edit-user-picture
{
	margin-bottom: 15px;
}
