/* Inicialización de estilos */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
	 text-decoration: none;
	text-shadow: none;
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

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

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0;
}

.error-message {
	color: #FF0000;
	margin-left: 4px;
	float: left;
	font-size: 11px;
}
hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

p {
	margin-bottom: 5px;
}


/* Estilos propios */

body {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS";
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("../img/fondo.gif");
}

b {
	font-weight: bold;
}

a {
	color: #8F8502;
	font-weight: bold;
}
	a:hover {
		color: #434A06;
	}

p {
	margin-bottom: 10px;
}
label {
	width: 100px;
	vertical-align: top;
	display: block;
	margin-bottom: 2px;
}

input, textarea {
	border: 1px solid #C7C280;
	background-color: #e0e0e0;
	margin-bottom: 0px;
}

#zona_cabecera {
	width: 944px;
	height: 81px;
	padding: 20px;
	background-color: #8F8502;
}
	#zona_cabecera #izq {
		float: left;
		font-size: 24px;
		font-weight: bold;
		color: #434A06;
	}
	#zona_cabecera #der {
		float: right;
		width: auto;
		text-align: center;
	}
		#zona_cabecera .nombre {
			font-size: 18px;
			font-weight: bold;
			color: #FFFFFF;
		}
		#zona_cabecera .titulo {
			font-size: 16px;
			font-weight: bold;
			color: #FFFFFF;
		}
		#zona_cabecera .direccion {
			font-size: 14px;
			font-weight: bold;
			color: #FDFF9C;
		}
		#zona_cabecera .localidad {
			font-size: 14px;
			font-weight: bold;
			color: #FDFF9C;
		}
		#zona_cabecera .telefono {
			font-size: 14px;
			font-weight: bold;
			color: #FDFF9C;
		}

#zona_contenidos {
	width: 944px;
	padding: 20px;
	background-color: #FFFFFF;
}
	#zona_contenidos #banderas {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		text-align: center;
	}
		#zona_contenidos #banderas #izq {
			float: left;
		}
		#zona_contenidos #banderas #der {
			float: right;
		}

#zona_pie {
	width: 976px;
	padding: 4px;
	background-color: #434A06;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
	#zona_pie #izq {
		float: left;
	}
	#zona_pie #der {
		float: right;
	}
	#zona_pie a {
		color: #FDFF9C;
	}
		#zona_pie a:hover {
			color: #FFFFFF;
		}

#volver {
	float: right;
}
	#volver a {
		font-size: 20px;
		font-weight: bold;
	}

.clear {
	clear: both;
}





#zona_contenidos {border: 0px solid #f60}
#zona_contenidos  p {border: 0px solid #f60; margin: 4px; padding: 4px; line-height: 15px;}
#zona_contenidos  p b{border-bottom: 1px solid #434A06; margin: 10px 4px 10px 0; padding: 4px; font-size:20px; font-weight:bold; color: #434A06; display:block;}

.formulario {font-size: 20px; margin: 40px 4px 20px 4px !important; padding-bottom: 4px; color: #f60; border-bottom: 1px solid #f60 !important;}
.tgrid{border: 0px solid;}
.tgrid tr td{border: 0px solid; vertical-align: middle; text-align: left; padding: 4px;}
.tgrid tr td input{margin: 0 !important; background: #e0e0e0; padding: 2px;}
