body {
	background-color: #d5d4d4;
	background-image: url(img/Fondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.f1
{
	background-image: url(img/F1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #761b48;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
	font-size: 14px;
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #999;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}
.LineaMenu
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #771c49;
	}
.TxtBase
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	vertical-align: top;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	}

.TxtBase a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	}
.TxtBase a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	}
.TxtBase a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #771c49;
	text-decoration: underline;
	}
.TxtBase a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #771c49;
	text-decoration: underline;
	}
.TxtBase2 a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #771c49;
	text-decoration: none;
	}
.TxtBase2 a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #771c49;
	text-decoration: none;
	}
.TxtBase2 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	text-decoration: underline;
	}
.TxtBase2 a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	text-decoration: underline;
	}
	
.TxtBaseMenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	}
.ImgExpobodas
{
	background-image: url(img/Imagenes/imgExpobodas.jpg);
	background-repeat: no-repeat;
	background-position: 34px 15px;
	}
.Pie
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #771c49;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.Pie a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #771c49;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.Pie a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #771c49;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	.Pie a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	.Pie a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.RemarcoMenu
{
	background-image: url(img/FSubMenu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f3e3eb;
	border-right-color: #e9dae2;
	border-bottom-color: #f3e3eb;
	border-left-color: #e9dae2;
	}
.TxtSubMenu a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #771c49;
	text-decoration: none;
	}
.TxtSubMenu a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #771c49;
	text-decoration: none;

	}
	.TxtSubMenu a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;

	}
	.TxtSubMenu a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;

	}
.FsubMenuFinal
{
	background-image: url(img/FSubMenuFinal.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
.TituloSeccion
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ddc6d1;
	}
.imgTuEmpresa
{
	background-image: url(img/Imagenes/imgTuEmpresa.jpg);
	background-repeat: no-repeat;
	background-position: center center;;
	}
.imgVenAExpobodas
{
	background-image: url(img/Imagenes/imgVenAExpobodas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	;
	}
.imgContacto
{
	background-image: url(img/Imagenes/imgContacto.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
	}
.LineaDivisoriaContacto
{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
	}
.MarcoMapa
{
	border: 2px solid #e7d5de;
	}
.MarcoBlog
{
	padding-left: 35px;
	}
.TxtBaseFormulario
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	vertical-align: top;

	}
.Anuncios
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #761b48;
	padding-left: 10px;
	}
.A1
{
	background-image: url(img/Imagenes/Anuncio1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.A2
{
	background-image: url(img/Imagenes/Anuncio2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
.A3
{
	background-image: url(img/Imagenes/Anuncio3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.A4
{
	background-image: url(img/Imagenes/Anuncio4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
.R1
{
	background-image: url(img/Imagenes/R1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.R2
{
	background-image: url(img/Imagenes/R2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
.R3
{
	background-image: url(img/Imagenes/R3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
