/*
Theme Name: bety
Theme URI: http://betybyte.com
Description: BoxBety Theme
Version: 0.1
Author: juan ramos
Author URI: http://tresrazones.com
Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #5e5e5e url(img/bg-body.jpg) repeat-x left top;
	font-size: 62.5%;
}

.flickrImage img {
        width: 208px !important;
        height: 156px !important;
}

a {
	color:#f19613;
	background: transparent;
	outline: none;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #606060;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#wrap {
	width: 940px;
	margin: 0 auto;
	/*padding: 150px 0 0 0;*/
	/*background: transparent url(img/bg-wrap.jpg) no-repeat left top;*/
	font:normal 1.2em/1.6em Arial, sans-serif;
	color: #606060;
}

#banner {
	z-index:0;
	position: absolute;
}
	
#header {
	width: 940px;
	height: 95px;
	z-index: 1;
	position: absolute;
	margin: 150px 0 0 0;
}

#content {
	padding: 320px 0 0 0;
	background: #ffffff;
}

#content-left {
	float: left;
	border-right: 1px solid #cccccc;
	margin: 0 0 30px 0;
	/*margin: 0 -55px 0 0;*/
	width: 619px;
}

#content-right {
    /*border-left: 1px solid #cccccc;*/
	float: right;
	width: 320px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
    font-size: 2.75em;
	position: relative;
	margin: 0 55px 0 55px;
	padding: 0px;
	line-height: 1;
}

h1 a {
	text-decoration: none;
}

h2#blog-description {
	position: relative;
	margin: 0px 55px 30px 55px;
	padding: 0px;
	color: #c0c0c0;
	font:bold 1.3em/1.3em Arial, sans-serif;
        display:block; 
        width:450px;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0 0 0 55px;
}

h3 {
	margin: 0 0 20px 0;
    font-size: 1.5em;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
}

/*	##################################
   	HEADER
	################################## */
	

#rss {
	float: right;
	bottom: 80px;
	right: 20px;
	padding: 10px 10px 0 0;
	width: 300px;
	height: 40px;
	text-align: right;
}

#rss p {
	margin: 0px;
	padding: 1px 0 0 0;
}

#rss img {
	float: right;
	margin: 0 0 0 10px;
}

/*	##################################
   	CONTENT
	################################## */
	
/** content left */

.box-left {
	width: 515px;
	margin: 0 0px 40px 55px;
}

.box-left img {
	float: left;
	margin: 0 10px 10px 0;
}

.capitular {
	margin: 0 5px 0 0 !important;
}

.author p {
	font-size: 11px;
	color: #c0c0c0;
	margin: 0 0 5px 0 !important;
}

.author a {
	text-decoration: none;
	color: #fabe6a;
}

.box-left .img-mobile{
	height: 345px;
	background: url(img/bg-mobile.jpg) no-repeat left top;

}

.navigation {
	margin: 0 55px;	
}

.alignleft, .alignright {
	display: block;
	width: 40%;
}

.navigation .alignright {
	float: right;
	text-align: right;
}

.navigation .alignleft {
	float: left;
	text-align: left;
}

.txt-mobile{
font:normal Arial, sans-serif;
	color: #606060;
	float: left;
        padding:0 5px 0 220px;
}

.img-scheme01{
	height: 180px;
	background: url(img/bg-scheme01.jpg) no-repeat left top;
        margin-top: 20px;
}

.img-scheme02{
	height: 180px;
	background: url(img/bg-scheme02.jpg) no-repeat left top;
        margin-top: 20px;
}

.box-keteke {
	display: inline;
	float: left;
	margin: 0 0 40px 55px;
	width: 225px;
        height:520px;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #606060;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}


.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** content right */

.box-right {
	margin: 0 55px 40px 55px;
}

.box-right ul {
	border-top: 1px solid #dedede;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
	text-decoration: none;
}

.box-right li a:hover {
	background: #f7f7f7;
}

.box-right li ul {
	margin: 0px;
	/*padding: 0 0 0 20px;*/
	padding:0;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-box-text.gif) repeat left top;
	border: 1px solid #dadada;
	color: #606060;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-box-text.gif) repeat left top;
	border: 1px solid #dadada;
	color: #606060;
}

#commentform .button {
	width: 90px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	background: #fff url(img/bg-button.gif) no-repeat left top;
	border: none;
	color: #ffffff;
	font-weight:bold;
        font-size: 13px;
}

.comment-meta {
	padding: 10px 10px 0 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #606060;
}

.comment-meta .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.comment-text p {
	margin: 0;
	padding: 10px;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 122px;
	height: 24px;
	padding: 3px 0px 0px 5px;
	background: #fff url(img/bg-form-text.gif) no-repeat left top;
	border: none;
	color: #606060;
}

#searchform #search-submit {
	width: 75px;
	height: 24px;
	margin: 0px;
	padding: 0;
	background: #fff url(img/bg-search-button.gif) no-repeat left top;
	border: none;
	color: #606060;
    font-size:11px;
	font-weight:bold;
}


/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #fff;
	border-top: 5px solid #606060;
}

#legal {
	margin-right: 25px;
	float: right;
	/*width: 400px;*/
}

#webdemar {
	float: right;
	width: 380px;
	text-align: right;
}

#footer-bottom {
	width: 940px;
	height: 20px;
	margin: 0 auto;
	background: url(img/bg-footer-bottom.gif) no-repeat left bottom;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

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

.aligncenter {
	margin: 0 0 10px 0;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f7f7f7;
   padding-top: 4px;
}

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

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

a img {
        border:none;
}

/*	##################################
   	MENU
	################################## */

#menu ul {
	position: relative;
	/*bottom: 0px;*/
	left: 0px;
	width: 900px;
	height: 40px;
	margin: 0px;
	padding: 0 20px;
	list-style: none;
	background: url(img/bg-menu.gif) repeat-x left top;
}

#menu li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
}

#menu li#first {
	/*background: url(img/bg-menu-a.gif) no-repeat left top;*/
}

#subnav {
	line-height:24px;
	margin: 0px;
	padding: 0px;
}
#subnav ul {
	float: left;
	list-style: none;
}
#subnav li {
	margin: 0px;
	padding: 0px;
}
#subnav li#first {
	border-left: 1px solid #FFFFFF;
}

#subnav li a, #subnav li a:link, #subnav li a:visited {
	color:#FFFFFF;
	/* For web browsers who care */
	opacity: 1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #FFFFFF;
}
#subnav li a:hover, #subnav li a:active {
	display: block;
	background: #707070;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}
#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
#subnav li ul a {
	width: 140px;
}
#subnav li ul a:hover, #subnav li ul a:active {
}
#subnav li ul ul {
}
#subnav li li{
}
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #494949;
	/* For web browsers who care */
	opacity: 0.85;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	float: none;
	border-bottom: 1px solid #FFFFFF;
	border-right: 0px;
}
#subnav li li a:hover, #subnav li li a:active {
	background: #707070;
	/* For web browsers who care */
	opacity: 0.85;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul {
	left: -999em;
}
#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul {
	left: auto;
}
#subnav li:hover, #subnav li.sfhover {
	position: static;
}

#player {
   background: #CCCCCC;
}

div#wrap div.ficha_experiencia{overflow:hidden;margin-bottom:20px}
div#wrap div.ficha_experiencia div.image_exp{float:left;margin-right:10px}
div#wrap div.ficha_experiencia div.image_exp img{border:1px solid #AAAAAA}
div#wrap div.ficha_experiencia div.text_exp{float:left;width:280px;line-height:normal}
div#wrap div.ficha_experiencia div.text_exp div.title_experience{color:#606060;font-weight:bold;font-size:11px}
div#wrap div.ficha_experiencia div.text_exp div.content{padding:3px 0px}

div#wrap div.ficha_tv{overflow:hidden;margin-bottom:30px}
div#wrap div.ficha_tv div.text{float:left;width:410px;line-height:normal;padding-bottom:3px}
div#wrap div.ficha_tv div.logo{clear:left;}
div#wrap div.ficha_tv div.text span.title {color:#606060;font-weight:bold;font-size:11px}
div#wrap div.ficha_tv div.movie{clear:left;padding-bottom:10px}






