/* CSS Document */

Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2D414C;
}

a.Tab {
	display: block;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #163350;
	text-transform: uppercase;

}

a.Tab-Home {
	display: block;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;

}



h1 {
	color: #FFFFFF;
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;

}


h2 {
	font-size: 16px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}



h3 {
	font-size: 15px;
	color: #C3C3C3;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
	font-weight: normal;
}



h4 {
	font-size: 18px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin: 0px;
	font-weight: normal;
	font-style: italic;

}



p {
	padding-right: 13px;
	padding-left: 13px;
	color: #E9E9E9;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


ul {
	list-style-image: url(../images/bullet.gif);
}


a {
	color: #05518C;
	text-decoration: none;
}

a:hover {
	color: #dc241e;
	text-decoration: none;

}

img.imagen-izq {
	float: left;
	margin: 5px;

}

img.imagen-borde {
	border: 1px solid #000000;

}

img.imagen-justificada {

	border: 1px solid #000000;
	margin: 5px;
}
