/*
THEME NAME: Q17 STUDIOS BY BAUD 
THEME URI: http://www.q17.es - Baud.es
DESCRIPTION: Q17 Studios Template
VERSION: 1.0
AUTHOR: <a href="http://wwww.baud.es/">Baud</a> &amp; <a href="#">Carlos Corral</a>
AUTHOR URI:
TAGS: 
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 






quote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }


/* -------------------------------------------------------------- */

/* STICKY FOOTER - PARA TODOS LOS NAVEGADORES - BAUD */

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

/* -------------------------------------------------------------- */

/* GLOBALES */ 

body {
    background:#fff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	font-size:10px;
	color:#666;
}
h1 {
	line-height: 22px;
	font-size:20px;	
	margin-bottom: 20px;

}
h2 {
	line-height: 20px;
	font-size:18px;
	margin-bottom: 10px;
	
}
h3 {
	line-height: 14px;
	text-transform: uppercase;
	font-size:12px;
	padding-bottom: 10px;
	margin-bottom: 7px;
	
}
h4 {
	line-height: 8px;
	font-size:14px;
	margin-bottom: 0px;
	
}
p {
	margin-bottom: 18px;
	
	}
a {
	text-decoration: none;
	color:#630;
	
	}
a:hover {
	color:#CCC;
	
	}	
	

blockquote {
	padding: 25px 35px 15px 35px;
	background-color: #F7F7F7;
	width: 250px;
	color:#999;
	font-size: 24px;
	line-height: 18px;
	float:left;
	margin:4px 50px 29px 0px;
	/*border: #999 solid 1px; */
	
	
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */


/* HEADER */


#header-wrapper {
	background:url("img/wood.jpg") repeat-x scroll center center transparent;
	height: 192px;
}
	
#header-img {
		background:url("img/head.jpg") no-repeat center center transparent;
		margin:auto;
		width:990px;
		height: 192px;
}

#home-logo {
	    display:block;
		float:left;
	    height:192px;
	    text-indent:-9999px;
	    width:300px;
}

#header-sombra {
	height: 8px;
	background:url("img/sombra-wood.jpg") repeat-x scroll center center transparent;
	
}
#blog-title {
	float: right;
	text-align:right;
	margin-top: 10px;
	width:200px;
	padding-top:5px;
	margin-right: 98px;
	font-size: 12px;
}

#blog-title a{
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	text-decoration:none;
	color: #630;
}
#blog-title a:hover {
	color:#FFC96B;
	
	
	}
/* Traducción */

.qtrans_language_chooser {
	list-style-type:none 
	}

.qtrans_language_chooser li { 
	float:right; 
	margin-right:3px
	}


/* CONTENEDOR CENTRAL */
#bg-central {
margin:auto;
text-align:left;
width:950px;/*
overflow:auto;*/


}
#central {
margin:auto;
padding:35px 40px 100px 0px;
text-align:left;
width:830px;/*
overflow:auto;*/
}
#container-page {
float:left;
width:640px;
padding-bottom: 10px;
}
#container {
float:left;
width: 500px;
margin-right: 20px;
}
#container-news {
float:left;
width: 450px;
margin: 0 10px 50px 0;
padding-right: 30px;
border-right: solid 1px #D8D8D8;
overflow: hidden;
}
#content {
margin:4px 0px 0px 0px; /*
overflow:hidden; */
}


/* SIDEBAR */


div.sidebar {
float:left;
overflow:hidden;
width:160px;
margin-right: 20px;
}

div#primary {
float:left;
} 

* html div#primary {
left:20px;
position:relative;
}

#secondary {
float:right;
margin:0 0 30px 0px;
width: 130px;
}

/* SIDEBAR MENU */
#pages ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
    font-size:100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    float: left;

	
}


#pages li {
	list-style-type:none;
	padding-bottom: 0px;
	margin: 0;
	font-size:11px;
	padding: 2px 0px 3px 0px;


	
}
#pages li a{
	text-decoration:none;
	color: #555;
	padding: 3px 30px 3px 10px;
	text-transform:uppercase;


}
#pages li a:hover {
	color: #FFF;
	background:#999;
}
#pages .current_page_item a{
	color: #FFF;
	background:#555;
	
}




/* CONTENIDO */

#equipos ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
    font-size:100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    float: left;
	clear:both;
	display:block;
	width: 640px;
	
}


#equipos li {
	margin: 0px 0px 30px 0px;
	list-style-type:none;
	padding-bottom: 0px;
	font-size:10px;
	/*padding: 2px 0px 3px 0px; */
	float:left;
	display:block;
	background:#999;
	border-left:#FFF solid 1px;
}
#equipos li a{
	text-decoration:none;
	color: #FFF;
	padding: 7px 8px 5px 8px;
	display:inline-block;
	text-transform:uppercase;


}
#equipos li a:hover {
	color: #555;
	background:#CCC;




}
#equipos .current_page_item {
	color: #FFF;
	background:#555;
	
}



/* MENU EQUIPOS */



/* SIDEBAR BLOG */

.blog-search {
	margin-bottom: 10px;
	
	}
.sidebar li {
	margin-bottom: 20px;
	
	
}
.sidebar h3 {
	margin-bottom: 2px;
	padding-bottom: 2px;
	line-height: 10px;
	
	}

#searchform #s {
border:1px solid #CCCCCC;
color:#999999;
margin:0;
padding:2px;
width:90px; 
}
#searchform .button  {
background:url("img/search-btn.png") no-repeat scroll left top #FFFFFF;
cursor: pointer;
border:medium none;
height:24px;
line-height:1px;
margin-top:6px;
text-indent:-999%;
width:24px;
}
	
/* ESTILOS BLOG */

.entry-date {
	color:#CCC;
	margin: -10px 0 10px 0;;
	font-size: 9px;
	
	
	}
.entry-meta {
	color:#CCC;
	
	}
.entry-meta a {
	color:#999;
	
	}	
.hr-div {
	border: #ECECEC solid 10px;
	margin: 20px 0;
	width:430px;
	
	
	}	

/* FOOTER */


#footer {
background-color: #444;
position: relative;
margin-top: -100px; /* negative value of footer height */
height: 100px;
clear:both;
width:100%;
}

#footer-content {
		margin:auto;
		width:715px;
		padding: 12px 0px 0px 0px;
		font-size: 9px;
}
#footer-content p {
	padding: 10px 0 0 0 ;
	
	}
#footer-content a{
		color:#888;
}
#footer-content a:hover{
		color:#FFF;
}


#footer-logo {
		float:left;
		margin-right: 20px;
		padding-right: 20px;
		border-right:#555 solid 1px;
		padding-top: 2px;
		

}
#footer-content .footer-left {
	width: 450px;
	float:left;
	padding-left: 6px;
	
	
}

#footer-content .footer-right {
	float:left;
	border-left: #555 solid 1px;
	height: 74px;
	padding-left: 20px;
	
}	

#footer-content .footer-right .powered {
	padding-top: 45px;
	
}	


#footer-content .footer-right .studiouno {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#999;
	margin-left: 5px;
	/*letter-spacing:0.04em; */
	
}
#footer-content .footer-right .studiouno a {
	color:#999;
}
#footer-content .footer-right .studiouno a:hover {
	color:#999;
}
