
@import url(http://fonts.googleapis.com/css?family=BenchNine);

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics 
================================================== */
	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: 11pt;
		font: inherit;
	/*	vertical-align: baseline;*/ }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: auto; }
	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; }
		
		


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h2, h3, h4, h5, h6 {
		color: #FF9;
		font-family: "BenchNine", sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 1.8em; line-height: 40px; margin: 10px; color: #FFF; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: left;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; margin-bottom: 8px; margin-top: 20px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 7px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	
	
	h3.home {height: 45px; background-color: #152635; color: #ffffff; padding: 5px; margin-bottom: 0px; margin-top: 0 !important; line-height: normal;}
	h2.int {height: 35px; background-color: #152635; color: #ffffff; padding: 5px 10px; margin-bottom: 0px !important; margin-top: 0 !important; line-height: normal; font-size: 1.6em;}	
	h2.hometit, h2.hometitppal { font-size: 1.4em; text-align:center; color: #333333; margin: 0 !important; font-weight: bold; border-top: 1px solid #333333; padding-top: 15px; margin-top: 10px;}
	h2.hometitppal {padding-top: 30px;}
	
	h2.evento { text-align: center; /*background-color: #8D8D5F */}
	.dataevento {width: 410px; /*border-right: 1px solid #8D8D5F; border-left: 1px solid #8D8D5F;*/ padding: 7px; margin-right: 20px; float: left; border-top: 1px dotted #8D8D5F; border-bottom: 1px dotted #8D8D5F; height: 390px; padding: 10px;background-image: url(imagenes/back-box-home.png); background-repeat: repeat; margin-bottom: 20px;}
	.descripcionevento, .detallesprofesor {font-size: 0.85em; color: #BFBFA2; }
	.fechaevento {font-size: 1.1em; font-weight: bold; color: #000; background-color: #BFBFA2; padding: 5px;}
	.precio {margin-top: 10px; height: 20px; font-weight: bold; margin-bottom: 0; border-left: 3px solid #8D8D5F; padding: 5px;}
	.capacidadlimitada {position:absolute; right: -20px; top: -30px; width: 130px; height: 160px; z-index: 2000;}
	
	#tallerfoto {width: 100%; text-align:left;}
	#tallerfoto img {width: 100%; max-width: 400px; max-height:282px}
	
	#tallertexto {width:95%; padding-left:5%;}
	
	.separador {boder-bottom: 2px solid #8D8D5F; height: 2px;}	


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }
	
	
	
	.one-third.column a, .one-third.column a:link, .one-third.column a:active, .one-third.column a:visited {color: #152635; text-decoration: none; }
	.one-third.column a:hover{color: #ff0000;}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square inside; }
	ul.circle { list-style: circle inside; }
	ul.disc { list-style: disc inside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 5px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
		

	img.scale-home {width: 100%; height: 150px; margin: 0;}

/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  text-align:left;
	  
	  float:left;
	  }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; 
	  text-align:left;}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align:left }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 80%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;
		text-align:left;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* BOTONERA HOME */
a.botonhome, a.botonhome:link, a.botonhome:active, a.botonhome:visited{cursor: pointer;
/*background: url(http://static.wix.com/services/html-web-skins/1.237.0/images/wysiwyg/core/themes/base/shiny1button_bg.png) 50% 50% repeat-x #152635;*/
background-color: #152635;
/*border-radius: 10px;*/
box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px 0px;
font-family: "BenchNine", sans-serif; font-size: 1.5em;
/*position: absolute;
top: 0px;
bottom: 0px;
left: 5px;
right: 5px;*/  margin-right: 10px; padding-top: 7px; padding-left: 10px; padding-right: 10px;
height: 30px;  display: inline-block; vertical-align: middle; text-decoration: none; color: #ffffff; text-align: center; 
}

a.botonhome:hover { -webkit-transition: background-color 0.4s ease 0s; background-color: #013E5E;
-webkit-transition: color 0.4s ease 0s; color: red;}


@-webkit-keyframes fadeOut {
    from { opacity:1.0 }
    to { opacity:0.0 }
}

@-webkit-keyframes fadeIn {
    from { opacity:0.0 }
    to { opacity:1.0 }
}

@-webkit-keyframes swipeHoriz {
    to { left: 0px }
}

@-webkit-keyframes swipeVert {
    to { top: 0px }
}

@-moz-keyframes fadeOut {
    from { opacity:1.0 }
    to { opacity:0.0 }
}

@-moz-keyframes fadeIn {
    from { opacity:0.0 }
    to { opacity:1.0 }
}

@-moz-keyframes swipeHoriz {
    to { left: 0px }
}

@-moz-keyframes swipeVert {
    to { top: 0px }
}



/* SLIDESHARE */
div.bgcarousel{ /* CSS for main carousel container */

background: #660000 url(ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */

width:940px; /* default dimensions of carousel */

height:363px; margin: auto;
border: 8px solid #8D8D5F; margin-top: 30px;

}



img.navbutton{ /* CSS for the nav buttons */

margin:0px;

opacity:0.7;

}



div.slide{ /* CSS for each image's DIV container within main container */

background-color: white;

background-position: center center; /* center image within carousel */

background-repeat: no-repeat;

background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */

color: white;

}



div.selectedslide{ /* CSS for currently selected slide */

}



div.slide div.desc{ /* DIV that contains the textual description inside .slide */

position: absolute;

color: white;

left: 40px;

top: 100px;

width:200px;

padding: 10px;

font: bold 16px sans-serif, Arial;

text-shadow: 0 -1px 1px #8a8a8a; /* CSS3 text shadow */

z-index:5;

}



div.selectedslide div.desc{ /* CSS for currently selected slide's desc div */

}



div.slide div.desc h2{

font-size:150%;

margin:0;

}



div.slide div.desc a{

color:yellow;

text-decoration:none;

}

@media screen and (min-width:44.375em) {
	
#tallertexto {float: right; width:50%; padding-left:50%;}

}
	
