@charset "utf-8";
/* CSS Document */
:focus {-moz-outline-style: none; outline:none; }  


/*-Twitter-*/

#my_twitter_status { display:block; padding-top:70px; color:#57A3D7; } 
#my_twitter_status_time {color:#CFE4F3; }

/*-STYLES-*/

body {
	margin:0;
	padding:0;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	color:#333;
	background:url(assets/common/bg-body.jpg) center top;
}

a {
	text-decoration:none;
	color:#33AEDD;
	font-weight:bold;
}
a:hover {
	
}
ul {
	margin:0;
	padding:0;
	list-style-type: none;
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


#header {
	width:912px;
	height:170px;
	margin:0 auto;
	position:relative;
	display:none;
}
#header h1 {
	margin:45px 16px 0 45px;
}
#header h2 {
	margin:45px 16px 0 0;
}
#header .publicidad {
	position:absolute;
	right:10px;
	top:30px;
}
	#mainmenu {
		width:912px;
		height:45px;
		margin:0;
		padding:0;
		position:absolute;
		bottom:0;
		left:0;
		background:#303538;
		font-weight:bold;
		-moz-border-radius-topleft:4px;
		-moz-border-radius-topright:4px;
	}
		#mainmenu ul {
			margin:0;
			padding:0;
			list-style-type: none;
			clear:both;
		}
		#mainmenu li {
			float:left;
			height:30px;
		}
			#mainmenu li a {
				display:block;
				padding:15px 0 0 20px;
				height:100%;
				width:100%;
				color:#FFF;
			}
			#mainmenu li#selected {
			}
			
#mainFeature { position:absolute; width:640px; height:624px; margin:0; padding:0; top:0; left:-16px;} 			
			
#content {
	width:912px;
	margin:0 auto;
	clear:both;
	height:auto;
	position:relative;
}
	#primaryContent {
		width:608px; /*608*/
		float:left;
		padding:0;
	}
	
		
		#primaryContent ul{ position:relative; clear:both; width:608px; padding:0; margin:0; float:left; margin-top:608px;}
		#primaryContent li{ position:relative; width:240px; padding:32px; margin:0;  float:left;}
		
		h3#blog { background:url(assets/common/title-blog.gif) no-repeat top left; height:32px; text-indent:-5000px;} 
		h3#dibujo { background:url(assets/common/title-dibujo.gif) no-repeat top left; height:32px; text-indent:-5000px;} 
        h3#complemento { background:url(assets/common/title-complemento.gif) no-repeat top left; height:32px; text-indent:-5000px;}
	
	#secondaryContent {
		width:240px; /*304*/
		height:912px;
		float:right;
		background:url(assets/common/bg-contact.jpg) no-repeat scroll 0px 304px;
		padding:32px;
		
	}
		#secondaryContent a{ color:#FFFFFF;}
		#phone { width:240px; height:304px; padding:0; text-align:right; }
		#phone span{ display:block; padding-top:90px;}
		#phone a{ color:#CFE4F3; display:block;}
		#phone a:hover{ color:#57A3D7;}
		#phone h3 { 
			width:240px; 
			height:54px; 
			text-indent:-5000px;
			background:url(assets/common/phone-155184141.gif) no-repeat top right;
			margin:5px 0 16px 0;
			text-align:left;
			}
		#contact{
			height:440px;}
			
			h3#queestamoshaciendo{ background:url(assets/common/title-queestamoshaciendo.gif) no-repeat top left; height:37px; text-indent:-5000px;}
			
		#twitter { 
			display:block; 
			width:72px; 
			height:42px;
			background:transparent url(assets/common/twitter.png) no-repeat top left;
			text-indent:-5000px;
			position:absolute;
			right:-56px;
		 }
		
	#tertiaryContent {
	}
	#quaternaryContent {
	}


#footer {
	width:848px; /*912*/
	margin:0 auto;
	padding:32px;
	/*background:#303538;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;*/
	color:#CCC;
}
	#footer a {
		color:#CCC;
	}


/*---ClearFIX---*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
