/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#666;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;

		font-family: Arial;
		line-height: 1.5em;
	}
	a {
		color:#369;
	}
	
	a img {
		border: 0 none;
	}
	
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	
	h1, h2, h3 {
		/* margin:.8em 0 .2em 0; */
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		color: #666;
	}
	img {
		margin:10px 0 5px;
	}
	
	ul {
		list-style-type: none;
	}
	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	
	#header p,
	#header h1,
	#header h2 {
		/* padding:.4em 15px 0 15px; */
		margin:0;
	}
	
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		/* background:#f4f4f4; */	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
		padding-top: .5em;
	}
	
	.leftmenu .col1 .col1-inner {
		padding-right: 3em;
	}
	
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		background: #666;
		
	}
	#footer p {
		padding:10px;
		margin:0;
		color: #FFF;
		text-align: center;
	}
	/* --> */


  
#header {
	background: #4d4d4d;
	border-bottom: 6px solid #bfd600;
}
  
h1  {
	text-align: center;
	padding: .5em 0;
}

h1 span {
	display: block;
	text-indent: -9999px;
	background: transparent url(../img/publicidad/logo_cabecera_publi.png) no-repeat center top;
	width: 100%;
	height: 51px;
}

h2 {
	font-size: 1em;
}

#ContactNombre , #ContactDireccion {
	border: 0 none;
	border-bottom: 1px solid #666;
	width: 345px;
	text-align: center;
	margin: 0 .5em;
}

div.submit {
	padding-left: 29%;
}


#footer p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
}

.tResaltado {
	color: #fff;
	font-weight: bold;
}

.textverde {
	color: #8bc540;
}


/** MESSAGES **/

#flashMessage {
	text-align: center;
	margin: 0 auto;
	height: 58px;
	width: 55%;
}

#flashMessage span {
	padding: 1em 0;
	display: block;	
}

.message {
	background: url(../img/iconos/ok.png) no-repeat left center;
	color: #7e8c0c;
}

.message_error {
	background: url(../img/iconos/error.png) no-repeat left center;
	color: #bf141e;
}

