@charset "utf-8";
@font-face {
 font-family: AdelleSansSAGE;
 src: url("../fonts/AdelleSansSAGE.eot") /* EOT file for IE */
}
@font-face {
 font-family: AdelleSansSAGE;
 src: url("../fonts/AdelleSansSAGE.ttf") /* TTF file for CSS3 browsers */


}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color:#652d86;
}
.burbuja {
	width:136px;
	height:136px;
	position:absolute;
	top: 34px;
  	right: 124px;
	background: url(../../../images/burbuja.png) no-repeat;
}
#container {
	width:960px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	background:#E6E6E6;
}
#header {
	width:960px;
	height:130px;
	background:#4D4F53;
	padding:25px 40px 15px 40px;
}
#header h1 {
	color:#3DAE2C;
	font-size:48px;
	margin:15px;
	font-family:Foco, Arial;
	font-weight:300;
}
#header h2 {
	color:#fff;
	font-size:34px;
	margin:15px;
	font-family:Foco, Arial;
	font-weight:300;
}
.logo {
	width:72px;
	height:30px;
	top:20px;
	right:20px;
	/*background:url(http://www.sageproduccion.com/despachos/2015/15-02/150202/images/logo_sage.png) no-repeat;*/
}
#main-content {
	width:960px;
	padding:20px 0 40px 0;
	background-color:#E6E6E6;
}
#footer {
	width: 890px;
	height:15px;
	padding:15px 0;
	margin:20px auto 0 auto;
	position:relative;
	background:#B1B2B2;
	behavior: url(http://www.sageproduccion.com/despachos/2015/15-02/150202/cursos/js/PIE.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer span {
	padding:0 20px;
}
#container_calendarios {
	width:870px;
	margin:0 auto;
	padding:0 0 20px 20px;
	background:#D7D7D7;
	position:relative;
}
.box_seminario{
	width:413px;
	margin:20px 20px 0 0;
	float:left;
	background:#e6e6e6;
	border:solid 1px #fff;
	position:relative;
}

.box_seminario_lanzamiento{
	width:413px;
	margin:20px 20px 0 0;
	float:left;
	background:#3AA935;
	border:solid 1px #fff;
	position:relative;
	color:white;
}

.box_info{
	width:239px;
	padding:10px;
	float:left;
	border-right:1px solid #fff;
}
.box_info p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.box_info h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}
.box_dias{
	width:132px;
	float:left;
	padding:10px;
}
.box_dias p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
.titular {
	width:890px;
	height:40px;
	background:#3DAE2C !important;
	behavior: url(http://www.sageproduccion.com/despachos/2015/15-02/150202/cursos/js/PIE.htc);
	font-size:16px;
	margin:0 auto;
}
.titular h1 {
	padding:13px 0 0 20px;
	font-family:Foco, Arial;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}
.clearfloat {
	clear:both;
}
.dia {
	width:30px;
	height:23px;
	background:#3DAE2C;
	float:left;
	margin:5px;
	padding-top:7px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
}
.dia_lanzamiento {
	width:30px;
	height:23px;
	background:#FFFFFF;
	float:left;
	margin:5px;
	padding-top:7px;
	text-align:center;
	font-weight:bold;
	color:#3AA935;
}
.info {
	width:890px;
	height:20px;
	background:#B1B2B2;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
.info p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#1A1A1A;
}
.btn_inscripcion {
	width:239px;
	height:23px;
	background:#4D4F53;
	position:relative;
    color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:7px;
	text-align:center;
	margin:0;
	margin-top:20px;
}

.btn_inscripcion a {
	color:#FFF;
}
.btn_inscripcion a:hover {
	color:#CCC;
}


/*COOKIES*/

.hidden {display: none !important;}

#cookie-banner{background-color:#f4f4f4;color:rgba(0,0,0,.85);padding: 20px 0;border-bottom:1px solid #d6d6d6; height: 103px;}
#cookie-banner .container .cookie{display:flex;justify-content:space-between}
#cookie-banner .container .header{position:relative;font-size:1.1em}
#cookie-banner .container .header .close-icon{float:right}
#cookie-banner .container .header .close-icon a{right:15px;display:block;height:17px;width:17px;background:url(/imagine-assets/content/images/icon_close_black.7f973789.svg) no-repeat}
#cookie-banner .container .section{font-size:1.4rem}
#cookie-banner .container .section a:not(.button-primary):not(.button-block-primary):not(.button-secondary):not(.button-block-secondary):not(.button-tertiary):not([role=tab]):not(.button){text-decoration:underline}
#cookie-banner .container .close-button a{padding-top:5px;}#cookie-overlay{position:fixed;height:100%;width:100%;display:none;background-color:rgba(0,0,0,.6);top:0;z-index:17}

#cookie-banner h4 {
	font-size: 24px;
 	padding:10px 0;}

#cookie-banner p {font-size: 12px;}


#cookie-banner .container .close-button{align-self:center;padding-left:10px}

.button-secondary { color: #ce0058!important;
    background-color: transparent;
    border-radius: 40px;
	border:1px solid #d6d6d6;
	position: relative;
    display: inline-block;
    margin: 0;
    word-wrap: normal;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: 0 0;
    transition: all .25s;
    text-decoration: none;
    }

  a {color:#ce0058;}