/* CSS Document */

#ContenedorMaestro {
	position: relative;
	width: 770px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#BloqueBanner {
	position: relative;
	height: 160px;
	width: 770px;
	background-color: #FFFFFF;
}
#BloqueCuerpo01 {
	position: relative;
	height: auto;
	width: 770px;
	background-color: #FFFFFF;
	float: left;
	clear: both;
}
#BloqueCuerpo02 {
	position: relative;
	height: auto;
	width: 770px;
	background-color: #FFFFFF;
	float: left;
	clear: both;
}

#BloqueFooter {
	position: relative;
	height: 50px;
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	float: left;
}

#Cuerpo_InteriorIzq {
	position: relative;
	height: auto;
	width: 480px;
	float: left;
}
p {
	text-align: justify;
	padding: 5px;
	word-spacing: 1px;
}
body {
	font-family: Tahoma;
	font-size: 10pt;
	word-spacing: 0px;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 0px;
	background-image: url(Imagenes/Fondo.png);
	margin: 0px;
	background-attachment: fixed;
}
#DosColumnas {
	position: relative;
	width: 380px;
	height: 210px;
}

.SubtituloAzulado {
	color: #265C8B;
	font-size: 11pt;
	font-weight: bold;
}
#Cuerpo_InteriorIzq a:link {
	color: #1E6982;
	font-weight: bold;
	text-decoration: none;
}




#Cuerpo_InteriorDere {
	position: relative;
	height: 350px;
	width: 280px;
	float: left;
	top: 0px;
}
#Cuerpo_InteriorIzq a:visited {

	color: #1E6982;
	font-weight: bold;
	text-decoration: none;
}
#Cuerpo_InteriorIzq a:hover {

	color: #0F3542;
	font-weight: bold;
	text-decoration: none;
}
#BloqueCuerpo_Frame {
	position: relative;
	height: 350px;
	width: 770px;
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.SubtituloAzuladoPequeno {

	color: #265C8B;
	font-size: 9pt;
	font-weight: bold;
}
#BloqueListadoProductos {
	overflow: auto;
	background-color: #EDF3FA;
	height: 250px;
}
.AzulBajito {
	color: #7CABC5;
}
.AzulBajitoGrande {
	color: #FF0000;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	display: block;
}
a:link, a:visited, a:hover {
	text-decoration: none;
}

