/* CSS3 */
/* Developed by: MrCh0n <mrchon@gmail.com> */  
/* fecha de creacion: 29/10/2014 */  
/* fecha de modificacion: 07/11/2014 */

/* =================================================================== 
 * Botones basicos
 * ===================================================================*/
/*
566268 //texto
31c2ee //azul chillante
00b4f9 //azul
009ad4 //azul obscuro
4d90fe //azul botones
e33030 //rojo 
fbd900 //dorado
febf00 //mostaza rojizo
a2cb3d //verde
db7db4 //violeta
606eff //morado
e87208 //anaranjado
737373 //gris
f0f0f0 //gris light
fff2cc //amarillo light
e8eef3 //azul light
ffd76e //amarillo
f4f4f4 //gis azulado
a479e2 //morado
35AC19 //verde material design
* */

.btn_normal{
	font-size:1.5em;
	width:150px;
	padding:5px;
	margin:10px;
	border-radius: 5px;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
}
.btn_normal:hover,.btn_small:hover{
	cursor:pointer;
	width:300px;
}

.btn_transition{
	-webkit-transition: width 2s ease-in-out;
	-moz-transition: width 2s ease-in-out;
	-ms-transition: width 2s ease-in-out;
	-o-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;
}

.btn_transform:hover{
	-moz-transform: scale(2) rotate(2deg) translateX(10px) translateY(20px) skewX(5deg) skewY(10deg);
	-webkit-transform: scale(2) rotate(2deg) translateX(10px) translateY(20px) skewX(5deg) skewY(10deg);
	-o-transform: scale(2) rotate(2deg) translateX(10px) translateY(20px) skewX(5deg) skewY(10deg);
	-ms-transform: scale(2) rotate(2deg) translateX(10px) translateY(20px) skewX(5deg) skewY(10deg);
	transform: scale(2) rotate(2deg) translateX(10px) translateY(20px) skewX(5deg) skewY(10deg);
}

.btn_small{
	font-size:.8em;
	min-width:10px;
	padding:5px;
	margin:auto;
	height:40px;
	border-radius: 5px;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.1);

}

.btn_azul{
	background-color: #4d90fe;
	border: 1px solid #4d90fe;
	color: #FFF;
}
.btn_rojo{
	background-color: #e33030;
	border: 1px solid #e33030;
	color: #FFF;
}
.btn_verde{
	background-color: #a2cb3d;
	border: 1px solid #a2cb3d;
	color: #FFF;
}
.btn_amarillo{
	background-color: #ffd76e;
	border: 1px solid #ffd76e;
	color: #FFF;
}
.btn_back{
	background-color: #424242;
	border: 1px solid #424242;
	color: #fff;
}
.btn_default{
	background-color:#414141;
	color:#000;
	opacity: 0.5;
    filter: alpha(opacity=50); 
}
/* =================================================================== 
 * Botones material design
 * ===================================================================*/

.btn_md { 
	display: inline-block; 
	width: 4em; 
	height: 4em; 
	background-color: #FFF; 
	color: #9e9e9e; 
	box-shadow: 0 0 5px rgba(0,0,0,0.2); 
	border-radius: 2em; 
	overflow: hidden; 
	transform: translateZ(0); 
	transition: all 0.5s ease; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

.btn_md:hover { box-shadow: 0 0 10px rgba(0,0,0,0.4); }
.btn_md:active { border:none;transform: scale(1.2,1.2); }
.btn_md:focus { outline: 0; border:none; color: rgba(0, 0, 0, 1); }

.btn_md > span { 
	display: block; 
	position: relative; 
	width: 2em; 
	height: 2em; 
	transition: transform 0.5s ease; 
	overflow: hidden; 
	margin: 1em; 
}
.btn_md > span > span { display: block; background-color: #9e9e9e; position: absolute; top: 0; left: 0; width: 2em; height: 2em;  border: 1px solid transparent; }

/* =================================================================== 
 * Botones PreRegistro
 * ===================================================================*/
.btn_redondo{
	border:none;
	border-radius: 30px;
	vertical-align:top;
	height:40px;
	padding:5px;
	width:200px; 
    transition: transform 0.5s ease; 
}
.btn_redondo:hover{
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.btn_redondo:active { transform: scale(1.1,1.1); }

 .btn_titulo,.btn_redondoico, .btn_titulo1row{
	border:0px solid #000;
	position: relative; 
	
	font-size:1.5em;
	color:#fff;
	float:left;
	
	padding-left:3px;
	padding-right:3px;
 }
 .btn_titulo{
	margin-left:10px;
	height:28px;
	/*width:60%;
	padding-top:5px;*/
}
.btn_redondoico{
	height:28px;
	width:15%;
	padding-top:2px;	
	/*overflow: hidden; */
	margin-left:5px;
	font-size:1.5em;

}

.btn_captop{
	width:300px; 
	height:50px;
}
.btn_captop>.btn_redondoico{
	width:15%;
	font-size: 2em;
	margin-top:-5px;
	border:0px solid #000;
}
.btn_captop>.btn_titulo{
	border:0px solid #000;
	word-wrap: break-word;
	font-size:1em;
	width:75%;
	margin-top:-5px;
}
.btn_titulo1row{
	border:none;
	color:#fff;
	margin-left:5px;
	height:20px;
	width:60%;
	padding-top:5px;
}
/* =================================================================== 
 * Separador
 * ===================================================================*/
.separador{
	position:relative;
	margin:auto;
	width:100%;
	text-align:center;
	vertical-align:text-top;
	border-bottom: none;
    border-left: none;
    border-right: none;
    border-color: #d9d9d9;
}
.circulo {
  border-top: 0px solid #000;
  width:100px;
  padding:10px;
  margin-left:5px;
  margin-right:5px;
  color:#3b3b3b;
  font-size:1.5em;
  background-color:#d9d9d9;
  border-radius: 50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
}
