@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;700&display=swap');

body {
    margin: 0 auto;
    /*width: 1100px;
	font-family: 'Raleway', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	color: #000000;
    /*background: #000000;*/
    font-size: 25px;
	background-image: url(Fnd01.png);
	background-position: center top;
	background-repeat:repeat;
	background-attachment:fixed;/**/
}

/*
nav {
    position: fixed;
    left: 0;
	top: 0px;
    width: 100%;
	background-color:rgba(82,136,36);
}

nav2 {
    position: absolute;
    left: 0;
	top: 0px;
    width: 100%;
	background-color:rgba(0,0,0,0.5);
}*/

/*---------------------------*/


.menu_bar {
	display:none;
}

header {
	width: 100%;
}

header nav {
	background:#1bb321;
	z-index:1000;
	max-width: 350px;
	width: 95%;
	margin:20px auto;
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	/*La razon por la que no usamos floar en vez de inline-block es
	porque no vamos a poder usar overflows en el header nav ul*/
	position: relative;
}

header nav ul li:hover .children {
	display: block;
}

/*Submenu*/
header nav ul li .children {
	background:#1bb321;
	position: absolute;
	display: none;
	width: 150%;
	z-index: 1000;
}

header nav ul li .children li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
	/*Usamos overflow hidden porque aqui si vamos a necesitar usar float*/
}

header nav ul li .children li a {
	display: block;
}

header nav ul .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right: 0px;
	margin-left:10px;
}

header nav ul li a {
	color:#fff;
	text-decoration: none;
	display: inline-block;
	padding:10px;
	/*padding:20px;*/
}

header nav ul li:hover {
	background:#d3f8d4;
}

header nav ul li span {
	margin-right:10px;
}

header nav ul li .caret {
	position: relative;
	top: 3px;
	margin-left: 10px;
	margin-right: 0;
}

@media screen and (max-width:1500px) {
	body {
		padding-top:60px;
	}
	.menu_bar {
		width: 100%;
		background:#1bb321;
		display: block;
		position: fixed;
		top:0;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 10px;
		color:#fff;
		overflow: hidden;
		font-size:36px;
		font-weight:bold;
		text-decoration: none;
	}

	.menu_bar span {
		float: right;
		font-size: 50px;
	}

	header nav {
		width: 80%;
		height: calc(100% - 80px);
		height: calc(100% - 80px);/**/
		right:100%; 
		/*Con esto ocultamos el menu hacia la derecha, lo agregamos hasta el final*/
		margin: 0;
		position:fixed;
		overflow:scroll;/**/
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children{
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
		/*display: block;*/
	}

	header nav ul li .children li a{
		margin-left: 0px;
	}

	header nav ul li .caret {
		float: right;
	}
}

/*---------------------------*/


#intro {
    position: relative;
    margin-top: 65px;
    /*padding: 44px;*/
    /*background: #ffffff;
    opacity: .8; */
}


aside {
	float: right;
	margin: 0 10px 0 0;
	width: 250px;
}


/*footer Pie de página*/
footer {
    position: absolute;
    left: 0;
    width: 100%;
    background: #62a12b;
}

footer div {
    display: table;
    margin: 0 auto;
    /*padding: 30px 0;*/
    width: 900px;
    color: #fff;
}

footer div section {
    display: table-cell;
    width: 30%;
    /*width: 350px;
	height: 200px;*/
}

footer div #acerca, footer div #otrosBlogs, footer div #popular {
    padding-right: 10px;
}
    
footer h3 {
    color: #FFF;
}
footer a {
    color: #999;
}
footer a:hover {
    color: #FFF;
    text-decoration: none;
}
footer ul {
    margin: 0 0 0 20px;
    list-style: square;
    color: #fff;
    margin-left: 10px;
}

#rcorners1 {
    border-radius: 1px;	
    border: 1px solid #000000;
    padding: 5px;
    /*background: #FFFFFF;
    width: 200px;
    height: 150px;*/
}


#rcorners2 {
    border-radius: 3px;	
    padding: 6px;
	border-width:0;
    background: #636363;
}

#rcorners2:hover {
    border-radius: 3px;	
    padding: 6px;
	border-width:0;
    background: #898989;
}


#rcorners3 {
    border-radius: 1px;	
    border: 1px solid #000000;
    padding: 5px;
    background: #FFFFFF;
    /*width: 200px;
    height: 150px;*/
}

#rcorners3:hover {
    border-radius: 1px;	
    border: 1px solid #000000;
    padding: 5px;
    background: #f2f2f2;
}

#rcorners4 {
    border-radius: 0px;	
    padding: 8px;
	border-width:0;
    background: #1bb321;
  box-shadow: 1px 1px #ffffff;
}


#table1 {
  border-collapse: collapse;
  border: 1px solid #2e58a6;
}



.UtxtTitleCenefa {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
	font: 56px Helvetica, Arial, sans-serif;*/
	font-family: 'Raleway', sans-serif;
    font-size:60px;
	color: #000000;
	text-decoration : none;
	font-weight : normal;
	/*line-height : 20px;*/
}

.UtxtTitle {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
	font: 30px Arial, Helvetica, sans-serif;*/
	font-family: 'Raleway', sans-serif;
    font-size:80px;
	color: #ffffff;
	text-decoration : none;
	font-weight : bold;
	letter-spacing: 8px;
	/*line-height : 35px;*/
}


.UtxtTitleMenu {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
	font: 30px Arial, Helvetica, sans-serif;*/
	font-family: 'Raleway', sans-serif;
    font-size:30px;/**/
	color: #ffffff;
	text-decoration : none;
	font-weight : bold;
	letter-spacing: 1px;
	/*line-height : 35px;*/
}

.UtxtTitleSub {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
	font: 30px Arial, Helvetica, sans-serif;*/
	font-family: 'Montserrat', sans-serif;
    font-size:60px;/**/
	color: #ffffff;
	text-decoration : none;
	font-weight : '100';
	font-style: normal; /*italic*/
	letter-spacing: 5px;
	/*line-height : 35px;*/
}


.UtxtTitle2 {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;*/
	font-family: 'Montserrat', sans-serif;
    font-size:45px;/**/
	color: #4d4d4d;
	text-decoration : none;
	font-weight : bold;
	/*letter-spacing: 5px;
	line-height : 35px;*/
}
.UtxtTitleSub2 {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
	font: 30px Arial, Helvetica, sans-serif;*/
	font-family: 'Montserrat', sans-serif;
    font-size:14px;/**/
	color: #737373;
	text-decoration : none;
	font-weight : 300;
	font-style: normal; /*italic*/
	letter-spacing: 5px;
	/*line-height : 35px;*/
}


.UtxtTitle3 {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;*/
	font-family: 'Montserrat', sans-serif;
    font-size:60px;/**/
	color: #ffffff;
	text-decoration : none;
	font-weight : bold;
	letter-spacing: 5px;
	/*line-height : 35px;*/
}

.UtxtTitle4 {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;*/
	font-family: 'Roboto', sans-serif;
    font-size:20px;/**/
	color: #1bb321;
	text-decoration: none;
	font-weight : 300;
	font-style: light; /*italic*/
	letter-spacing: 0px;
	/*line-height : 35px;*/
}

.Utxt {
	/*font-family : Calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
	font: 16px Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color: #464646;
	text-decoration : none;
	font-weight : normal;
    /*padding: 2px;
	line-height : 14px;*/
}

.Utxt2 {
	/*font-family : Calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;*/
	font-family: 'Montserrat', sans-serif;
    font-size:25px;
	color: #148518;
	text-decoration : none;
	font-weight : normal;
	/*line-height : 14px;*/
}


.Utxt3 {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
    font-size:36px;/**/
	color: #000000;
	text-decoration : none;
	font-weight : normal;
	/*line-height : 14px;*/
}


.Utxt4 {
	/*font-family : Calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
	font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
    font-size:40px;/**/
	color: #ffffff;
	text-decoration : none;
	font-weight : normal;
	/*line-height : 14px;*/
}

.Utxt5 {
	/*font-family : Calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
	font-family: 'Open Sans', sans-serif;*/
    font-size:36px;
	color: #ffffff;
	text-decoration : none;
	font-weight : normal;
	/*line-height : 14px;*/
}

.UtxtAnun {
	font: 20px Helvetica, Arial, sans-serif;
	text-decoration : none;
	font-weight : bold;
    padding: 5px 0;
	/*line-height : 13px;*/
}

.UtxtTitForma {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
    font-size:12px;
	color: #000000;
	text-decoration : none;
	font-weight : normal;
    /*padding: 0px;
	line-height : 20px;*/
}

.UtxtForma {
	font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
	color: #000000;
	text-decoration : none;
	font-weight : normal;
    padding: 4px;
	/*line-height : 12px;*/
}

.UtxtFormaBoton {
	font-family: 'Montserrat', sans-serif;
    font-size:18px;
	color: #444444;
	text-decoration : none;
	font-weight : bold;
}


div.card {
  /*width: 500px;
  height: 350px;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  padding: 20px 20px;
}


.LigaT1{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

A.LigaT1:link    {color:#e60000; text-decoration:none;FONT-WEIGHT: bold;}
A.LigaT1:visited {color:#e60000; text-decoration:none;FONT-WEIGHT: bold;}
A.LigaT1:active  {color:#e60000; text-decoration:none;FONT-WEIGHT: bold;}
A.LigaT1:hover   {color:#e60000; text-decoration:underline;FONT-WEIGHT: bold;}

.LigaT3{
	/*font-family:  Calibri, Helvetica, Arial, sans-serif;
	line-height : 10px;	*/
	font-family: 'Open Sans', sans-serif;
    font-size:28px;
	/*font-weight : bold;*/
}
A.LigaT3:link    {color:#000000; text-decoration:none;}
A.LigaT3:visited {color:#000000; text-decoration:none;}
A.LigaT3:active  {color:#000000; text-decoration:none;}
A.LigaT3:hover   {color:#7d7d7d; text-decoration:none;}


.LigaT4{
	/*font-family:  Calibri, Helvetica, Arial, sans-serif;
	line-height : 10px;	*/
	font-family: 'Montserrat', sans-serif;
}
A.LigaT4:link    {color:#0a430c; text-decoration:none;FONT-SIZE: 40px; FONT-WEIGHT: normal;}
A.LigaT4:visited {color:#0a430c; text-decoration:none;FONT-SIZE: 40px; FONT-WEIGHT: normal;}
A.LigaT4:active  {color:#0a430c; text-decoration:none;FONT-SIZE: 40px; FONT-WEIGHT: normal;}
A.LigaT4:hover   {color:#7d7d7d; text-decoration:none;FONT-SIZE: 40px; FONT-WEIGHT: normal;}

