/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	/*background:url(http://www.verocalder.cl/files/imgs/background.jpg) no-repeat;*/
	background-color:#ffffff;
}

body#section_id_1 { background-color: white; }
body#section_id_2 { background-color: red; }
body#section_id_3 { background-color: blue; }


#menu {
	opacity:1;
	float:left;
	width:160px;
	overflow: auto;
	top: 15px;
	height:auto;
	left: 28px;
	padding-right: 8px;
	padding-top:5px;
	position:fixed;
	background-color:#FFF;
	text-align:right;
	z-index: 9999;
	color: FFF;
}

/* The following sets the style for the section heading */


#menu ul { list-style: none; margin: 0 0 10px; }
	
#menu ul li a { color:#333333;text-decoration: none; }
#menu li.link { text-decoration: none; background:#FFFFFF; }
#menu li.active { text-decoration:line-through; background:none;}
#menu li.visited { text-decoration: none; background:#FFFFFF; }
#menu ul li a:hover { text-decoration: none; background:#FFFFFF }

a img { border: none; background:transparent; }



#menu ul li.section-title { 
	color:#000000;
	font-size: 12px;
	font-family:Georgia, Times, serif;
	font-style:italic;
	font-weight:none;
	text-decoration:none;
	border-bottom: 1pt dotted;
	margin: 0 0 4px;

	}
	
#menu ul li.section-title a:link { color; font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:active { font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:visited { font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:hover { font-weight: bold; font-size: 11px; background:#FFFFFF}

div1 { background-color: #3cccaa; margin: 0px 300px auto 235px; }


/* CONTENT AREA 

#content { 	background-color: transparent; 
			background-repeat: repeat; 
			background-attachment: scroll; 
			min-width: 700px; 
			max-width: 700px;
			top: 50px;
			left: 310px;
			z-index: 1;
			cursor:move;
			}
	

.container { 	font-size: xx-small; 
				font-family: verdana;
				color:#000000; 
				padding: 0px 5px 28.94px 0px;
				padding-left:10px;
				}

#content p { position: static; top: 0; left: 0; bottom: 0; width: 180px; height: auto; margin-bottom: 9px;
 }
#content a:link { text-decoration:none; color:#666666;
 }
 */
 #content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 10px 5px 60px 5px;
}

#content p { width: 400px;
  padding: 35px; 
  margin-bottom: 9px; }
  
#content a:link {
	color:#CC6666}
	 
#content a:visited {
	 color:#ffffff;
		background-color:  #CC6666;} 
		 
#content a:active {color:#CC6666;}
		 
#content a:hover {
  color:#ffffff;
		background-color:  #CC6666;}  
		
#wrapper {
 position: absolute;
 z-index:2;
 width: 100%;
  height:100%;
top:0;<
left:0;
}
		
  
  
.hl 	{ 	background: #FFFF33;}


.blink 	{ 
			text-decoration:none;
}

/* SLIDE SHOW - Navigation */

p.nav a {
	color:#CC6666;
	text-decoration: none;
	background-color:transparent;
	font-size: 10px;
	
	}
	
	p.nav a:hover {
	    color:#ffffff;
		background-color:  #CC6666;
	}
	
	p.nav span#num {
		font-style: normal;
		padding-left: 20px;
	}

p2 { 		font-family: verdana;
			font-size:xx-small;
			color:#000000;
			text-decoration: none;
			background-color:transparent;
			margin: 0 0 0px; }


/* HEADINGS */
	
	/*
	when typing your text/descriptions follow this format to use these heading types
	
	<h1>This is the text i want to be a heading which</h1>
	
	start with h1 as your largest most important heading. you may not need all 4 but they are here if you do.
	*/

h1 {	font-size: 12px; 
		font-family: verdana;
		font-style:normal;
		color:#000000;
		text-transform:none;
		background-color:#FFFF33;
		}
	
h2 { 	font-size: 12px; }

h3 {	font-size: 40px; 
		font-family: georgia;
		font-style:italic;
		color:#000000;
		text-decoration:none;
		text-align:right;
		text-transform:reflect;
		}
		
h4 { 	font-size: 15px; }


/* IMAGES */

#img-container	{ margin: 0; background:transparent;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; background:transparent;
}
#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }
