/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	padding: 0;
	margin: 0;
	color: #FFF;
	text-decoration: none;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#131313;
 background-image:url(../imagenes/fondopag1.jpg); 
 background-repeat:no-repeat;
 
}
#wrapper {
	margin: 0 auto;
	width: 820px;
}
#rightcolumn {
	float: right;
	margin: 0;
	vertical-align: text-bottom;
	height: 280px;
	width: 820px;
	font-family: "Times New Roman", Times, serif;
	 background-image:url(../imagenes/norrman.jpg); 
    background-repeat:no-repeat;
}
#rightcolumn2{
	float: right;
	color: #dfdfdf;
	margin: 0 auto;
	padding: 0px;
	height: 352px;
	width: 820px;
	font-family: "Times New Roman", Times, serif;
}
#rightcolumn2 a{
	float: right;
	color: #dfdfdf;
	margin: 0 auto;
	padding: 0px;
	height: 352px;
	width: 820px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	text-decoration:none;
}

#content{
	margin: 0 0 0 60px;
	width: 896px;
}
#header {
	width:895px;
	height: 100px;
	margin: 0;
	
}
#header2 {
	width:895px;
	height: 100px;
	margin: 0;
	z-index: 3;
}
#footer {
	width:925px;
	margin: 0;
	height: 496px;
}
.home{
	width:100px;
	float:right;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:18px;
	color:#131313;
	margin: 75px 0 0 0;
	padding:5px;
	z-index: 9;
}
#A {
	padding:0px;
	position: absolute;
	left: 723px;
	top: 81px;
	width: 139px;
	height: 25px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #131313;
}
#A a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #131313;
	text-decoration:none;
	}

#A a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	text-decoration:none;
	}


#A1 {
	padding: 0px;
	position: absolute;
	left: 141px;
	top: 18px;
	width: 102px;
	height: 16px;
	z-index: 300;
	color: #4a4a4a;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: bold;
	word-spacing: 3px;
	text-indent: 7px;
}
#A1 a{
	color: #4a4a4a;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#A1 a:hover{
	color: #dfdfdf;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:#4a4a4a;
}
#menuhoriz ul li {
        display: inline;
        padding: 2px 7px; /*Separar el texto*/
        margin:5px; /* Separar los botones */
        font-size:12px;
}
#menuhoriz ul li:hover {
       
        cursor: pointer; /* cambiar el aspecto del puntero */
}
#menuhoriz ul {
        /* Linea para delimitar la botonera */
        border-bottom-width: 1px;
        border-bottom-style: solid;
		font-size:12px;

}
/*proyectos*/
/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height:156px; 
    width: 496px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}
 

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#885e06;
}
#flotante{
	position:absolute;
	width: 169px;
}

