/********************* Styles ****************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#cccccc;
	background-color: #000000;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold
}

a {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h2 {
	padding: 10px 10px 10px 20px;
	color:#99ccff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold
}

h4 {
	color:#99ccff;
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

img {
    border:none;
}


/********************* Headers Characteristics ****************************/

#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:255px;
	display:block;
	left:30px;
	width:800px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:underline;
}

/********************* Design ****************************/
#vinculo{
	position:absolute;
	top:10px;
	display:block;
	left:700px;
	width:150px;
	height:200px;
}


#imageborder{
	margin: 0px auto;
	text-align: left;

	width: 1004px;
	background-image:url(../imagenes/design/background.jpg);
	background-repeat:repeat-y
}

#imagedown{
	margin: 0px auto;
	text-align: left;
	height:70px;
	width: 1004px;
	background-image:url(../imagenes/design/border_down.jpg);
	background-repeat:repeat-y
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 870px;
}

#content{
}

#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:206px;
	margin-right:196px;
	width:460px;
}
#right{
	width:192px;
	float:right;
}

#footer{
	width:850px;
}

.clear{
	clear:both;
}

.alinearizd {float: left;}
.alineardcha {float: right;}


/********************* menu ****************************/
.menuheader{
	width:192px;
	height:37px;
	background-image:url(../imagenes/design/menutop.gif);
	display:block;
}
.menucontent{
	width:192px;
	background-image:url(../imagenes/design/menumiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}.menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url(../imagenes/design/menubottom.gif);
	display:block;
}

.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#666666;
}
.menu ul li{
	padding-top: 5px;
	color:#666666;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
}

/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postheader{
	background-image:url(../imagenes/design/posttop.gif);
	display:block;
	width:460px;
	height:33px;
}
.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postcontent{
	background-image:url(../imagenes/design/postmiddle.gif);
	background-repeat: repeat-y;
	padding: 20px 0px;
}
.postfooter{
	background-image:url(../imagenes/design/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:460px;
	height:15px;
}

.postheader,.menuheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
.tagboard {
	vertical-align:middle;
	text-align:center;
	border:none;
	width:186px;
	height:410px;
	background-image:url(../imagenes/design/menumiddle.gif);
	background-repeat: repeat-y;
}
.encuesta {
	vertical-align:middle;
	text-align:center;
	border:none;
	height:250px;
	background-image:url(../imagenes/design/menumiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}
.anuncio{
	vertical-align:middle;
	text-align:center;
	width:192px;
	height:600px;
	background-image:url(../imagenes/design/menumiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
	
}

.links{
	text-align:center;
	width:100%;
	height:100%;	
}


/********************* Navegacion ****************************/
.bullet {
	display:inline;
	padding:0 0 0 10px;
	background:transparent url(../imagenes/design/bullet.gif) no-repeat 0 50%;
	font-size:110% !important /*Non-IE6*/;
	font-size:100% /*IE6*/;
}
.nobullet {
	display:inline;
	padding:0;
	background:none;
	color:#cc6600;
	font-weight: bold
}

/********************* Fin ****************************/
