@charset "utf-8";


.frow {
	margin-top: -30px;
    clear:both;
}

.frow .col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
	padding-left:1%;
}

.frow .col:first-child { margin-left: 0; }

.frow .col4 {
  width: 25%;
}

.frow .col3 {
    width: 70%;
}

.frow .col3 div {
    padding-left: 50px;
	padding-right: 50px;
}

.subtitu {
    font-size: 2em;
    padding-right: 30px;
    font-weight: bold;
	color: rgba(169,245,185,1.00);
    text-align: center;
    background-color: rgba(9,62,13,1.00)
}

.a1 {
    padding-left: 40px;
    font-size: 1.5em;
    text-indent: -40px;
    font-weight: bold;
	letter-spacing: -1px;
}

.borde {
    border: 15px ridge #2f450f;
    background-image: url(../images/panta1.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.dd0 {
    background-image: url(../images/robo0.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    /*background-color: rgba(185,237,183,1.00);*/
}

.debajo0 {
	clear: both;
	position:relative;
	width: 100%;
}

.debajo0 .conti {
	position: absolute;
	left: 40%;
	top: 20px;
	width: 34px;
	height: 40px;
	background-color: green;
	padding-left: 20px;
	padding-top: 16px;
	border-radius: 30px;
    border: thin ridge rgba(28,66,14,1.00);
}

.debajo0 .conti a {
	color: black;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

.debajo0 .conti:hover {
	width: 25%;
}

