/*------------------------------------------------------------------
Unplugged LM CSS valido y jodido como un berraco

--------------------------------------------------------------------
layout general - se pretende un pie de pagina al borde inferior 
del explorador - se utiliza la tecnica del height 100% y hacks
--------------------------------------------------------------------*/
html, body, #principal {
 	height:100%; min-height:100%;
	margin: 0;
	padding: 0;
	background: url("../images/bg_top.jpg") repeat-x #27494a;
}

html > body, html > body #principal {
  height:auto;
}

body {
	font: 76%/140% "Trebuchet MS", "Microsoft Sans Serif", Helvetica, Verdana;
	color: #c9ebec;
}

#principal {
	padding: 0;
	width: 950px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#principal #contenido {
	margin-right: auto;
	margin-left: auto;
	width: 769px;
	background-image: url("../images/bg_content.jpg");
	background-repeat: repeat-y;
}

#principal #guitarra {
	height: 480px;
	width: 180px;
	position: absolute;
	z-index: 20;
	margin: 0px;
	padding: 0px;
}

/* plantilla general - header y menu
------------------------------------------------------------------*/
#header {
	height: 324px;
	width: 769px;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}

#logo {
	height: 83px;
	background-image: url("../images/unpluggedlm.jpg");
	background-repeat: no-repeat;
}

#menu {
	width: 769px;
	height: 241px;
	z-index: -5;
}

/* contenido - sides
------------------------------------------------------------------*/
#sideLeft {
	width: 500px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #27494A;
}

#about {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 90px;
	float: left;
	background-image: url("../images/fin_post.gif");
	background-repeat: no-repeat;
	background-position: 25px bottom;
	clear: both;
}

/* post - articulo */
.post-wrap {
}

.post-title {
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
}

.post {
	padding-left: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	background-image: url("../images/fin_post.gif");
	background-repeat: no-repeat;
	background-position: 25px bottom;
	padding-top: 10px;
}

/* sidebar */
#sidebar {
	width: 240px;
	position: absolute;
	margin-left: 510px;
	top: 324px;
}

.light-testimonial {
	background-color: #2D5F61;
	border: 1px solid #223E3F;
	margin-left: 5px;
	background-image: url(../images/comilla1.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
.light-testimonial .testim-text {
	text-align: left;
	background-image: url(../images/comilla2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
	padding-bottom: 0px;
}
.light-testimonial .testim-firma {
	text-align: right;
	font-style: italic;
	padding-bottom: 1px;
	color: #62b1b3;
}

/* galeria */
#gallery-wrapper {
	padding-right: 20px;
	padding-left: 100px;
}
#gallery-wrapper #slideEvents {
	margin-left: 50px;
}


/* algunas clases 
------------------------------------------------------------------*/
.img-principal {
	border:1px solid #4C8E90;
	background-color: #346567;
	padding: 5px;
	margin-bottom: 5px;
	display: block;
}

.img-secundaria {
	border:1px solid #4C8E90;
	background-color: #346567;
	padding: 5px;
	margin-bottom: 5px;
	float: right;
	margin-left: 10px;
}

.video-marco {
	border:1px solid #4C8E90;
	background-color: #346567;
	padding: 5px;
	margin-right: auto;
	width: 320px;
}

.columna {

}
.fila-impar {
	background-color: #265c5e;
}
.fila-par {
	clear: both;
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #265c5e;
}

.pie-contenido {
	height: 83px;
	clear: both;
	background-image: url("../images/bg_pie_contenido.jpg");
	background-repeat: no-repeat;
	background-position: right;
}

.float_clearer {
	visibility: hidden;
	height: 1px;
	overflow: hidden;
	clear: both;
}

.borde-titulo {
	background-image: url("../images/borde_titulo.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 12px;
	text-align: center;
}

.link-principal a:link,
.link-principal a:visited {
	color: #fff;
	text-decoration: underline;
	font-size: 0.9em;
	font-weight: bold;
	}
	
.link-principal a:hover {
	color: #2d5f61;
	}

.clean {
	clear: both;
}

/* redefinir tags 
------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;

}
h1 {
	letter-spacing: -1px;
	line-height: 1.2em;
	font-size: 1.8em;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
h3 {
	background-image: url("../images/bg-subt.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	color: #fff;
	font-size: 1.3em;
	line-height: 30px;
}
p {
	font-size: 1em;
	line-height: 1.2em;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 10px;
}
hr {
	clear:both;
	visibility:hidden;
}
em {
	color: #bbbebf;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: disc;
}
li {
	margin: 0px;
	padding: 0px;
}
strong {
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
}
img {
	border: 0px;
}

/* el footer mamon
------------------------------------------------------------------*/
#footer {
	background: url("../images/bg_feed.jpg") repeat-x;
	height: 75px;
	bottom:0px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footer-container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.text-small {
	font-size: 0.95em;
}

#footer .sub {
	list-style: none;
	height: 23px;
	padding-top: 5px;
	margin: 0;
	position: relative;
	padding-left: 220px;
	padding-bottom: 5px;
}
* html #footer .sub {
	padding-left: 220px;
}
#footer .sub li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}
#footer .sub li.last {
	margin: 0;
}
#footer .sub a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#footer .sub a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
	color: #969696;
	font-size: 11px;
	text-align: center;
}
#footer p a {
	text-decoration: none;
	font-weight: bold;
	color: #969696;
}
#footer p a:hover {
	text-decoration: underline;
}
