/*-----------------------MERCADO DE PÁGINAS-2017-RESPONSIVE DESIGN 100%--------------------------------------
-------------------------------------------LIMA-PERÚ-------------------------------------------------------
------------------------------------------VERSIÓN-1.0-----------------------------------------------------*/
.avatar{
/*ACA PUEDE EDITAR LAS PROPIEDADES DEL ENCABEZADO, SOLO DEBE EDITAR LOS VALORES QUE NECESITE CAMBIAR Y DAR CLICK EN EL BOTON GUARDAR*/

/*------------------------------PROPIEDADES DEL ENCABEZADO -------------------------------------------*/
	
	/*COLOR DE FONDO DEL ENCABEZADO, SI LO DEJA VACIO TENDRA UN FONDO TRANSPARENTE*/
/*background:;*/
	
	/*TAMAÑO DEL BORDE*/
	border:0px;
	
	/*ALINEACION*/
/*	float:left;*/
	
/*ESTAS PROPIEDADES ESTAN POR DEFECTO PARA QUE PUEDA FUNCIONAR EL SITIO CORRECTAMENTE, SOLO DEBE EDITARLOS SI TIENE LOS CONOCIMIENTOS NECESARIOS PARA HACERLO*/
/*	margin-left:10px;*/
	color:#696969;
	font-size:15px;
	font-weight:bold;
	vertical-align:middle;
	
	width:30%;
}

.container{
	text-align:center;
	display:inline;    

}
.derecha{
	float: right;
	/*background:;*/
	border-radius: 60px 60px 60px 60px;
-moz-border-radius: 60px 60px 60px 60px;
-webkit-border-radius: 60px 60px 60px 60px;

	width:30%;
	   /*margin-top: 50px;*/
 
}

.derecha img{
    width: 95%;
    height: auto;
	   margin-top: 50px;
}
.centro{
	background:#FFF;
	display:inline-block;
text-align:center;
/*width:350px;*/
	width:39%;
}

.btnsalir{
    padding:5px;
    width:auto;
    height:auto;
background: rgba(156,156,156,1);
background: -moz-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(150,150,150,1) 9%, rgba(145,145,145,1) 58%, rgba(176,176,176,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,156,156,1)), color-stop(9%, rgba(150,150,150,1)), color-stop(58%, rgba(145,145,145,1)), color-stop(100%, rgba(176,176,176,1)));
background: -webkit-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(150,150,150,1) 9%, rgba(145,145,145,1) 58%, rgba(176,176,176,1) 100%);
background: -o-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(150,150,150,1) 9%, rgba(145,145,145,1) 58%, rgba(176,176,176,1) 100%);
background: -ms-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(150,150,150,1) 9%, rgba(145,145,145,1) 58%, rgba(176,176,176,1) 100%);
background: linear-gradient(to bottom, rgba(156,156,156,1) 0%, rgba(150,150,150,1) 9%, rgba(145,145,145,1) 58%, rgba(176,176,176,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9c9c', endColorstr='#b0b0b0', GradientType=0 );
float: inline-end;
color:#FFF;

	margin:2px;

	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	
}

.btnsalir:hover{

	/*----COLOR DEL BOTON AL PASAR EL MOUSE----*/	
background: rgba(92,92,92,1);
background: -moz-linear-gradient(top, rgba(92,92,92,1) 0%, rgba(87,87,87,1) 9%, rgba(84,84,84,1) 58%, rgba(102,102,102,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,92,92,1)), color-stop(9%, rgba(87,87,87,1)), color-stop(58%, rgba(84,84,84,1)), color-stop(100%, rgba(102,102,102,1)));
background: -webkit-linear-gradient(top, rgba(92,92,92,1) 0%, rgba(87,87,87,1) 9%, rgba(84,84,84,1) 58%, rgba(102,102,102,1) 100%);
background: -o-linear-gradient(top, rgba(92,92,92,1) 0%, rgba(87,87,87,1) 9%, rgba(84,84,84,1) 58%, rgba(102,102,102,1) 100%);
background: -ms-linear-gradient(top, rgba(92,92,92,1) 0%, rgba(87,87,87,1) 9%, rgba(84,84,84,1) 58%, rgba(102,102,102,1) 100%);
background: linear-gradient(to bottom, rgba(92,92,92,1) 0%, rgba(87,87,87,1) 9%, rgba(84,84,84,1) 58%, rgba(102,102,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#666666', GradientType=0 );

	/*----CURSOR DEL BOTON AL PASAR EL MOUSE----*/	
	cursor:pointer;
	
	/*----COLOR DEL TEXTO AL PASAR EL MOUSE----*/
	color:#FFF;
}

.btnentrar{
    padding:5px;
    width:auto;
    height:auto;
    background: linear-gradient(to bottom, #e32c00 0%, #e16446 100%);
float: inline-end;
color:#FFF;

	margin:2px;

	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
}

.btnentrar:hover{

	/*----COLOR DEL BOTON AL PASAR EL MOUSE----*/	
background: rgba(17,77,146,1);
background: -moz-linear-gradient(top, rgba(17,77,146,1) 0%, rgba(20,97,169,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,77,146,1)), color-stop(100%, rgba(20,97,169,1)));
background: -webkit-linear-gradient(top, rgba(17,77,146,1) 0%, rgba(20,97,169,1) 100%);
background: -o-linear-gradient(top, rgba(17,77,146,1) 0%, rgba(20,97,169,1) 100%);
background: -ms-linear-gradient(top, rgba(17,77,146,1) 0%, rgba(20,97,169,1) 100%);
background: linear-gradient(to bottom, rgba(17,77,146,1) 0%, rgba(20,97,169,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114d92', endColorstr='#1461a9', GradientType=0 );

	/*----CURSOR DEL BOTON AL PASAR EL MOUSE----*/	
	cursor:pointer;
	
	/*----COLOR DEL TEXTO AL PASAR EL MOUSE----*/
	color:#FFF;
}
/*-----------------------------------------------FIN---------------------------------------------------*/