/* CSS Document */

body {
	background-color: #cadcd6;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 28px; 
	color: #E50119;
	margin-bottom: 0px;
}

h2 {
	font-size: 24px; 
	color: #008CC6;
	margin-bottom: 0px;
}

h3 {
	font-size: 20px; 
	color: #FCA347;
	margin-bottom: 0px;
}

hr {
	border-bottom: 1px dashed #E50119;
	color: #ffffff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.barranavega {
	text-align= right;
	font-variant: small-caps;
	font-size: 10px;
	float: right;
	padding: 1px 10px 0px 0px;
}

img {
	border: none 0px;
}

.enlacenavega {
	color: #FFFFFF;
	padding-right: 5px;
}

.right {
	background-image: url(img/template_13.gif);
	height: 29px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
	margin-bottom: 5px;
	
}

input.btn {
   color: #ffffff;
   font-size: 84%;
   font-weight: bold;
   background-color: #0099CC;
}
