/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color:#FFF;
		background-image:url(../imagenes/background.jpg);
		background-repeat:no-repeat;
		background-color: #0C1212;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 75%;
		text-align: left;
		}






																/* >>> CONTAINERS <<< */
div#section {
	position:absolute;
	left: 230px;
	top: 65px;
	width: 200px;
	height: 15px;
	color: inherit;
			}

div#gorro {
	position:static;
	left:350px;
	top:250px;
	width: 200px;
	height: 200px;
	color: inherit;
	z-index:0;
			}

div#menu {
	position:absolute;
	left: 20px;
	top: 375px;
	width: 175px;
	height: 15px;
	color: inherit;
			}

	
div#content {
	position:absolute;
	left: 260px;
	top: 125px;
	width: 675px;
	height: 480px;
	color: inherit;
	background-color: #999;
			}

div#contentscrolling {
	height: 270px;
	overflow:auto;
			}	




																/* >>> SUB CONTAINERS <<< */
* { }





																/* >>> LISTS <<< */
ul#menu {
	margin: 10px;
	list-style: none;
	}
	ul#menu li {
		
		}
		ul#menu li a {
			display: block;
			width: 125px;
			padding: 5px 10px;
			font-family:"Courier New", Courier, monospace;
			font-size: 150%;
			font-weight:bold;
			text-align:center;
			color: #333;
			background-color:inherit;
			text-decoration: none;
			}
		ul#menu li a:hover {
			color:#FFF;
			background-color: inherit;
			}
ul#nav-top {
	float: right;
	padding: 1px 0;
	list-style: none;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 8px;
			color: #f2f2f2;
			background-color: inherit;
			font-size: 90%;
			text-decoration: none;
			border-bottom: 1px solid #f2f2f2;
			}
		ul#nav-top li a:hover {
			color: #CCCCCC;
			background-color: inherit;
			border-bottom: 1px solid #CCCCCC;
			}
ul#nav-footer {
	margin: 0 190px;
	padding: 0 2px;
	color: #666666;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #666666;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}





																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#section h1 {
	padding: 10px;
	font-family:"Courier New", Courier, monospace;
	font-size: 160%;
	color:#CCC;
	}
div#content h2  {
	margin: 0 0 5px 0;
	font-size: 110%;
	}
div#content h3  {
	margin: 0 0 5px 0;
	font-size: 100%;
	}

div#content p, div#content form{
	margin: 10px;
	color:#FFF;
	background-color: inherit;
	font-size: 120%;
	line-height: 18px;
	}

div#center ul, div#centercontent ul, div#allcontent ul {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	padding-left: 10px;
	}
div#left p, div#right p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}
div#content img {
	border-color: #FFFFFF;
	float:none;
}
div#content img {
	display: block;
    margin-left: auto;
    margin-right: auto
}
div#pics {
	float: right;
}

.strong {
	font-weight: bolder;
}





																/* >>> FORMS <<< */
* { }


.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 200px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -100px; /*width of left column*/
width: 95px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

																/* >>> END <<< */
