	/**		CSS Estilo Nandor		**/

	/**		BODY		**/

body { 
 margin: 0;
 padding: 0 0 0 0;
 background: #000000;  
 color: #FFFFFF; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 95%; 
 }
 
 	/**		WEB PRINCIPAL		**/

#container { 
 background: transparent;
 margin: 0 auto ;
 padding: 0 0 0 0 ;
 width: 980px;
 }

	/**		CABECERAS		**/

#header {
 
 text-align: center;
 position: absolute;
 background: url (../images/cabecera.png) no-repeat top center;
 left: 280px;
 width: 609px; 
 height: 252px;
 }
 
#header h1 {
 text-align: center; 
 width: 497px; 
 height: 50px; 
 color: #C7A759; 
 background: transparent url(../images/divider1.png) center bottom no-repeat; 
 font-size: 30px; 
 padding-bottom: 15px;
 }
 
 	/**		PRINCIPAL		**/

#main {
 background: transparent url('../images/divider1.png') center bottom no-repeat; 
 float: left; 
 position: absolute;
 top: 80px;
 left: 280px; 
 padding: 0 15px 10px 0;
 padding: 0 8px 10px 7px; 
 width: 500px; 
 padding-bottom:20px;
 }

#main h1 { 
 font-size: 18px;
 color: #C7A759;
 }

#main h2 {
 font-size: 16px; 
 color: #C7A759; 
 }
 
#main p { 
 padding-bottom: 10px;
 margin: 0 0 10px 0;
 }
 
 		/**		FUTUROS POST DEL FORO		**/
 
#noticias {
 margin: 10px;
 width: 500px;
 height: auto; 
 padding-bottom: 7%;
 }

		/**		GOOGLE		**/
		
#google {
 padding-top: 5%;
 padding-bottom: 5%;
}

#gsearch {
 padding-top: 5%;
 padding-bottom: 5%;
}

		/**		PARTE IZQUIERDA		**/

#left {
 margin: 0; 
 padding: 10px; 
 text-align: left; 
 font-size: 14px; 
 position: absolute; 
 top: 80px; 
 left: 0; 
 width: 250px; 
 font-size: 11px; 
 }
 
#left h2 {
 font-size: 16px; 
 color: #C7A759; 
 }
 
#left ul {
 list-style: none; 
 margin: 0; 
 padding: 0; 
 }

/**		MENU PRINCIPAL		**/

#menu {
 background: transparent none repeat scroll 0 0;
 opacity: 0.6;
 color: #FFFFFF;
 font-family: Georgia, "Times New Roman", Times, serif;
 margin: 0px;
 padding: 0px;
 width: 220px;
 padding-bottom: 5%;
 }

#menu ul { 
 border: 1px solid;
 border-color:#C7A759;
 list-style: none; 
 margin: 0; 
 padding: 0; 
 font-size: 12px; 
 }

#menu li {
/** border-bottom: 1px solid #C7A759;**/
 margin: 0px; 
 }

#menu li a, #menu li a:visited {
 display: block; 
 padding: 5px 5px 5px 5px; 
 border-left: 5px solid #C7A759; 
 border-right: 5px solid #D6BF85; 
 background-color: #030508;
 color:#E6D7B3; 
 text-decoration: none; 
 width: 200px; 
 }

#menu ul li a:hover{
background-color: #E6D7B3; 
color: #030508;
}

	/**		COLUMNA DERECHA		**/
	
#cambiocss {
 width: 192px; 
 padding-top: 0;
 margin-top:0%;
 text-align: right;
 float:right;
 left: 820px;
 top: 5px;
 }

#right {
 width: 192px; 
 color:#E6D7B3; 
 background: url(../images/divider2.png) center bottom no-repeat; 
 margin: 0 0 0 0; 
 padding: 0 0 10px 0;
 padding-top: 5%; 
 position: absolute;
 left: 820px;
 }
 
#right p {
 padding: 10px; 
 margin: 0; 
 font-size: 0.85em; 
 }
 
#right h2 {
 background: transparent url(../images/divider2.png) center top no-repeat; 
 font-size: 1.2em; 
 padding: 18px 0 0 0; 
 margin: 10px 0 0 0; 
 text-align: center; 
 color: #C7A759; 
 }
 
 		/**		CLASES DE TEXTO		**/
		
p.noticia {
 text-align: justify;
 padding-bottom: 15px;
 padding-top: 15px;
 background: transparent url(../images/divider2.png) center bottom no-repeat; 
}

p.noticia:first-letter {
 float: left;
 color: #C7A759;
 font-size: 100px;
 line-height: 80px;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 10px;
 font-family: times;
}

		/**		TIPOS DE IMAGENES		**/

img.centered {
 display: block;
 margin: 0 auto 5px auto;
 border: 1px solid #C7A759; 
 padding: 2px; 
 }

img.alignright {
 float: right; 
 display: inline; 
 border: 1px solid #C7A759; 
 margin:5px 0 0 7px; 
 padding:4px; 
 }

img.alignleft {
 float: left; 
 display: inline; 
 border: 1px solid #C7A759; 
 margin: 5px 7px 0 0; 
 padding:4px; 
 }

img.border {
 border: 1px solid #C7A759; 
 padding:2px; 
 }

.clear {
 clear: left;
 padding-top: 10px;
 }
.clear2 {
 clear:right; 
 padding-top: 10px; 
 }

form {
 margin: 0px; 
 padding: 0px; 
 }
form input, form textarea, form submit { 
 border: 1px solid #C7A759; 
 background-color: #E6D7B3 
 }
 
form option {
 padding: 0 5px;
 }

.alignleft {
 float:left; 
 text-align:left; 
 }

.alignright { 
 float: right; 
 text-align:right; 
 }
 
.center {
 text-align: center; 
 }
 
 
	/**		HIPERVINCULOS		**/

a, a:visited { 
 color: #CC9966; 
 text-decoration: none; 
 }