/*
      Created by Agustín Morgado León	
	  
	  para Grupo IGFoton
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img{
	border: 0px;
}

#wrapper { 
	margin: 0 auto;
	width: 922px;
}

#header {
	width: 100%;
	float: top;
	margin: 5% 0px 0px 0px;
}

#top{
	display: block;
	float: center;
	position: relative;
}

/* MENU */

.barramenu{
	width: 99.8%;
	height: 40px;
	margin-bottom: 10px;
	background: #7BC421;
}

#hornav a{
	margin: 2px 0px 0px 0px;
	text-decoration: none;
	color: #E9F2D7;	
	font-weight: bold;
	font-size: 10pt;
	background: #7BC421;
	padding: 10px 10px 10px 10px;
}

#hornav{
	clear:both;
	display:block;
}

#hornav .moduletable{
	margin:0;
}

#hornav ul{
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
}

#hornav ul li{
	margin:0;
	padding:0;
	height:40px;
	float:left;
	position:relative;
	margin-top: 9px;	
}

#hornav ul li ul li{
	width: 250px;
	padding: 0px;
	margin: 0px;
}

#hornav ul li a{
	color:#FFFFFF;
	text-transform:uppercase;
}

#hornav ul li a:hover{
	color: #016734;
}

#hornav ul li ul {
	display:block;
	height:auto;
	position:absolute;
	z-index:99;
	left: -999em;
	background-color:#7BC421;
	margin-left: 10px;
}

#hornav ul li ul li{
	margin-bottom: 5px;
}

#hornav ul li ul li a{
	margin-top: 0px;
	margin-bottom: 5px;
}

#hornav ul li ul ul {
	margin: -40px 0 0 14em;
}

#hornav ul li li {
	background: #7BC421;
}

#hornav ul li li a{
	color:#FFFFFF;
	text-transform:none;
	display: block;
	background:none;
}

#hornav ul li ul {
	left: -999em;
}

#hornav ul li:hover ul ul, #hornav ul li:hover ul ul ul {
	left: -999em;
}

#hornav ul li:hover ul, #hornav ul li li:hover ul, #hornav ul li li li:hover ul {
	left: auto;
}

#header .bgbl{
	background:url(../images/headerbg_bl.jpg) no-repeat;
	background-position:15px 100%;
	height:auto!important;
	height:100px;
	min-height:100px;
	padding:0px 24px 0px 24px;
	padding-bottom: 0px;
	position:relative;
}

table.tamano{
	margin: 0px 10px;
	float: right;
	font-size: 6pt;
}

table.tamano a{
	color: white;
	text-decoration: none;
	font-weight: bold;
}


/* FIN MENU */

#cuerpo{
	width: 920px;
	position: relative;
}

.submenu{
	margin: 0px 0px 10px 0px;
	color: #333;
	background: #dee099;
	float: left;
	width: 300px;
}

.content { 
	float: right;
	/*background: #dee099;
	background: #ebeda8;*/
	background: #eff1b8;
	margin: 0px 2px 10px 0px;
	padding: 10px;
	height: 98%;
	width: 900px;
}

div.componentheading{
	display: none;
}

td.article_column{
	height: 300px;
	padding: 3px;
	color: #016734;
}

td.contentheading{
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
	font-variant: small-caps;
	color: #016734;
}


td.column_separator{
	border-left: solid 5px white;
}

#footer { 
	width: 900px;
	clear: both;
	color: #333;
	background: #7BC421;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	position: inherit;
}

.pie{
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
	font-size: 0.8em;
}

.pie a{
	color: #E9F2D7;	
	text-decoration: none;
}

.pie a:hover{
	color: #E9F2D7;	
	text-decoration: underline;
}

.pie a:visited{
	color: #E9F2D7;	
}

div.joomla{
	text-align: right;
	font-size: 0.7em;
	color: #016734;
}

div.joomla a{
	color: #E9F2D7;
	text-decoration: none;
}

div.joomla a:hover{
	color: #E9F2D7;	
	text-decoration: underline;
}

div.joomla a:visited{
	color: #E9F2D7;	
}



