﻿body
{
	margin: 0;
	font-size: 11pt;
	font-family: Verdana;
}
#titulo1
{
	background-color: #001A35;
	width: 570px;
	height: 20px;
	color: #ffffff;
	font-size: 8pt;
	padding-left: 10px;
	text-align: center;
}
	#titulo2
{
	background-image: url(../../images/back_homeLogoAndNav.jpg);
	height: 104px;
	width: 580px;
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: center;
}

	#contenido
{
	background-image: url(../../images/back_homeIntro.jpg);
	height: 229px;
	width: 570px;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-top: 10px;
}
.txt
{
	background-color: #BDEE45;
	
	height: 25px;
	color: #262626;
	font-size: 14pt;
	border-right: white 2px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
}
.btn
{
	background-color: #F86A04;
	
	height: 30px;
	color: White;
	font-size: 14pt;
	border-right: white 2px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	
	}
	
	.lbl
{
	color: #262626;
	font-size: 12px;
	margin-top: 10px;
}
#centrar
{
	margin: 0x auto 0px;
	width:300px;
	
}
.h2
{
	font-size: 14pt;
}