/* Print CSS File */
/* Global CSS File for :: EL SITIO WEB DE LAS CLASES DE ESPANOL DEL PROFESOR TEJEDA :: */
a:link {
	color: #339;
	}
a:visited {
	color: #636;
	}
body {
	font-family: Arial, Helvetica, Geneva, san-serif;
	font-size: 12pt;
	background-color:none;
	background-image:none;
	text-align:center;
	margin-top: 0;
	width: 8.5in;
}
/************************************** MAJOR PAGE SECTIONS formatting ******************/
#headertitle {
	display: none;
}
#wrapper {
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	width:6.5in;
	background-image:none;
}
#container {
	/*float:right;*/
	width:6.5in;
}
#content {
	float:left;
	width: 6.5in;
	font-size:12pt;
	line-height:6pt;
	font-family:"Times New Roman", Times, serif;
	/*line-height: 1.25em;*/
}
#sidecontent {
	display: none;
	width: 0;
}

/************************************** HEADINGS/TITLES formatting ****************************/
h1 {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 12.5pt;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 0;
	background-image: none;
}
h2 {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 12pt;
	border: none;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight:bold;
	color: #000000;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size: 12.5pt;
	color: #000000;
	font-weight: bold;
}
h5 {
	font-size: 13.5pt;
	font-weight: bold;
	text-decoration: underline;
}
/************************************** MAIN NAVIGATION formatting ****************************/

#nav {
	display: none;
	width: 0;
} 
/************************************** SIDE CONTENT formatting ********************************/
#inthissection {
	diplay: none;
	width: 0;
}
/************************************** LISTS formatting *********************************/
#content ul {
	list-style-type: circle;
	list-style-image: url(../assets/backgrounds/stainbullet.gif);

}
#content ul li {
	padding: .5em 0 .5em 0;
	line-height:.95em;
}
#content ol li {
	padding: .4em 0 .4em 0;
	line-height:.95em;
}
/************************************** FOOTER formatting ********************************/
#footer {
	display: none;
}

p.copyright, p.actualizacion {
	font-size: .8em;
	color:#563216;
	padding:0 0 1em 40px;
}
p.copyright {
	margin: 1em 0 0 0;
}
p.actualizacion {
	margin: -1em 0 0 0;
}
/************************************** CLASSES formatting **************************/
.hide { 
display:none; 
}
.bold { 
font-weight:bold; 
}
.italics {
	font-style:italic;
}
.strikeout {
	text-decoration: line-through;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.thumbnails img {
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	border: 8px solid #C0AFA0;
}
#contentportfolio {
	float:left;
	width: 580px;
	padding: 0 0 1em 0;
	font-size: .95em;
	line-height: 1.25em;	
}
.imgborder_floatleft {
	float: left;
	border: 1px solid #000000;
	margin-right: 1em;
	margin-bottom: 1em;
}
/************************************** FOTO DE LA SEMANA formatting **************************/
p.translation {
	margin: -1.5em 0 0 0;
	padding: 0 0 2.5em 0;
}
/************************************** BLOCKQUOTE formatting **************************/
blockquote {
	background-image:url(../assets/backgrounds/quote_initial.gif);
	margin: 0;
	padding: 0 0 0 48px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.2em;
}
blockquote p {
	background-image: url(../assets/backgrounds/quote_end.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 24px 20px 0;
}
/************************************** FOTOMENU formatting **************************/
#fotomenu {
	background-image:url(../assets/backgrounds/sidebar_bg.jpg);
	font-size: .9em;
}
#fotomenu h3 {
	font-size: 1.25em;
	color: #990000;
	margin: 1.25em 0 0 0;
	padding: 0 0 0 0;
}
