.fondo1 {
	background-image: url(img/lateral2.jpg);
	background-repeat: no-repeat;
}
.fondo2 {
	background-image: url(img/contenido.jpg);
	background-repeat: no-repeat;
}
.borde1 {
	background-image: url(img/borde1.gif);
	background-position: right;
	background-repeat:  repeat-y;
}
.fondo {
	background-image: url(img/trama1.gif);
}
.borde2 {
	background-image: url(img/borde2.gif);
	background-repeat:   repeat-y;
	background-position: left;
}
body {
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/trama1.gif);
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.borde3 {
	background-image: url(img/borde3.gif);
	background-repeat:  repeat-x;
}
.esquina1 {
	background-image: url(img/esquina1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.esquina2 {
	background-image: url(img/esquina2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.pie1 {
	background-image: url(img/pie1.gif);
	background-repeat:  repeat-x;
}
li {
	list-style-type: disc;
	list-style-position: inside;
}
a {
	color: #006600;
}
.parrafoCentrado {
	text-align: center;
}
.marcoFoto1 {
	border: 1px solid #000000;
}
.formulario {
	border: 1px solid;
	background-color: #FBFDFB;
	color: #2E4F28;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.letraChica {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
hr {
	height: 1px;
	border:none;
	border-top:solid 1px #CCC;
}
.clear {
	clear:both;
}
.todoIncluido li {
	list-style-type:none;
	clear:both;
}
.todoIncluido li div {
	float:left;
	width:30%;
}
.linkTodoIncluido {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
