/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body {margin : 0 auto; padding : 0; font : 100%/1.4 Verdana, Tahoma, Geneva, sans-serif; /* cambiado de Georgia, "Times New Roman", Times, serif */ color : #000; text-align: center;}

button, 
input, 
select, 
textarea { 
font-family : MuseoSlab100, lucida sans unicode, 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  MuseoSlab300, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-weight : normal;
margin-top: 0px;
letter-spacing: -1px;
}

h1 { 
font-family:  LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
color: #000;
margin-bottom : 0.2em;
font-size : 6em; /* 96 / 16 */
line-height : 1.4;
}


h2 { 
color: #222;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2.75em; /* 40 / 16 */
line-height : 1.2;
}

h3 { 
color: #333;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #444;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 { 
		color: #ccc;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.introtext {
font-family:  MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-size : 2.5em; /* 40 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}


p.handwritten {
font-family:  HandSean, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}


.and {
font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
font-size: 1.5em; /* 24 / 16 */
}

.heart {
font-family: Pictos;
font-size: 1.5em; /* 24 / 16 */
}

ul, ol {margin : 0 0 1.5em 0; padding : 0 0 0 24px;}

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

/* a { 
color : #333333;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:focus {outline : thin dotted; color : rgb(0,0,0); }

a:hover, a:active {outline:0; color:#fff;}  */

a, a:link, a:visited {color: #997528;}

a:hover {color:#fff; font-variant:small-caps; text-decoration:none;}

footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft {float: left; margin: 0 10px 0 0;}

img.floatright { float: right; margin: 0 0 0 10px;}


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption {background-color:transparent;}
	
.list-services {padding:0;}

	.list-services li {
		padding:0 0 18px 0;
	}
	.list-services li a {
		padding:5px 0 5px 35px;
		font-size:17px;
		line-height:1.3em;
		color:#FFF;
		text-decoration:none;
		background:url(../images/social-buttons.png) 0 3px no-repeat;
		position:relative;
	}
	.list-services li a.item-2 {background-position: 0 -37px;}
	.list-services li a.item-3 {background-position: 0 -77px;}
	.list-services li a.item-4 {background-position: 0 -117px;}
	
	.list-services li a:hover {
		text-decoration:underline;
	}

/*  MAIN LAYOUT	============================================================================= */

#skiptomain {display:none;}

#wrapper {width:100%; position:relative; text-align:left;
}

	#headcontainer {width: 100%; background-color:#000;}

		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 0;
			position: relative;
			color: #000;
			text-align: center;
		}	

	#maincontentcontainer {width: 100%; background: #FFF;}

		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.25);
		}
		
			#maincontent{clear: both; width: 90%; /* 1000px / 1250px */ font-size: 0.8125em; /* 13 / 16 */ max-width: 92.3em; /* 1200px / 13 */ margin: 0 auto;	padding:0; color: #333; line-height: 1.5em; position: relative;}
		
			.maincontent{clear: both; width: 90%; /* 1000px / 1250px */ font-size: 90%; /* 13 / 16 */ max-width: 92.3em; /* 1200px / 13 */ margin: 0 auto; padding: 0; color: #333; line-height: 1.5em; position: relative;}

	#footercontainer {width: 100%; background: url(images1/footerback.png) left top; border-top:groove 2px #d1bd7d;}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 5px 0px 20px 0px;
			color: #999;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}


		footer a:link, footer a:visited { color: #999; text-decoration: underline; }
		footer a:hover { color: #fff; text-decoration: underline; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #F8DD7B;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

.section {clear:both; padding:0px; margin:0px;}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {border-radius:5px 0 5px 5px;}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	margin: 1px; border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family:  LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size : 1.5em; /* 24 / 16 */
				
}
.button:hover {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker {clear: both;}

.group:before, .group:after {content:""; display:table;}

.group:after {clear:both;}

.group {zoom:1; /* For IE 6/7 (trigger hasLayout) */}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

/* this site */

.abierta {color:#000 !important;}

.bajar0dot3em {padding-top: 0.3em;}

.bajar1dot2em {padding-top: 1.2em;}

.blanco {color:#fff;}

.blancosombra {color:#fff; text-shadow: 1px 1px 1px #000;}

.bloki {text-align: justify;}

.borde {border:1px solid #fff;}

.cab {background-color:#d1bd7d; border-top-left-radius:0.7em; border-top-right-radius:0.7em; color:#fff;}

.cabsub {border:1px solid #F8DD7B; background-color:#d1d1a5; font-family: Tahoma, Geneva, sans-serif; color:#333; text-align:left; padding:0.5em;}

#citas {padding: 1.2em 3em 0.1em 3em; margin: 0 auto; color: #d8d3bd;}

.chiki {font-size:0.8em;}

.centrado {margin-left:auto !important; margin-right:auto!important;}

.colibri {width: 100%; border-top:ridge 2px #fff; border-bottom:groove 2px #fff; padding-top: 2em; padding-bottom: 1em;}

#contenedorcitas {clear: both; width: 100%; background: #1d1a18; border-top:groove 2px #d1bd7d;}

#contenedorintro {width: 100%; background: url(images1/fondocolibri.jpg) repeat; border-top:ridge 2px #fff; border-bottom:double 4px #fff; padding-top: 2em; padding-bottom: 1em;}

.fondo1 {background-color: #ff0;}

.fondoclaro120 {width: 100%; background-color: #f6f2e6; border-top:ridge 2px #fff; border-bottom:groove 2px #fff; padding-top: 120px; padding-bottom: 120px;}

.fondoclaro141 {width: 100%; background-color: #f6f2e6; border-top:ridge 2px #fff; border-bottom:groove 2px #fff; padding-top: 141px; padding-bottom: 141px;}

.font90 {font-size:90%}

.font130 {font-size:130%;}

.hrizq {display:inline; float:left; left:0px; width:30%;}

hr.ovalada {position: relative; width: 50%; height: 50px; overflow: hidden; margin: 0px auto; border: 0;}

hr.ovalada:before {content: ''; width: 90%; height: 30px; left: 5%; position: absolute; z-index: 50;
     /* Edit these radiuses to change the overall curvature.  Duplicate in :after */
    border-bottom-left-radius: 1000px 70px; border-bottom-right-radius: 1000px 70px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .35);}

hr.ovalada:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 30px; z-index: 100; border-bottom-left-radius: 1000px 70px;
    border-bottom-right-radius: 1000px 70px; background: #f6f6ee;}
	
hr.ovaladalat {position: relative; width: 66%; height: 50px; overflow: hidden; margin: 0px auto; border: 0;}

hr.ovaladalat:before {content: ''; width: 90%; height: 30px; left: 5%; position: absolute; z-index: 50;
     /* Edit these radiuses to change the overall curvature.  Duplicate in :after */
    border-bottom-left-radius: 1000px 70px; border-bottom-right-radius: 1000px 70px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .35);}

hr.ovaladalat:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 30px; z-index: 100; border-bottom-left-radius: 1000px 70px; border-bottom-right-radius: 1000px 70px; background: #d1d1a5;}	

.imgizq {float: left; margin: 3px 10px 10px 0px;}

.imgder {float: right; margin: 3px 0px 10px 10px;}

.invisible {display:none;}

.it {font-style: italic;}

.listarecursos {margin: 1em 0 0.7em 1em; padding: 0; list-style: none; font-family: Tahoma, Geneva, sans-serif;}
.listarecursos li {color:#ccc; margin: 0; padding: 0 0 0 20px; background: url(images1/lista.png) no-repeat scroll 0 7px;}
.listarecursos li a {color: #d9c259; font-weight: normal; font-size: 0.923em; text-decoration: none;}
.listarecursos li a:hover {color: #fff;}

#list2 {}
#list2 ol {font-style:italic; font-family:Georgia, Times, serif; font-size:1em; color:#color: #615436;}
#list2 ol li { }
#list2 ol li p {padding:0.6em; font-style:normal; font-family:Arial; font-size:1em; color: #615436; border-left: 1px solid #000; margin : -0.9em 0 0 0 !important;}
#list2 ol li p em { display:block; }

#navcontenido {clear:both; width: 90%; /* 1000px / 1250px */ font-size: 0.8125em; /* 13 / 16 */ max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;	padding: 1em 0px; line-height: 1.4em; position: relative;}
				
#navcontenidonegro {background-color: #000; clear:both; width: 100%; /* 1000px / 1250px */ font-size: 0.8125em; /* 13 / 16 */ margin: 0 auto;	padding:0px; line-height: 1.4em; position: relative; border-top:groove 2px #d1bd7d;}

.negritas {font-weight:bold;}

.negro {background-color:#000;}

.nosombra {text-shadow:none !important;}

.unopuntodosem{font-size : 1.2em;}
				
.opaco {color:#666666;}

.oro {color:#997528;}

.orosobrenegro {color:#F8DD7B; background-color:#373737; padding:5px 12px 5px 12px; text-shadow:none !important;}
				
.plata {background:url(images1/plata.png) repeat; text-align:center; font-variant: small-caps;}

.ppal {background-color:#dadab6; border-radius:25px; padding:1em; line-height: 18px; font-family: Georgia, serif; font-size: 14px; font-style: italic; color: #615436; text-shadow: 1px 1px 1px #e6e6cc;}

.ppal1 {padding:.9em; line-height: 18px; font-family: Georgia, serif; font-size: 1.2em; color: #615436; text-shadow: 1px 1px 1px #e6e6cc;}

.rec {color:#fff; font-weight:normal; font-size:1.5em; margin:0 0 10px; padding:0;}

#recursos {clear:both; width: 100%; /* 1000px / 1250px */ font-size: 0.8125em; /* 13 / 16 */ margin: 0 auto;	padding: 1em 0px; line-height: 1.4em; position: relative; background:#4b4b4b url(images1/recursos.jpg) repeat; border-top:groove 2px #d1bd7d;}	

.recursos1 {clear:both; width: 90%; /* 1000px / 1250px */ max-width: 92.3em; /* 1200px / 13 */ margin: 0 auto;	position: relative; text-align:left;}

.rigth3em {padding-left:3em;}

.serif {font-family: Georgia, "Times New Roman", Times, serif;}

.smallcaps {font-variant:small-caps;}

.span1de10op {background-color:#453a18; color:#999999; text-align:center; font-variant: small-caps;}

.span1de10 {background-color:#d1bd7d; text-align:center; font-variant: small-caps;}

.subir0dot5em {padding-bottom: 0.5em;}

.subr {text-decoration:underline}

.superscript {position: relative; bottom: 0.5em; color: #000; font-size: 0.85em;}

.tercio {width:32%; float:left;}

.terciocentral {width:32%; float:left; padding-left:1em; padding-right:1em;}

.texcen {text-align:center;}

.texder {text-align:right;}

.texizq {text-align:left;}

.tripleseis {color:#666;}

#list8 {margin-right:auto; margin-left:auto;}
#list8 ul {list-style:none;}
#list8 ul li {font-family:Arial; font-size:16px;}
#list8 ul li a {display:block; width:300px; height:30px; background-color:#333; border-left:5px solid #222; border-right:5px solid #222; padding-left:10px; padding-top:5px; text-decoration:none; color:#F8DD7B;}
#list8 ul li a:hover { -moz-transform:rotate(-5deg); -moz-box-shadow:10px 10px 20px #000000;
	-webkit-transform:rotate(-5deg); -webkit-box-shadow:10px 10px 20px #000000;
	transform:rotate(-5deg); box-shadow:10px 10px 20px #000000;}

#resp a {}
#resp a:hover {color:#333; font-variant:normal !important;}
#resp a span p {display: none;}
#resp a:hover span p {display: block;}

/* MODAL */

.modalDialog 
	{position:fixed;
	font-family:Arial, Helvetica, sans-serif;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition:opacity 400ms ease-in;
	-moz-transition:opacity 400ms ease-in;
	transition:opacity 400ms ease-in;
	pointer-events: none;}
	
.modalDialog:target 
	{opacity:1;
	pointer-events:auto;}

.modalDialog > div {width:400px; position: relative; margin: 10% auto; padding:1.5em; border-radius: 10px; background: #fff;
	background: -moz-linear-gradient(#fff, #999); background: -webkit-linear-gradient(#fff, #999); background: -o-linear-gradient(#fff, #999);}
.close
	{background:#AD9961;
	color:#F8DD7B;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;}

.close:hover {background:#F8DD7B; color:#AD9961;}
