@charset "utf-8";

@import url('botonera.css');
@import url('form.css');

body {
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size: 11px;
	line-height: 140%;
}

h1 {
	color: #8512d2;
	line-height: 140%;
	font-size: 16px;
	margin: 15px 0 0 0;
	padding: 0;
}

h2 {
	color: #8512d2;
	line-height: 140%;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0 20px 0;
}

.diktuo {
	font-weight: bold;
	text-transform: lowercase;
	color: #FF9700;
}

#box {
	width: 719px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 18px;
}

#logo {
	margin: 39px 0 0 0;
}

.texto {
	width: 474px;
	float: left;
	padding: 0 0 0 17px;
}


#contenido {
	padding: 0 15px;
	background-image: url(../img/fondo_contenido.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.verde {
	background-color: #b7d24a;
	border: solid 1px #aac345;
	height: 15px;
	padding: 3px 0;
	color: #787f5d;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
}

.recuadro_verde {
	background-color: #b7d24a;
	border: solid 1px #aac345;
	height: 15px;
	padding: 3px;
	margin: 5px 0;
	color: #787f5d;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
}

#firma {
	color: #444;
	text-transform: lowercase;
	font-weight: normal;
	text-align: center;
}
#firma a {
	text-decoration: none;
	color: #444;
}