/****************************************************************
 * Autor.....: Fernando Rodriguez Sela
 * Contenido.: Definicion de hojas de estilo - Cuerpo del documento
 ****************************************************************/

A:link {
	color: blue;
	font-family: sans-serif;
	text-decoration: none;
/*	font-weight: bold;*/
}

A:hover {
	color: red;
	font-family: sans-serif;
	text-decoration: none;
/*	font-weight: bold;*/
}


A:active {
	color: red;
	font-family: sans-serif;
	text-decoration: none;
/*	font-weight: bold;*/
}

A:visited {
	color: blue;
	font-family: sans-serif;
	text-decoration: none;
/*	font-weight: bold;
*/
}

p     	{ color: black; font-family: "Times New Roman", Roman, Verdana, Arial; text-align: justify }
.correo	{ color: black; font-size: 7pt; text-decoration: none; text-align: center; }

.intro	{
	background-color: #ffffcc;
	display: block;
	position: relative;
	border: 2px solid #99ccff;
	text-align: justify;
	text-indent: 10px;
	font-family: sans-serif;
	font-size: 13pt;
	left: 10%;
	width: 80%;
	margin-bottom:30px;
	padding:10px;

	border-radius: 2em;
	-moz-border-radius: 2em;
}

.intro p {
	text-indent: 10px;
	margin: 0px;
}

.block {
	display: block;
	position: relative;
	clear: left;
	width: 100%;
}

.box {
	display: block;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #111111;
	margin-right : 20px;
	margin-bottom : 20px;
/*	height: 65px;*/
}

.title {
	background-color: #ffffcc;
	border: 2px solid #99ccff;
	text-align: justify;
	margin-bottom:30px;
	padding:10px;
	border-radius: 2em;
	-moz-border-radius: 2em;
	font-size: 15px;
	font-weight: bold;
}


