/*
      Theme Name: edimalaga.com
      Theme URI: http://www.
      Version: 1.0
      Author: Portales Andalucia
      Author URI: http://www.portalesandalucia.com
*/

/* FIXES */
*, html { 
	margin:0; 
	padding:0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* END FIXES */

h1{
	height:0px;
	display:block;
	text-indent:-99999px;	
}
a{
 	font-family:Arial,Helvetica,Tahoma;
	font-weight:normal;
	text-decoration:none;

}   
p{
	margin:15px 0px 0px 0px;
}
h2 a{
	font-size:24px;
	text-transform: lowercase ;	
	color:#fff;
	background:#a26e6e;
}
body{
 	font-family: Arial,Helvetica,Tahoma;
	font-size:12px;
	background:#3e3d3d;	
	color:#fff;
}

#pages{
	background:#c22e2b url("images/background.png")  repeat-x;		
}
#page{
	width:970px;
	margin:0px auto;

}
#header {
	height:430px;
	background:url("images/edim.png") top left no-repeat;
}
#menu{
	width:631px;
	list-style-type:none;
	height:27px;
	margin:104px 0px 0px 0px;
	float:right;
}
	#menu li{
		float:left;
	}
		#menu li a{
			display:block;
			height:27px;
      	color:#fff;
			border-right:2px solid #fff;
			padding:0px 12px;
			text-transform: uppercase  ;
			line-height:27px;
			background:#928f90;
		}
			#menu li a:hover{
				background:#c22e2b;         	              	
			}
#headerimg{
	background:url("images/images.png") no-repeat;
	height:290px;
	float:right;
	width:860px;
	margin:2px 0px 0px 0px;
}
#container {
	
}
	#content {
		margin:10px 0px 50px 105px ;
		min-height:200px;
	
	}
		.entry{
      	text-align:justify;
		}
	#sidebar {
	
	}
#footer {
	background:#3e3d3d;	
	height:20px;
}
 .wpcf7-form input, .wpcf7-form textarea{width:350px;}	
.wpcf7-form  input[type=submit]{width:80px;}
	
