/*
Theme Name: WordPress mu Homepage
Theme URI: http://mu.wordpress.org/
Description: WordPress mu homepage theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
/* Global Resetting */


html{	

	width: 100%;
	height: 100%;
}

body {

	width: 100%;
	height: 100%;
	font-size: 11px;
	line-height: 16px;
	/* reset font-sizes to 10px */
}

body#home{
	background: #e8e8ea url('images/bg-home.jpg') no-repeat center top;
}

body#page{
	background: #e8e8ea url('images/bg-page.jpg') no-repeat center top;
}

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0 0 0 0; color: #f49d10; }

h1 { font-size: 20px; margin-bottom: 10px;}

h2 { font-size: 18px; margin-bottom: 10px;}

h3 { font-size: 16px; margin-bottom: 10px;}

h4 { font-size: 14px; margin-bottom: 10px;}

h5 { font-size: 12px; margin-bottom: 10px;}

h6 { font-size: 14px; margin-bottom: 0px; color: black;}


* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	list-style:none;
}

a{
	color: #db7114;
	text-decoration: none;
}

a:hover {
	color: #9a4a04;
	text-decoration: none;
}

td{
	padding-left: 10px;
}

/* Layout CSS */


#Main {
	margin:0 auto;
	width:960px;

	/position:absolute;   /* If IE 7.0 & 8.0 */
	/margin-left:-480px;  /* If IE 7.0 & 8.0 */
	/left:50%;            /* If IE 7.0 & 8.0 */
}

#Container{
	width: 960px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white;
	
	-moz-box-shadow: 0 0 5px 5px #dadada;
	-webkit-box-shadow: 0 0 5px 5px #dadada;
	box-shadow: 0 0 5px 5px #dadada;
	padding-bottom: 20px;
}

#content{
	width: 625px;
	float: left;
	font-size: 1em;
	}
	
	
	#content ul{
		margin-top: 20px;
		margin-left: 15px;
		margin-bottom: 20px;
		color: gray;
	}

	#content li{
		margin-bottom: 10px;
		list-style-type: disc;
	}

#content p{
	margin-bottom: 20px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
	
.numberpages{
		width: 200px;
		float: left;
		margin-top: 15px;
		font-size: 12px;
	}
	
/* HOME PAGE
----------------------------------------- */

#HeaderHome {
	width: 960px;
	height: 205px;
	float: left;

}
	
#FlashHome{
	width:960px;
	height: 167px;
	float: left;
	padding: 0px;
}

#Menu-HeaderHome{
	width: 960px;
	height: 38px;
	float: left;
	margin-bottom: 20px;
	background: url('images/bg-big-menu.png') no-repeat top;
}

#contentHome{
	width: 910px;
	float: left;
	font-size: 1em;
	margin-left: 25px;
}

	#BlockHome{
		width: 290px;
		height: 320px;
		float: left;
		background: url('images/bgBlockHome.jpg') repeat-x center bottom;
	}
	
	#BlockHome .Foto{
		width: 275px;
		height: 227px;
		float: left;
		margin-left: 8px;
	}
	
	#BlockHome .Descripcion{
		width: 255px;
		height: 55px;
		float: left;
		margin-top: 10px;
		margin-left: 8px;
		padding: 10px;
		font-size: 1em;
	}
	
		#BlockHomeSep{
			width: 20px;
			height: 20px;
			float: left;
		}
	
	#BtnHomeBlock{
		height: 80px;
		float: left;
		margin-top: 30px;
		margin-left: 105px;
	}
		
		#BtnHome{
			width: 130px;
			height: 80px;
			float: left;
		}
	
			#BtnHomeSep{
				width: 60px;
				height: 20px;
				float: left;
			}

/* COMENTARIOS
----------------------------------------- */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* End Comentarios */

/* SIDEBAR
----------------------------------------- */

#sidebar{
	width: 231px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
	padding-left: 0px;
	background: url('images/bg-sidebar-page.png') no-repeat center top;
}
	
#sidebar h2 {
	font-family: 'Lucida Grande', 'Verdana', 'Sans-Serif';
	font-size: 1.2em;
	}


#Sidebar-Menu{
	float:left;
	margin-bottom: 20px;
}

#menuSidebar {
	margin-left: 15px;
	}

#menuSidebar .current_page_item {
	
	}

#menuSidebar a .current_page_item {
	color: #FFFFFF !important;
	background: url('images/bg-menu.png') no-repeat top;
	}
	
#menuSidebar a:hover .current_page_item  {
	color: #FFFFFF !important;
	background: url('images/bg-menu.png') no-repeat bottom;
	}

#menuSidebar ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	}

#menuSidebar li {
	float: left;
	list-style: none;
	margin: 1px 5px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	}

#menuSidebar ul li {
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border-right: 1px solid #045;
	}

#menuSidebar li a, #menuSidebar li a:link, #menuSidebar li a:visited {
	width: 200px;
	height: 21px;
	/height: 22px;
	display: block;
	float: left;
	font-size: 12px;
	padding-top: 6px;
	/padding-top: 5px;
	padding-left: 20px;
	color: #777;
	}

#menuSidebar li a:hover, #menuSidebar li a:active {
	background: url('images/bg-menu.png') no-repeat bottom;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	margin: 0px;
	border-bottom: none;
	}





#Banner-SidebarNoticias{
	width: 200px;
	height: 90px;
	float: left;
	margin-left: 25px;
	margin-bottom: 15px;
}


/* End Sidebar */

/* NOTICIAS
----------------------------------------- */

#contentNews{
	width: 640px;
	float: left;
	font-size: 1em;
	margin-left: 15px;
}

	#contentNews h2 a{
		color: #da7b09; 
	}
	
	#contentNews small{
	}
	
	.entryNews{
		margin: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.entry ul{
		margin-top: 20px;
		margin-left: 15px;
		margin-bottom: 20px;
		color: gray;
	}

	.entry li{
		margin-bottom: 10px;
		list-style-type: disc;
	}
	
	.catNews{
		font-size: 11px;
	}
	
	.catNews a{
		font-size: 11px;
		color: #904a0c;
	}
	
	.postmetadataNews{
		font-size: 10px;
	}
	
	.hrNews{
		text-align: center;
		margin: 15px auto -20px auto;
		border: 0;
		width: 100%;
  		color: #F3C67D;
  		background-color: #b9b9b9;
  		height: 1px;	
	}

/* End Noticias */

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

/* HEADER
----------------------------------------- */

#Header {
	width: 958px;
	height: 130px;
	float: left;
	padding: 0;
	border-bottom: 1px solid white;
	background: url('images/bg-header-page.jpg') no-repeat center top;
	}
	
#Logo-Header{
	width:298px;
	height: 97px;
	float: left;
	margin-top: 15px;
}

#Menu-Header{
	width: 960px;
	height: 38px;
	float: left;
	margin-bottom: 20px;
	background: url('images/bg-big-menu.png') no-repeat top;
}



#ServiceBlock{
	width: 650px;
	float: left;
}

	#ServiceBlock li{
		width: 400px;
		float: left;
		margin-left: 15px;
	}

	.tablas{
		font-size: 10px;
		line-height: 15px;
	}

.hrListado{
		width: 650px;
  		height: 1px;
  		float: left;
		text-align: center;
		margin: 15px auto 15px auto;
		border: 0;
		color: #F3C67D;
  		background-color: #b9b9b9;	
	}

/* MAIN NAVIGATION
----------------------------------------- */
		#navigation {
			margin-left: 120px;
			margin-top: 5px;
			background: red;
		}

			#navigation li {
				width:135px;
				height:33px;
				float:left;
				text-align: center;
				margin-left: 10px;
			}

				

				#navigation li a {
					width:135px;
					height:27px;
					float:left;
					font-size: 12px;
					text-align: center;
					text-decoration:none;
					padding-top: 6px;
					color: #3f3f3f;
					
				}

					#navigation li a:hover {
					color: white;
					background: url('images/bg-navigator.png') no-repeat top;
					}
	
	

/* End Main Navigation */

.narrowcolumn {
	float: left;
	padding: 0 20px 20px 20px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	width: 960px;
	height: 100px;
	float: left;
	padding: 0;
	padding-top: 20px;
	background: url('images/bg-footerBlack.png') no-repeat center top;
	border: none;
	}


#Footer-logo{
		width: 153px;
		height: 33px;
		float: left;
		margin-top: 15px;
		margin-left: 30px;
	}
	
	#Footer-creditos{
		width: 450px;
		height: 33px;
		float: left;
		margin-top: 20px;
		margin-left: 100px;
		color: #909090;
	}
	
		#Footer-creditos a{ color: #eba600; text-transform: uppercase;}
		#Footer-creditos a:hover{ color: #ff9c00; text-decoration: none;}
	
	#Footer-contacto{
		width: 150px;
		height: 45px;
		float: left;
		margin-top: 10px;
		margin-left: 30px;
		color: #888;
	}


/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

