﻿body {
	background-color: #3366cc;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial;

}
.Pie_Imagen {
	padding: 5px;
	background-image: url('images/Web_18.jpg');
}
.Center {
	text-align: center;
}
.Pie {
	color: #9966cc;
	font-size: medium;
	font-weight: bold;
}
.Justificado {
	text-align: justify;
}
.Boton {
	margin: 2px 5px 2px 5px;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	background-color: #008000;
	color: #9966cc;
}
.Imagen_Der {
	float: right;
	padding: 5px;
	margin: 5px;
}
.Imagen_Izq {
	float: left;
	padding: 5px;
	margin: 5px;
}
.BotonCopy {
	margin: 2px 5px 2px 5px;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	background-color: #B5E177;
	color: #9966cc;
}
.Izq {
	text-align: left;
}
.Titulo {
	font-size: xx-large;
	font-weight: bold;
	color: #A8DC61;
}
