/* ------------- main column styles */
.noteBox
{
	position:absolute;
	float:left;
	width:123px;
	height:170x;
	background: transparent url('images/rosebk.jpg');
	border:1px solid pink;
	margin: 0 2px 5px 2px;
	
}




#content {
	position:relative;
	float: left;
	width: 580px;
	margin-left:5px;
	padding-left: 5px;
  padding-right: 5px;
	background-color:#ffffff;
	

}





#content p {
	margin: 2px 2px 2px 2px;
	font-size: 13px;
	FONT-FAMILY: Trebuchet MS;
	text-align: justify;	
	

}
#content vcp:first-letter {
	
	font: small "Vivaldi", Arial, sans-serif;
	font-size: 160%;
	color:#AA00F;
}

#content a {
	text-decoration: none;
	color: #D40000;
	
}

#content table {
	border: 0em none; font-size: 100%;
	 margin-top:1em; margin-bottom:0;
	padding-left:1em; padding-right:1em; padding-top:0; padding-bottom:1em
	
}
#content td {
	padding: 1em;
		
	color: #6E6E6E;
	text-align: center;
	background:#FFFFFF;
	border-bottom: 1px dashed #E1454D;

}

p.first{color:#A21919;}

#content h1 {
	margin: 0 33% 1.25em -2em; padding: 0.5em 2em;
	background: #FFF; color: #686397;
	font-size: 50%;
}
#content h4 {
	color: red;
	font-size: 90%;
}

#content h1 b {
	color: #B0D742;
}

#content h2 {
	margin:2px 2px; padding-bottom: 0.25em;
	/*border-bottom: 1px dashed green;*/
	font-size: 100%;
	color: white;
	background-color:#FAC440;
  
}


#content h3 {
	margin: 0.5em 0;  padding-bottom: 0.25em 2em 3em 2em;
	font: Arial, sans-serif;
	font-size:90%;
	color: #BFBFBF;
	/*background: #F74531;*/

}

#content img.illus {
	width:370;
	align:right;
	margin: 1px 1px 1px 1px;
	border: 2px;
	
	
	
}
#content img.illus2 {
	
	float: left;
	margin: 1em 1em 1em 1em;
	
	
}


#content table.dos {
	border: 0em none;
	 margin-top:1em; margin-bottom:1em;
	padding: 0 .5em .5em;

}

#boxes1 table.tres {
	background-color:red;
}
#content td.dos {
	padding: 1em;
	border: 0px;
	color: black;
	text-align: justify;
	
}

#content p.dos {
	margin: 0 0 1em;
	font-size:100%;
	font-family: Georgia;
	color: gray;

}
#content p.tres {
	margin: 0 0 1em;
	font-family: Tunga;
	font-size:145%;
}

#mensajes {
	position:relative;
	float: left;
	width: 100px;
	height: 150px;
	background: #AA090F; color: white;
	
}
#mensajes p{
	margin: 2px 2px 2px;
	font: small "Lucida Grande", Arial, sans-serif;
	font-size: 100%;
}
#mensajes h3{
		background: olive; color: white;
		
}

#mensajes h3:first-letter {
	font-family: Lucida handwriting, Garamond, Papyrus, Arial;
	font-size: 100%;
}
#mensajes h3 {
	font: Georgia, Arial;
font-size: 100%;
	margin: 0 1px; padding: 1px 1px;
	}
	
	
#insidedivision{
	float: left;
	width: 260px;
	height:228px;
	background:white url('images/postit1.png') no-repeat;
	margin-left:10px;
	margin-bottom:10px;
	
	
}
#insidedivision a{
	color:#2CA8FD;	
}
#insidetext{
	float: left;
	width: 220px;
	height:180px;
	margin-left:20px;
	margin-top:25px;
	
}




/* ------------- Preloading images */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 0 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:active span{ /*CSS for enlarged image*/
visibility: visible;
top: 208px;
left: 219; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* ------------- slider jquery*/

#slider {
    width: 580px; /* important to be same as image width */
    height: 386px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1 {
    width: 720px; /* important to be same as image width */
    height: 386px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}

