/*!
 *  OBED CHAN style
 *
 *  Designed and built by Abraham Obed Chan Canche.
 */

/*---------------------------------------------------------------*/
/* Page Structure
/*---------------------------------------------------------------*/
@font-face {
  font-family: "Osdkf";
  font-style: normal;
  font-weight: 300;
  src: url(f2.woff2) format('woff');
}

 body {
 	margin: 0;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;*/
	font: 14px/19px 'body_font','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 18px;
	color: #454545;
	background-size: 100% 100%;  
}


.body{
	margin: 0 15px 0 15px;
}

.body-inline{
	text-align: justify;
	margin: 0 15px 0 15px;
	display: inline-block;
	width: 68%;
}


.container{
	margin: 0 5% 10px;
	padding: 45px 0;
	border: 1px solid #D0D0D0;
	-webkit-box-shadow: 0 0 8px #D0D0D0;
}

.container-inside{
	/*margin: 0 5% 10px;*/
	padding: 5px 5px;
	border: 1px solid #D0D0D0;
	/*-webkit-box-shadow: 0 0 2px #D0D0D0;*/
	-webkit-box-shadow: 0 3px 5px #D0D0D0; /*rgba(0,0,0,0.3);*/
}

.img-center{
	padding: 1em 3em;
 	margin: 1em 25%;
}

.img-center img{
 	width: 100%;
}

.img-post{
 	max-width: 50%;
 	float: left;
 	margin-right: 25px;

}

/*-----------------------------------------------------------------------
 TopBar 
-------------------------------------------------------------------------*/

.topbar {
	position: fixed;
	z-index: 10;
	background: #004bc8;
	min-width: 100%;
	padding: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.15);
	border-bottom: 1px solid #004688;
	margin-left: inherit;
	margin-right: auto;
	display: block;
}

.topbar-content {
  margin: 0 auto;
  height: 40px;
  position: relative;
  top: -1px;
}
.topbar-content .title{
	display: inline-block;
	position: fixed;
	padding: 12px 5%;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;*/

}
.topbar-content .tools{
	display: inline-table;
	position: fixed;
	padding-top: 1px;
	padding-left: 35%
}

.topbar-content .button{
	display: inline-table;
}

.topbar-content .button img{
	padding-top: 3px;
	max-height: 35px;
}


/*---------------------------------------------------------------
 Cols
---------------------------------------------------------------*/

#cols3 {
  margin: 0 0.3% 5px;
  min-height: 150px;
  display: inline-table;
  width: 32%;
}

#cols3 h1{
	text-align: center;
}

#cols3 img{
	width: 61%;
	margin: 0 15%;
}

#cols3 a{
	text-decoration: none;
	color: #454545;
}

#cols3 a :hover {
	/*background: #000000;*/
	
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
}

.cols4 {
  width: 24%;
}

/*---------------------------------------------------------------
 Comments
---------------------------------------------------------------*/

.comment {
  border: 1px solid  #D0D0D0;
  margin-bottom: 10px;
}

.comment .title{
  padding: 5px;
  background: #004bc8;
  color: #ffffff;
}

.comment .content{
  padding: 5px;
  word-wrap: break-word;
}



/*---------------------------------------------------------------
 Sidebar
---------------------------------------------------------------*/

.sidebar {
	padding: 10px;
	float: right;
	width: 23%;
}

/*---------------------------------------------------------------
 Side Menu
---------------------------------------------------------------*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  /*border: 0px;*/
  border: 1px solid #ffffff;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 95%;
  /*font-family: Raleway, sans-serif;*/
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  /*font-size: 16px;*/
  text-decoration: none;
  color: #ffffff;
  /*background: #3ab4a6;*/
  background: #ff1e14;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li > a:hover {
  color: #d8f3f0;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  /*font-size: 14px;*/
  text-decoration: none;
  color: #dddddd;
  /*background: #49505a;*/
  background: #004bc8;
  /*background: #ffffff;*/
  
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  background: #49505a;
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}

/*--------------------------------------------
Formularios
----------------------------------------------*/

input[type="submit"]{
  font: 14px/19px 'body_font','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: bold;
  padding: 8px;
  border: none;
  color: #ffffff;
  background-color: #ff1e14;
  cursor: pointer;
  decoration: none;
  
  webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}

input[type="submit"]:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 30, 20, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 30, 20, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 30, 20, 0.6);
}

textarea {
  height: auto;
  font: 14px/19px 'body_font','Helvetica Neue',Helvetica,Arial,sans-serif;
}

textarea,
input[type="text"] {
  display: block;
  margin: 0;
  width: 90%;
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus {
  border-color: rgba(255, 30, 20, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 30, 20, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 30, 20, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 30, 20, 0.6);
}

/*------------------------------------
Pie
--------------------------------------*/
footer {
  position: relative;
  margin-top: -50px;
  color: #fff;
  height: auto;
  padding:5px 0px;
  clear: both;
  background: #49505a;
}

footer p{
  text-align: center;
}


.define {
    width:100%;
    margin:0 auto;

}

/*---------------------------------------------------------------
 Cols
---------------------------------------------------------------*/

#Fdiv {
  margin: 0 0.5% 10px;
  display: inline-table;
  width: 30%;
}

#Fdiv a{
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}

.cred{
  border-right: 5px;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  border-color: #ff1e14;
  border-style: solid;
}

.cblue{
  border-right: 5px;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  border-color: #004bc8;
  border-style: solid;
}