@charset "UTF-8";
/* CSS Document */



body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(IMAGENES/MERCAMADRID/background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}

a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #333;
}

h1{
	text-align:left;
	font-family: font-family: 'Playfair Display', serif;
	font-weight: 600italic;
	font-size:24px;
	color:#a50932;
	padding-right:10px;
	padding-left:70px;
}

h2{
	text-align:left;
	font-family: font-family: 'Playfair Display', serif;
	font-weight: 400 ;
	font-size:15px;
	font-style:italic;
	color:#434;
	padding-bottom:0px;
	padding-right:70px;
	padding-left:70px;
}

h3{
	text-align: left;
	font-family: font-family: 'Playfair Display', serif;
	font-weight: 200;
	font-size: 18px;
	color: #a50932;
	padding-bottom: 0px;
	padding-right: 70px;
	padding-left: 70px;
}

h4{
	text-align: left;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #FFF;
	padding-left:10px;
	padding-top:3px;
}

h5{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding-top: 10px;
}

h6{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}

h7{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
}
	
a img {
	border: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	height: auto;
	background-color: #FFF;
	margin: 0 auto;
	padding-top: 0px;
}

.content {
	padding-top: 0px;
	padding-bottom: top;
	background-color:#FFF;	
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a:hover {
	color: #CCC;
	text-decoration: underline;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
