/*  
Theme Name: FM Spacio
Theme URI: http://www.infosoft.com.ar
Description: Tema por defecto para FM Spacio
Version: 1
Author: INFOSOFT Studio'S
Author URI: http://www.infosoft.com.ar

	Este tema está basado en el tema I HAEV STYEL de Diego Lafuente
	
	The CSS, XHTML and design is released under Attribution 2.5:
	http://creativecommons.org/licenses/by/2.5/legalcode
*/




/**@
				Elementos genéricos
@**/

body {
	background: #FFFFFF;
	color: #555555;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
}

hr {
	display: none;
}


img {
	border: 0;
}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


	/**@
	
	@**/


	#cntWrp {
	}

	#cntMain {
		padding: 0px 1.5em 3em 1.5em;
	}


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

	#hdMain{
		height: 108px;
		background-color:#333333;
      background-image:url(/wp-content/themes/fmspacio/img/hd_main_bg.jpg);
		background-position: left top;
		background-repeat:repeat-x;
		padding: 7px 1.5em 0px 0px;
	}

		#hdMain h1 {
			background-image:url(/wp-content/themes/fmspacio/img/hd_main_logo.jpg);
         
         /* FONDO NAVIDAD
                        background-image:url(/wp-content/themes/fmspacio/img/hd_main_logo_navidad.jpg);
                        */
			background-repeat:no-repeat;
			background-position: left top;
			width: 410px;
			height: 57px;
			margin: 17px 0px 0px 0px;
			padding: 0px;
			float: left;
			clear: left;
		}
			#hdMain h1 a{
				display:block;
				width: 298px;
				height: 53px;
			}
				#hdMain h1 a span{
					display: none;
				}

		#hdMain h2 {
			background-image:url(/wp-content/themes/fmspacio/img/hd_main_slogan.jpg);
         /* FONDO NAVIDAD
                        background-image:url(/wp-content/themes/fmspacio/img/hd_main_slogan_navidad.jpg);
                        */
			background-repeat:no-repeat;
			background-position: left top;
			width: 251px;
			height: 100px;
			margin: 0px;
			padding: 0px;
			float: right;
			clear: right;
		}
			#hdMain h2 span{
				display: none;
			}



	/* ---- MENU PRINCIPAL ---- */

			#mnuBar{
				background-color:#333333;
				background-image:url(/wp-content/themes/fmspacio/img/hd_main_mnu_bg.jpg);
				background-repeat:repeat-x;
				background-position: left top;
				height: 31px;
				padding: 5px 0px 0px 1.5em;
			}

				#mnuMain{
					background-image:url(/wp-content/themes/fmspacio/img/mnu_main.jpg);
					background-repeat:no-repeat;
					background-position: left top;
					margin: 0px;
					padding: 0px;
					height: 27px;
					widht: 458px;
					float: left;
					list-style-type: none;
				}
	
					#mnuMain li{
						float: left;
					}
	
						#mnuMain li a{
							display: block;
							height: 27px;
						}

							#mnuMain li a span{
								display: none;
							}

						#mnuMainOpcIni{
							width: 55px;
						}
						#mnuMainOpcNos{
							width: 95px;
						}
						#mnuMainOpcPro{
							width: 129px;
						}
						#mnuMainOpcLnk{
							width: 85px;
						}
						#mnuMainOpcCto{
							width: 94px;
						}
						
				#mnuSec{
					background-image: url(/wp-content/themes/fmspacio/img/mnu_sec.jpg);
					background-repeat:no-repeat;
					background-position: left top;
					margin: 0px;
					padding: 0px 1.5 em;
					widht: 191px;
					height: 23px;
					float: right;
					list-style-type: none;
				}
	
					#mnuSec li{
						float: left;
					}
	
						#mnuSec li a{
							display: block;
							height: 23px;
						}

							#mnuSec li a span{
								display: none;
							}
						#mnuSecOpcRss{
							width: 87px;
						}
						#mnuSecOpcLive{
							width: 104px;
						}


	/*  ---- CONTENIDO ---- */

				div#content {
					float: left;
					width: 56%;
					padding: 15px 0px 30px 0px;
				}


				div.post {
					padding-bottom: 25px;
				}

				div.post h2 {
					font: bold 1em/1.6em Arial, sans-serif;
					margin: 0 !important;
				}
				
								div.post h3, div.post h4, div.post h5 {
									color: #f60; /* this one adds colors to all <h*> in the post body */
									font-weight: bold;
								}

								div.post h3 {
									font-size: .9em;
								}

								div.post h4 {
									font-style: normal;
									font-size: .8em;
								}


					div.post h2 a {
						text-decoration: underline;
						color: #FF0108!important;
						background-color: #fff !important;
						border: 0 !important;
						padding: 0 !important;
						color: #f60;
					}

					div.individual h2 {
						font-size: 1.5em;
						line-height: 1.6em;
						color: #FF0108;
					}


					div.post p {
						font: .8em/1.8em "Trebuchet MS", Arial, sans-serif;
						color: #555;
					}

						div.post ul li, div.post ol li  {
							font: .8em/1.8em "Trebuchet MS", Arial, sans-serif;
							color: #555;
						}

									div.post ul li p, div.post ol li p {
										font-size: 1em; /* This one hacks for em size when you use a <p> inside a <li> */
									}

										div.post ul li ul li p, div.post ol li ol li p {
											font-size: 1.2em;
										}


									div.comment-body ol li {
										font: .8em/1.6em "Trebuchet MS", Arial, sans-serif;
										color: #666;
										margin-bottom: 5px;
										}



					/* ---- LISTS ARCHIVES ---- */


					table.listados {
						width: 100%;
						margin: 2em 0;
					}

						table.listados td {
							padding: 10px 10px 10px 0px;
							font: .7em/1.6em "Trebuchet MS", Arial, sans-serif;
							background: url(/wp-content/themes/fmspacio/imgs/dot_line.png) repeat-x bottom;
							vertical-align: top;		
						}

						.ref {
							white-space: nowrap;
						}

						table.listados td strong {
							font-size: 1.1em;
						}













	

					/* ---- IMAGE SET ---- */

						img.right {
							float: right;
							display: block;
							margin: .3em 0 1em 1em;
						}

						img.center {
							margin: 1em auto;
							display: block;
						}


					div.post p.posted {
						font: .6em Geneva, Arial, sans-serif;
						color: #666;
					}






			/* ---- MENU ---- */

			#menus {
				width: 40%;
				float: right;
			}

							div.principal {
								width: 46%;
								float: left;
							}


							div.extra {
								float: right;
								width: 46%;
							}


					div.principal h3, div.extra h3 {
						font: bold .8em/1.6em Arial, sans-serif;
						margin: 0 0 5px 0;
						color: #000;
						border-bottom: 1px dotted #999;
					}

							div.principal ul, div.extra ul {
								margin: 0 0 15px 0;
								padding: 0;
								list-style: none;
								font-family:  "Trebuchet MS", Arial, sans-serif;
							}

							div.principal ul li {
								line-height: 1.7em;
							}

							div.principal ul li ul, div.extra ul li ul {
								margin: 0;
							}

										div.principal ul li, div.extra ul li {
												font-size: .7em;
												line-height: 1.7em;
										}

											div.principal ul li ul li, div.extra ul li ul li {
												padding-left: 10px;
												font-size: 1em;
											}


			

			/* ---- SERACH ---- */

			div.search {
				border-top: 4px solid #ccc;
				margin: 0 0 25px 0;
				padding: 15px 0;
			}
					div.search form{
						margin: 0px;
					}
					div.search label {
						font: bold .8em/1.6em Arial, sans-serif;
						display: block;
						color: #000;
						margin-bottom: 5px;
					}


				div.autor {
				}


										div.autor h3 {
	color: #000;
	font: bold .8em/1.6em Arial, sans-serif;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 1em;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
										}

										
							
							
										div.autor p {
											font: .8em/1.6em "Trebuchet MS", Arial, sans-serif;
											color: #666666;
										}
							

					div.tools {
						border-top: 4px solid #ccc;
						padding: 15px 0px;
					}



					div.metadata {
						background-color: #fff;
						padding: 30px 0px 15px 0px;
						margin-bottom: 15px;
					}


								div.metadata p {
									font: .7em/1.7em "Trebuchet MS", Arial, sans-serif;
									color: #333333;
									margin-top: 0px;
								}

								div.metadata h3 {
									font: bold .8em/1.6em Arial, sans-serif;
									color: #000;
									margin: 0 0 0 0;
									border-bottom-color: #999999;
									border-bottom-style: solid;
									border-bottom-width: 1px;
								}
					

					/* ---- enlaces ---- */

						div#content a,
						div.tools a,
						div#menus a,
						div#ftMain a {
							text-decoration: none;
						}

					
						div#content a:link,
						div.tools a:link,
						div#menus a:link,
						div#ftMain a:link {
							color: #36c;
							border-bottom: 1px dotted #36c;
						}
						
						
						div#content a:visited,
						div.tools a:link,
						div#menus a:visited,
						div#ftMain a:visited {
							color: #36c;
							border-bottom: 1px dotted #36c;
						}
						
						
						div#content a:active,
						div.tools a:active,
						div#menus a:active,
						div#ftMain a:active {
							color: #36c;
							border-bottom: 1px dotted #36c;
						}
						
						
						div#content a:hover, 
						div.tools a:hover, 
						div#menus a:hover,
						div#ftMain a:hover {
							color: #FF0108;
							border-bottom: 1px dotted #f60;
						}




										


							/* ---- COMMENTS ---- */


						div.comment-head {
							border-left: 1px solid #fff;
							border-right: 1px solid #fff;
							background: #fff url(/wp-content/themes/fmspacio/imgs/msg-comment.png) bottom left no-repeat;
							padding-bottom: 10px;
							clear: both;
						}

									div.minid-head, div.mini-d-head {
										background: #fff url(/wp-content/themes/fmspacio/imgs/msg-comment-minid.png) bottom left no-repeat;
									}

									div.comment-head img {
										padding: 1px;
										background: #fff;
										border: 1px solid #ccc;
										float: left;
										width: 32px;
										height: 32px;
										margin: 0px 25px 0px 15px;
									}


						div.comment-head p {
							float: left;
							font: .7em/1.6em "Trebuchet MS", Arial, sans-serif;
							margin: 0px 0 0 0px !important;
							
						}


						div.comment-body {
							background: #f5f5f5;
							-moz-border-radius: .5em;
							padding: 5px 15px 5px 15px;
							border-bottom: 1px solid #eee;
							border-right: 1px solid #eee;
							margin-bottom: 20px;
						}

									div.mini-d blockquote, div.comment-body blockquote {
												padding: 5px 10px 5px 10px;
												-moz-border-radius: .5em;
												
												}
												
									div.comment-body blockquote {
										background: #ffffff;
										border-top: 1px solid #fff;
												border-left: 1px solid #fff;
												border-bottom: 1px solid #ddd;
												border-right: 1px solid #ddd;
										}
										
									div.mini-d blockquote {
										background: #FFFFF5 !important;
										border-top: 1px solid #fff;
										border-left: 1px solid #fff;
										border-bottom: 1px solid #F2F2BA;
										border-right: 1px solid #F2F2BA;
										}
										
										


						div.minid, div.mini-d {
							background: #FFFEC7 !important;
							border-bottom: 1px solid #FFF2C7;
							border-right: 1px solid #FFF2C7;
						}


						div.modera {
							background: #fff url(/wp-content/themes/fmspacio/imgs/exclamation.png) no-repeat left;
							padding: 10px;
							-moz-border-radius: .5em;
							color: #f60 !important;
							font: .8em/1.6em "Trebuchet MS", Arial, sans-serif !important;
							border: 2px solid #f60;
						}


						pre {
							width: 90%;
							overflow: auto;
							font-size: .9em;
							line-height: 1.5em;
							margin-left: 25px;
							}
							
						code {
							color: #681;
							font: 1.1em "andale mono", "lucida console", "courier new", monospace
							}



						div.modera2 {
							margin-top: 35px;
						}

								div.modera p {
									margin: 0 0 0 55px;
								}

										div.comment-body p {
											font: .8em/1.6em "Trebuchet MS", Arial, sans-serif;
											color: #555;
										}



									h3#comments, h3#respond, h3#moreentry {
										border-bottom: 4px solid #f5f5f5;
										padding-bottom: 5px;
										margin-bottom: 25px;
										font: bold 1em/1.6em Arial, sans-serif;
										padding-top: 30px;
									}


									#comment {
										width: 99%;
									}



								div.navigation {
									font: .8em/1.6em "Trebuchet MS", Arial, sans-serif;
								}

										div.navigation div.alignleft {
											float: left;
											width: 45%;
										}

										div.navigation div.alignright {
											float: right;
											width: 45%;
											text-align: right;
										}
										
										
						/* ---- COMPARE ---- */
						
						table.compare {
							width: 99%;
							border: 1px solid #999;
							margin: 2.5em 0em 2.5em 0em;
							
							}
							
						table.compare thead tr th {
							background: #FFC;
							padding: 5px 10px;
							text-align: left;
							font: .8em/1.6em "Trebuchet MS", Arial, sans-serif;
							border-bottom: 1px dotted #999;
							color: #222;
							}
							
						table.compare tbody tr td {
							padding: 8px 10px;
							text-align: left;
							font: .8em/1.6em "Trebuchet MS", Arial, sans-serif;
							border-bottom: 1px dotted #ccc;
							vertical-align: top;
							}
							
						table.compare tbody tr th {
							padding: 8px 10px;
							text-align: left;
							font: bold .8em/1.6em "Trebuchet MS", Arial, sans-serif;
							border-bottom: 1px dotted #ccc;
							white-space: nowrap;
							color: #333;
							background: #fffffa;
							vertical-align: top;
							}
							
						table.compare tfoot tr td {
							padding: 8px 10px;
							text-align: right;
							font: .6em/1.6em "Trebuchet MS", Arial, sans-serif;
							background: #f9f9f9;
							text-transform: uppercase;
						}


			/* ---- FOOTER ---- */


			#ftMain {
				border-top: 1px dotted #ccc;
				border-bottom: 5px solid #CC0033;
				padding: 15px 1.5em;
				font: .8em/1.6em "Trebuchet MS", Arial, sans-serif;
				color: #666666;
				height: 30px;
			}
				#ftMainLogoFMSpacio{
					background-repeat: no-repeat;
					background-position: left top;
					background-image:url(/wp-content/themes/fmspacio/img/ft_main_logo_fmspacio.gif);
					width: 152px;
					height: 27px;
					float: left;
					clear: left;
					margin: 0px;
				}
				#ftMainLogoFMSpacio a{
					width: 152px;
					height: 27px;
				}
				#ftMainLogoFMSpacio a span{
					display: none;
				}
				#ftMain .cnt{
					width: 60%;
					float: left;
					text-align: center;
					margin: 0px;
				}
				#ftMainLogoInfosoft{
					background-repeat: no-repeat;
					background-position: left top;
					background-image:url(/wp-content/themes/fmspacio/img/ft_logo_infosoft.gif);
					width: 130px;
					height: 32px;
					float: right;
					clear: right;
					margin: 0px;
				}
				#ftMainLogoInfosoft a{
					display: block;
					width: 130px;
					height: 32px;
				}
				#ftMainLogoInfosoft a span{
					display: none;
				}
.bnrSizeA {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #AAAAAA;
	padding: 5px 0px;
}
.bnrSizeA a {
	text-decoration: none;
}
img.imgRecuadro {
	padding: 3px;
	border: 1px solid #999999;
}
div.metadata ul {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 0.7em;
	font-weight: bold;
}
div.metadata ul li {
	margin-bottom: 5px;
}



/**
* Zonas para los banners
*/ 

div#bnrZone1,
div#bnrZone2,
div#bnrZone3,
div#bnrZone4,
div#bnrZone5,
div#bnrZone6,
div#bnrZone7,
div#bnrZone8,
div#bnrZone9,
div#bnrZone10{
	margin: 10px 0px;
	padding:5px 0px;
}

div.bnr110x90{
	width: 110px;
	height: 90px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
div.bnr234x60{
	width: 100%;
	height: 60px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
div.bnr234x90{
	width: 100%;
	height: 90px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
