﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color:#F9F9F9;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
a:link {
	font-size:18px;
	text-decoration:none;
	color:#000;
	}
	
a:visited {
	color:#000;
	}
	
a:hover {
	text-decoration:none;
	color:#000;
	font-style:italic;
	}

.contenedor {
	width:800px;
	background-color:#fff;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	border-radius: 5px;
}

.caja {
	width:503px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

.info {
	width:503px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.download {
	width:503px;
	padding:10px;
	background-color:#FFD8C2;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	border-radius: 5px;
}

#21f {
	font-size:21px;
}

#cursiva {
	font-style: italic;
}


