@charset "utf-8";
/* CSS Document */

.btnrenaser {
	background-color:#44c767;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:23px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.btnrenaser:hover {
	background-color:#5cbf2a;
}
.btnrenaser:active {
	position:relative;
	top:1px;
}
.imgadaptable { 
max-width: 100%;
}
.imgborged {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  max-width: 100%;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.btnminiblue {
	width: 100%;
		font-family: 'Roboto', sans-serif;
	font-size:24px;
	background-color: #4939A0;
	color: #fff;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 18px;
	cursor: pointer;
	text-decoration: none;
	 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
} 
.btnminiblue:hover { 
 background-color: #4939A0;
 color: #fff;
 text-decoration: none;
}

/* CSS Style para informacion inicial*/
.bgini {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
.barnav {
  overflow: hidden;
  background-color: #4939A0;
  	border-radius: 18px;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.barnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.barnav a:hover {
  background-color: #ddd;
  color: black;
}
.colini {
  float: left;
  width: 50%;
  padding: 15px;
}
.contcolini:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width:600px) {
  .colini {
    width: 100%;
  }
}
/* END CSS Style para informacion inicial*/

/* CSS Style para informacion dos */
.bginfo {
  background: linear-gradient(90deg, #3F2B96 0%, #A8C0FF 100%);
  color:#fff;
  padding: 20px;
  text-align: center;
}
.colinfo {
  float: left;
  padding: 10px;
}
.colinfo.side {
  width: 45%;
}
.colinfo.middle {
  width: 55%;
}
.contcolinfo:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .colinfo.side, .colinfo.middle {
    width: 100%;
  }
}
/* END CSS Style para informacion dos */


/* CSS para web responsiva con dos columnas */
#webcont{
width: 1200px; 
margin: 0 auto; 
}
#contweb{
width: 1300px; 
margin: 0 auto; 
}
#contgen{
width: 1400px; 
margin: 0 auto; 
}
#contwebtopic{
width: 1350px; 
margin: 0 auto; 
}


#contcolgen{
float: left;
width: 100%;
}

#contxtizq{
margin-right: 550px;
}

#conttxtder{
float: left;
width: 550px; 
margin-left: -550px; 
}

#piepagina{
clear: right;
width: 100%;
background: #000;
color: #FFF;
text-align: right;
padding: 2px 0;
border-top-width: thin;
border-top-style: solid;
border-top-color: #333;
}

#piepagina a{
color: #fff;
}

.textsep{
margin: 10px; 
margin-top: 0;
}

/* ####### responsive layout CSS ####### */

@media (max-width: 840px){ /* responsive layout break point */
	#webcont{
	width: 100%;
	}
	#contweb{
	width: 100%;
	}
	#contgen{
		width: 100%;
	}
	#contwebtopic{
	width: 100%;
	}
	
	#contcolgen{
	float: none;
	}
	
	#conttxtder{
	float: none;
	width: 100%;
	margin-left: 0;
	}
	
	#contxtizq{
	margin-right: 0;
	}
}
/* END CSS para web responsiva con dos columnas */