﻿@charset "utf-8";
/* CSS Document */


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width:1400px;
	background-color:#F3F3F3;
	}
#header {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background-color: #F3F3F3;
}
.logo {
	margin-right: 0px;
	margin-left: 7%;
	display: block;
	float: left;
	margin-bottom: 15px;
	margin-top: 5px;
	border-radius: 5px;
}
#iconos {
	width: 70%;
	margin-right: 150px;
	margin-left: 100px;
	float: left;
	display: block;
	clear: both;
}
#iconos a img {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
h1 {
	font-size: 1.4em;
	color: rgba(44,141,85,1);
	text-align: center;
}
h3 {
	font-size: 1.1em;
	color: rgba(44,141,85,1);
	text-align: center;
}


.menu {
	width: 90%;
	max-width: 1000px;
	margin-bottom: 15px;
	margin-left: 55%;
	margin-right: 25%;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: rgba(255,255,255,1);
	
}

.menu li:first-of-type{
	margin-left:20%;
}
	
.menu > li{
	float: left;
	}

.menu li a {
	text-decoration: none;
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: rgba(44,141,85,1);
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgba(204,204,204,1);	
}
.menu li a:hover {
	
	color: rgba(51,51,51,1);
	background-color: rgba(108,174,136,1);
	border-radius: 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.menu li ul li a {
	background-color:rgba(1,84,164,0);
	font-weight:bold;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgba(44,141,85,0.9);
}
.menu li ul {
	list-style-type: none;
	border-radius: 5px;
	position: absolute;
	background-color: rgba(44,141,85,0.9);
	width: 280px;
	height: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu li:hover ul {
	height: 245px;
	margin-top:30px;
	z-index:100;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}



nav{
	width: 90%;
	max-width: 900px;
	margin-bottom: 15px;
	margin-left: 15%;
	margin-right: 10%;
	display: block;
}
nav ul {
	padding: 0;
	list-style: none;
	width: 100%;
	display: block;
	background-color: #F3F3F3;
	margin-bottom: 0;
	}
nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	
	}
nav li a {
	text-decoration: none;
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: rgba(44,141,85,1);
	display: block;
	float: left;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	margin-right: 8px;
}



nav li a:hover{
	color: rgba(255,255,255,1);
	font-weight:bold;
	background-color:rgba (44,141,85,1);
	border-radius: 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}

nav ul li ul {
	position: absolute;
	display: none;
}
nav li ul li {
	clear:both;
	float:none;
	width:150px;
	
}
nav li ul {
	padding-right: 20px;
	height:0px;
	overflow:hidden;
}
nav li:hover ul {
	height:300px;
}

nav li ul a {
	padding-bottom: 5px;
	padding-top: 5px;
}
h1 {color: rgba(44,141,85,1);
	text-align:center;
	 }

h2 {
	color: rgba(44,141,85,1);
	text-align:center;
}

#container {
	size: 100%;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 25px;
	box-shadow: 5px 5px 15px rgba(44,141,85,1);
	border-radius: 5px 5px 5px 5px;
}

#container h2 {
	font-size: 1.2em !important;
	color: rgba (44,141,85,1) !important;
}

#container li {
	line-height: 1.8em;
}
#cursos {
	width: 100%;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: -5px;
}

.borde-redondo {
	border-radius:10px;
}

.imagen-centrada {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: auto;
	float: none;
}

.float-left {
	display: block;
	float: left;
}
.margen-sup {
	margin-top: 25px;
	margin-right: 5px;
	margin-left: 5px;
}
.texto-centrado {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

section {
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #CCCCCC;
	padding: 5px;
}
article {
	background-color: rgba(255,255,255,1);
	display: block;
	float: left;
	width: 75%;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
aside {
	background-color: rgba(255,255,255,1);
	display: block;
	float: left;
	width: 20%;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


article li{
	font-size: 0.8em;
	margin-left: 10px;
}
article ul li {
	line-height: 1em;
}
.fondo-verde {
	font-weight: bold;
	color: rgba(255,255,255,1);
	background-color: rgba(44,141,85,1);
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fondo-verde a {
	font-weight: bold;
	color: rgba(255,255,255,1);
	background-color: rgba(44,141,85,1);
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration:none;
}

.fondo-verde a:hover {
	color: rgba(51,51,51,1);
	background-color: rgba(108,174,136,1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
article li a {
	text-decoration: none;
	list-style-type: none;
	color: rgba(44,141,85,1);
}
article li a:hover {
	color:rgba(51,51,51,1);
	list-style-type:armenian;
}


article img {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	box-shadow: 5px 5px 5px rgba(204,204,204,0.5);
}
article p {
	font-size: 0.8em;
	border-radius:5px;
}
aside p {
	font-size: 0.8em;
	border-radius: 5px;
}

#confirmacion {
	font-size: 1.3em;
	color: rgba (44,141,85,1);
}

footer {
	width: 80%;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	display: block;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(108,174,136,1);
	border-radius:5px;
}

footer span a{
	font-size: 0.8em;
	color: rgba(255,255,255,1);
	float: right;
	padding:3px;
}

footer span a:hover{
	color:rgba(108,174,136,1);
	background-color:rgba(255,255,255,1);
	border-radius:5px;
	padding:3px;
}
#legal {
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: rgba(44,141,85,1);
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#legal a strong {
	padding-left: 50px;
}


footer #legal a{
	color: #FFFFFF;
	font-size: 0.8em;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
footer #legal a:hover {
	color: rgba(255,255,255,1);
	font-size: 0.8em;
	background-color:rgba(108,174,136,1);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}



footer a {
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	padding: 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	border-radius: 5px;
}
footer a:hover {
	color: rgba(255,255,255,1);
	background-color:rgba(108,174,136,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sin-borde {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none !important;
	border-left-style: none;
}
.sombra-texto {
	text-shadow: 3px 3px 5px #999999;
}
.clear-both {
	clear: both;
}
hr {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
section hr {
	display: block;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	
}
.verde {
	color: rgba (44,141,85,1);
	display: inline;
}
.columnas a{
	width: 28%;
	margin-right: 2%;
	float: left;
	margin-left: 2%;
	font-weight: bold;
	color: rgba(255,255,255,1);
	background-color: rgba(44,141,85,1);
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius:5px;
	text-decoration:none;
}
.columnas a:hover{
color: rgba(51,51,51,1);
	background-color: rgba(108,174,136,1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
p a {
	color: rgba(44,141,85,1);
	text-decoration:none;
	font-weight:bold;
}
section p {
	font-size: 0.8em;
	color: rgba(51,51,51,1);
}
section li {
	font-size: 0.8em;
	color: rgba(51,51,51,1);
}
span a {
	color: rgba(147,0,0,1);
}
span a:hover {
	color: rgba(65,152,101,1);
}
