/* --------------------------------------------------
Documento CSS para Diagonal v1.0 Virtua 2006 based on CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------o-------------------------------------
Screen layout: */

		body {
	cursor:default;
	background-image: url(diagonal_lines.gif);
			}
	
/* CONTAINER */

		#container {
	width: 900px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	line-height:1.6em;
	color: #1f1f1f;
	background-color:#ffffff;
	border: 1px solid #59534E;
	
	}
		
/* GENERAL */
		
		h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
	color: #FFFFFF;
		}
		
		h2 {
	color: #58798C;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
		}
		
		h3 {
	color: #61876C;
	font-size: 14px;
	font-family: Century Gothic, georgia, helvetica, times, sans-serif;
	background-color: #FFF;
	font-weight: lighter;
		}
		a {
			color:#58798C;
			text-decoration: none;
		}

		a:hover {
			color:#AE5811;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
	padding-top: 0px;
	padding-left: 15px;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #59534E;
	
		}
		
	
/* ZOOMCLOUDS ELEMENT */

.zoomclouds  {
   margin-left: 2px;
   margin-top: 0px;
   text-align: center;
   border:1px solid #DADBBF;
   padding:2px;
   position:absolute;
   background-color:#FFFFFF;
   line-height:1.4em;
   width:150px;
 }
.zoomclouds span a, .zoomclouds a {
   margin: 0 2px;
   text-decoration:none;
   font-family: arial, sans-serif;
 }
.zoomclouds span.tag1 a {color:#58798C}
.zoomclouds span.tag2 a {color:#58798C}
.zoomclouds span.tag3 a {color:#58798C}
.zoomclouds span.tag4 a {color:#58798C}
.zoomclouds span a:hover, .zoomclouds a:hover {
   color:#AE5811;
   background-color:#ffffff;
   text-decoration:none;
}
.zoomcloudswg {
   font-size:10px;
   color: #bbb;
}
.zoomcloudssp {
   font-size:10px;
   color: #444;
}

#izda {
  float:left;
}

/* NAVIGATION ELEMENTS */
		 #navigation ul {
	margin-left: 2px;
	padding-left: 0px;
	list-style-type: none;
	width: 150px;
	padding: 0px;
	padding-top: 0px;
		}

		#navigation a {
			display: block;
			padding: 2px;
			width: 150px;
			border-bottom: 1px solid #CFD0B6;
			background-color: #DADBBF;
		}

		#navigation a:link, #navlist a:visited {
			color:# ;
			text-decoration: none;
		}
		
		#navigation a:hover {
			border-bottom: 1px solid #DADBBF;
			background: #ffffff;
			background-color: #ffffff;
			color:#AE5811;
		}

		
/* CONTENT ELEMENTS */

		#content {
	width: 460px;
	margin-left: 190px;
	margin-right: 190px;
	letter-spacing: 0px;
	padding-bottom: 30px;
	padding-top: 0px;
    text-align:justify;
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
	margin-right: 5px;
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
		}
		
		#sidebar p {
			border-bottom: 1px solid #C2B5A7;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 5px;
			clear: both;
			color:#101010;
			background-color:#EFEDED;
			padding: 5px 5px 5px 5px;
			font-family: Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			border-bottom: 1px solid #C2B5A7;
		}
		
		#footer a {
			color: #101010;
		}
		
		#footer a:hover {
			color: #E78534;
		}

/* FORM ELEMENTS */

        .CajasTexto {
            border: 1px solid #C2B5A7;
            color: #000000;
        }

        .TitulosTexto {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px;
            font-weight:bold;
        }

        textarea {
            color: #000000;
            border: 1px solid #C2B5A7;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            width: 400px;
            padding: 5px;
        }


		/* Y vivieron felices y comieron perdices. Fin. */
