#encabezado1{
	width: 33%;
	height: 110px;
	float: left;
	background-color: #202020;
	background-image: url(../img/JhonyPortada5.png);
	background-size: auto;
	background-position: center;
}

#encabezado2{
	width: 67%;
	height: 110px;
	float: left;
	text-align: right;
	background-color: #202020;
}

#encabezado3{
	background-image:url(../img/Encabezado3.png);
	background-size:cover;
	width: 0%;
	height: 110px;
	float: left;
	text-align:right;
	background-color: #202020;
}

#col1{
	width: 0%;
	height: 110px;
	float: left;
	background-color: #transparent;
}

#col11{
	width: 0%;
	height: 60px;
	float: left;
	background-color: transparent;
}

#cssmenu{
	width: 100%;
	height: 60px;
	float: left;
	background-color: #900;
	z-index: 10;
}

#col12{
	width: 0%;
	height: 0px;
	float: left;
	background-color: transparent;
}

#col21{
	width: 0%;
	height: 0px;
	float: left;
	background-color: transparent;
}

#col2{
	width: 100%;
	height: auto;
	float: left;
	font-size: medium;
	background-color: #000000;
	z-index: 40;
}

#tablaevent{
	width: 100%;
	height: auto;
	float: left;
	font-size: small;
	background-color: #000000;
	z-index: 40;
}

#col22{
	width: 0%;
	height: 0px;
	float: left;
	background-color: transparent;
}

body{
	background:url(../img/fondo.jpg);
}

footer{
	width: 100%;
	height: 50px;
	float: left;
	color: #FFF;
	background-color: inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#img1 {
 max-width: 100%;
 max-height: auto;
}

video {
 max-width: 100%;
 max-height: auto;
}

.wrap {
  width: 200px;
  margin: auto;
}

a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}

.social {
  border-radius: 30px;
  position: relative;
  width: 150px;
  height: 32px;
  box-shadow: inset -1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.social .count {
  width: 58px;
  height: 31px;
  background: url(http://i83.photobucket.com/albums/j295/woratana/bubble.png) no-repeat;
  position: absolute;
  top: 0;
  right: -65px;
  line-height: 31px;
  text-align: center;
  text-indent: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #868686;
}

.social span {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  display: block;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  margin-left: 30px;
  text-align: center;
  width: 120px;
}

.social .button {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  left: 0;
}

#twitter.social {
  background: #55d4ff;
}

#twitter .button {
  background: #fff url(../img/twitter.png) 5px 5px no-repeat;
  border: 1px solid #53d4ff;
}

#facebook.social {
  background: #354970;
}

#facebook .button {
  background: #fff url(../img/facebook.png) 5px 5px no-repeat;
  border: 1px solid #354970;
}

#dribbble.social {
  background: #b73567;
}

#dribbble .button {
  background: #ffffff; url(http://i83.photobucket.com/albums/j295/woratana/dribbble.png) 5px 5px no-repeat;
  border: 1px solid #b73567;
}

#rss.social {
  background: #db6610;
}

#rss .button {
  background: #fff url(http://i83.photobucket.com/albums/j295/woratana/rss.png) 5px 5px no-repeat;
  border: 1px solid #db6610;
}

#googleplus.social {
  background: #383638;
}

#googleplus .button {
  background: #fff url(http://i83.photobucket.com/albums/j295/woratana/googleplus.png) 5px 5px no-repeat;
  border: 1px solid #383638;
}

#forrst.social {
  background: #315c23;
}

#forrst .button {
  background: #fff url(http://i83.photobucket.com/albums/j295/woratana/forrst.png) 5px 5px no-repeat;
  border: 1px solid #315c23;
}

#textobiografico{
	width: 80%;
	height: auto;
	font:"Comic Sans MS", cursive;
	color: #FFF;
	float: left;
	font-size: medium;
	text-align:justify;
}

#imagenbiografica{
	width: 00%;
	max-width: 30%;
	text-align: center;
	float: left;
	height: auto;
}

#textobiograficocompleto{
	width: 80%;
	height: auto;
	font:"Comic Sans MS", cursive;
	color: #FFF;
	float: left;
	font-size: medium;
	text-align:justify;
}

#tabulador1{
	width: 10%;
	height: 750px;
	float: left;
}

#tabulador2{
	width: 10%;
	height: auto;
	float: left;
}

#errornombre{
	font-size: medium;
	color:#F00;
}

#errorcorreo{
	font-size: medium;
	color:#F00;
}

#errorasunto{
	font-size: medium;
	color:#F00;
}

#errormensaje{
	font-size: medium;
	color:#F00;
}

textarea{
	resize: both; 
}

#submit{
	 border: none;
	 background: #3a7999;
	 color: #f2f2f2;
	 padding: 10px;
	 font-size: 12px;
	 border-radius: 5px;
	 position: relative;
	 box-sizing: border-box;
	 transition: all 500ms ease;
}

#submit:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 42px;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	transition: all 2s ease;
}

#submit:hover:before {
	width: 100%;
}

#limpiar{
	 border: none;
	 background: #3a7999;
	 color: #f2f2f2;
	 padding: 10px;
	 font-size: 12px;
	 border-radius: 5px;
	 position: relative;
	 box-sizing: border-box;
	 transition: all 500ms ease;
}

#limpiar:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 42px;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	transition: all 2s ease;
}

#limpiar:hover:before {
	width: 100%;
}

#imagen_inicio{
	width: 200px;
	height: 200px;
	float:right;
	max-width:100%;
	max-height: inherit;
}