/*   
Theme Name: byHOSS
Theme URI: http://byHOSS.com/wptheme
Description: This is my first WordPress Theme template -- WordPress v3.0.1
Author: HOSS
Author URI: http://byhoss.com
Version: 0.1
*/

@media screen {

/*************** RESET STYLES **************/
* { 
	margin: 0; 
	padding: 0; 
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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,
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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption, th, td {
	text-align:left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
abbr,acronym { border:0;
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*************** UTILITIES ****************/

.clear{
	clear:both;
	overflow:hidden;
}
.screen-reader-text { 
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
}
p.clr, .clr{
	clear:both; 
	padding:0; 
	margin:0; 
	background:none;
}
li.bg, .bg{
	clear:both; 
	border-top:1px dashed #666; 
	padding:0; 
	margin:5px 0; 
	background:none;
}

/*************** GENERALES *****************/

body{
	background-image:url(images/fondoTile.gif);
	background-position:center top;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	height: 100%;
	font-size:12px;
	color:#666;
}
h1,h2,h3,h4,h5 {
	margin:20px 0 0 0;
	line-height:1.1em;
	color: #333;
}
h1 {
	font-size:260%;
}
h2 {
	font-size:200%;
}
h3 {
	font-size:175%;
}
h4 {
	font-size:120%;
}
h5 {
	font-size:100%;
}
p{
	margin:1em 0; 
	line-height:1.5em;
}
a{
	color:#C60;
	text-decoration:none;
}
a:hover{
	color:#F60;
}
a:visited{
	color:#930;
}

/***************** CONTEXTO *****************/

.titular {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	font-size:16px;
	color: #0C0A04;
}
span.attention, 
span.notice, 
span.alert, 
span.download, 
span.approved, 
span.media, 
span.note, 
span.cart, 
span.camera, 
span.doc {
	display: block;
	padding: 8px 10px 8px 36px;
	margin: 15px 0pt 15px 0pt;
}
span.attention {
	color: #b79000;
	background-color: #fff3a3;
	background-image: url("../images/contexto/attention.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px 50%;
	border: 1px solid #e7bd72;
}
span.notice
{
	color: #648434;
	background-color: #cdefa6;
	background-image: url("../images/contexto/notice.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px 50%;
	border: 1px solid #9bcc54;
}

/***************** BLOQUES ******************/

#main{
	width:100%;
	padding:0;
	margin:0 auto;
	background-image:url(images/fondoTop.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#resize{
	width:960px; 
	margin:0 auto
}	
#wrap{
	margin:0 auto;
}
.block_header{margin:0 auto; width:949px; text-align:center}
.logo{padding:0; margin:0}

/****************** ENCABEZADO ***************/

#encabezado{
	width:960px;
	margin:0 auto; 
	text-align:center
}
#logo{
	padding:0;
	margin:0;
	float:left;
	width: 210px;
}
#menuWrap{
	padding:0;
	margin:20px 0;
	width:750px;
	height:60px;
	background-image: url(images/menuBack.jpg);
	background-repeat: repeat-x;
	float:left;
}
#menu{
	padding:0;
	margin:0;
	height:60px;
	width:600px;
	float:right;
	background-image: url(images/menuRight.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.menu ul{ 
	padding:0; 
	margin:0 0 0 100px; 
	list-style:none; 
	border:0
}
.menu ul li{
	float:left; 
	margin:0; 
	padding:0
}
.menu ul li a{
	float:left;
	text-decoration:none;
	font-size: 16px;
	margin:0 20px;
	padding:0;
	color:#CCC;
	line-height: 60px;
}
.menu ul li a:hover{
	color:#fff;
}

/*********************** CUERPO **********************/

#cuerpo{
	width:960px;
	margin:30px auto;
}
#cuerpo a:hover{
	color: #ccc;
}

#cuerpoBottom{
	width:100%;
	height:10px;
}

#pages {
	width: 900px;	
	float: left;
	overflow:hidden;
	margin: 0;
	padding: 0 30px 20px 30px;
}

#blog{
	width: 660px;	
	float: left;
	overflow:hidden;
	margin: 0;
	padding: 30px 30px 20px;
}
#blog .post {
	border-bottom: 1px solid #e3e3e3;
}
#panelnav {
	width: 960px;
	height: 80px;
	margin: 0;
	padding: 0;
	background-image: url(images/panelnav.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#nextBut {
	float: right;
	margin: 10px 20px;
}
#prevBut {
	float: left;
	margin: 10px 20px;
}
#nextBut a,
#prevBut a{
	font-size: 40px;
	line-height: 60px;
	color: #ccc;
	text-decoration: none;
}
#nextBut a:hover,
#prevBut a:hover{
	color: #666;
	text-decoration: none;
}

/*********************** PORTAFOLIO **********************/

#cabezaTop {
	width: 960px;
	height: 90px;
	overflow:hidden;
	margin: 0;
	padding: 0;
}
#cabezaTop h1{
	margin: 0;
	padding: 10px 0 0 30px;
	font-size: 30px;
	color: #999;
	text-align: center;
}
#cabezaTop h3{
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 16px;
	color: #666;
	line-height:130%;
	text-align: center;
}

.gallery {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
.gallery li {
	margin: 20px 15px;
	padding: 0;
	float: left;
	position: relative;
	width: 280px;
	height: 200px;
}

.gallery a {
	text-decoration: none;
	color: #666;
}
.gallery a:hover {
	color: #F60;
}
.gallery img {
	padding: 5px;
}
.gallery p {
	padding:0; 
	margin:0; 
	width: 280px;
	height: 30px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/frame.png) no-repeat;
	text-align: center;
	line-height:1.5em;
	font-size:16px;
	padding-top: 165px;
	font-style: normal;
}
.gallery span {
	padding:0;
	margin:0;
	width: 280px;
	height: 30px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height:1.5em;
	font-size:12px;
	padding-top: 190px;
	font-style: normal;
	color: #525252;
}

#infoProyecto {
	width: 900px;
	overflow:hidden;
	margin: 0 auto;
	padding: 0;
}
#info1,
#info2,
#info3{
	width: 280px;
	padding: 0;
	float: left;
	margin: 10px 30px 15px 0;
}
#info3{
	width: 280px;
	padding: 0;
	float: left;
	margin: 10px 0;
}

#infoProyecto p{
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
}

#infoProyecto p strong{
	font-weight: bold;
}

#info1 dt{
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	width: 80px;
	float: left;
	clear: left;
	margin-bottom: 5px;
}
#info1 dd{
	font-size: 11px;
	line-height: 15px;
	width: 190px;
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
}


/******************* MENU LATERAL *******************/

#menuLateral{
	width: 210px;
	float: left;
	overflow:hidden;
	margin: 0px;
	padding: 0 0 15px 0;
}
.lateral{
	width:210px;
	margin:30px 0 0 0;
	padding: 0;
	background-color: #EFEFEF;
	background-image: url(images/lateralTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.lateralBottom{
	width:100%;
	height:10px;
	margin: 0;
	padding: 0;
	background-image: url(images/lateralBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.lateral h2 {
	font-size: 16px;
	display: block;
	line-height: 35px;
	padding: 5px 10px 0;
	margin: 0 10px;
	font-weight: normal;
}
.widgetBody {
	padding: 0 ;
	margin: 0 10px;
}
.widgetBody ul{
	padding: 0;
	margin: 0;
	list-style:none;
}
.widgetBody li{
	padding: 0 ;
	margin: 0;
}
.widgetBody a {
	font-size: 12px;
	color: #666;
	display: block;
	border-top: 1px solid #FFF;
	line-height: 35px;
	padding: 0 10px;
	margin: 0 0px;
}

.testimonial{
	padding: 10px 0;
	margin:  0 10px;
	border-top: 1px solid #FFF;
	line-height: 130%;
	font-style: italic;
	text-align: center;
	display: block;
}
.testimonial p{
	padding: 0;
	margin: 0;
	line-height: 150%;
	font-style: italic;
	text-align: center;
	display: block;
}
.testimonial a {
	width:100%;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #333;
	font-style: normal;
	text-align: right;
	display: block;
}

/******************* PIE *******************/

#pie{
	width:660px;
	margin:0 auto;
	background-color: #191717;
	background-image: url(images/pieTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#pieBottom{
	width:100%;
	height:10px;
	background-image: url(images/pieBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
 .pie0, .pie1, .pie2, .pie3{	
	height:110px;
	float: left;
	margin: 10px 0 0 0;
}
.pie0{
	width:225px;		
}
.pie1{
	width:225px;
	border-right: 1px solid #000;		
}
.pie2{
	width:200px;
}
.pie3{
	width:300px;
}
.pieContacto{
	margin: 5px 0 0 0;
	font-size: 10px;
}

.pieContacto a, .pieContacto strong{
	font-size: 15px;
	line-height: 19px;
	color: #999;
}
.pieContacto a:hover{
	color: #F60;
}
.pieContacto ul{
	list-style:none;
}
.pieContacto ul li.telefono, 
.pieContacto ul li.correo, 
.pieContacto ul li.skype {
	padding:10px 0 0 60px;
	margin-bottom:10px;
	height:30px;
	min-height:30px;
	}
.pieContacto ul li.telefono {
	background:transparent url(images/iconPhone.png) 27px 10px no-repeat;
}
.pieContacto ul li.correo {
	background:transparent url(images/iconEmail.png) 20px 10px no-repeat;
}
.pieContacto ul li.skype {
	background:transparent url(images/iconSkype.png) 20px 11px no-repeat;
}
.socialNetwork {
	margin:0 20px 5px 41px;
	padding-top:20px;
	padding-bottom:15px;
}
.socialNetwork ul li {
	display:inline-block;
}
.socialNetwork ul li a {
	display:inline-block;
	padding:0 8px 10px 0;
}
.bigUrl {
	margin:20px 40px 5px 40px;
	padding-top:20px;
	padding-bottom:15px;
	font-size: 24px;
	color: #999;
	text-align: center;
}
.bigUrl a{
	color: #999;
}
.bigUrl a span, 
.bigUrl a:hover{
	color: #fff;
}

} /* END screen media */

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
