body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/img/bg-index.png);
}
	
#header {
	width: 660px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	float: left;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}


#header strong {
	font-weight: normal;
	color: #99CCFF;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}


#header-guardar {
	width: 268px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 5px;
	margin-bottom: 0px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	float: left;
}


#header-guardar strong {
	font-weight: normal;
	color: #99CCFF;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}

#navegacion {
	background-color: #333333;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #0099FF;
	font-size: 10px;
	color: #999999;
	padding-right: 50px;
	padding-left: 50px;
	margin: 0px;
	padding-top: 5px;
}

#navegacion a{
	color: #CCCCCC;
	text-decoration: none;	
}


#navegacion a:hover{
	text-decoration: underline;
}

#izquierda {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	font-size: 12px;
	color: #999999;
}

#izquierda a{
	color: #CCCCCC;
	text-decoration: none;	
}

#izquierda a:hover{
	text-decoration: underline;
}

#izquierda #button {
	border: 1px solid #0099FF;
	font-size: 14px;
	background-image: url(/img/bg-button.png);
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	background-position: center;
	width:80px;
	text-align:center;
	background-color: #66CC00;
}

#derecha {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	font-size:12px;
}

#derecha-link {
	margin-left: 15px;
	padding-left: 8px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}



#container-index {
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#container-index #button {
	/*height: 32px;
	width: 100px;*/
	/*padding-top: 6px;*/
	height: 32px;
	padding-right: 20px;
	* padding-right: 10px;
	/*padding-bottom: 6px;*/
	padding-left: 20px;
	* padding-left: 10px;
	/*margin-right:10px;*/
	cursor: pointer;
	/*text-indent: -9999px;*/
	border:none;
	background: url(/img/bg-button.png);
	background-position: center;
	font-size: 14px;
	color: #FFFFFF;
	/*border: 1px solid #FFFFFF;
	font-size: 14px;
	background-image: url(/img/bg-button.png);
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	margin-right:10px;
	*/
	display:block;
	margin:0px;
}

#header #button {
	border: 0px solid #FFFFFF;
	font-size: 14px;
	background-image: url(/img/bg-button2.png);
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 13px;
	background-position: center;
	width:80px;
	text-align:center;
}

#container-index #registrarse a {
	border: 0px solid #0099FF;
	font-size: 16px;
	background-image: url(/img/bg-button2.png);
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-position: center;
	text-decoration: none;
}


#container-index .textfield {
	color: #666666;
	background-color: #ECECEC;
	border: 1px solid #0099FF;
	font-size: 14px;
	margin-right: 0px;
	padding-top: 7px;
	padding-left:2px;
	padding-bottom: 7px;
	width:200px;
}

#logotipo {
	width: 300px;
	position: relative;
	float: left;
	color: #FFFFFF;
	font-size: 18px;
}

#logotipo b {
	color: #A4B9FF;
	font-size: 24px;
	font-weight: normal;
}

#logotipo small {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}

#logotipo strong {
	font-size: 24px;
	color: #66CC00;
	font-weight: normal;
}

#content-explicacion {
	width: 696px;
	color: #999999;
	padding-bottom: 20px;
	padding-top:0px;
	margin-top:0px;
	font-size: 12px;
	float: left;
}

.tema{
	/*float: left;
	width: 190px;*/
	font-size: 13px;
	line-height: 20px;
	/*padding-right: 20px;
	padding-left: 20px;*/
	color: #666666;
	text-align:center;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;*/
}

.tema strong {
	font-size: 24px;
	color: #66CC00;
	font-weight: normal;
	margin-bottom: 10px;
}

.tema a {
	color: #1648df;
	text-decoration: underline;
}

/*.tema1 a:hover {
	text-decoration: underline;
}*/

#tema1{
	float: left;
	width: 190px;
	font-size: 13px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#tema1 strong {
	font-size: 24px;
	color: #66CC00;
	font-weight: normal;
	margin-bottom: 10px;
}


#tema1 a {
	color: #66CC00;
	text-decoration: none;
}

#tema1 a:hover {
	text-decoration: underline;
}

#tema1 small {
	background-image: url(/img/small.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 11px;
	line-height: 13px;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
}

.tema-intl {
	font-size: 14px;
	line-height: 18px;
	color: #999999;
}

.tema-intl a {
	color: #66CC00;
	text-decoration: none;
	font-size: 14px;
}



#tema2 strong {
	font-size: 24px;
	color: #66CC00;
	font-weight: normal;
	margin-bottom: 10px;
}

#tema3 strong {
	font-size: 24px;
	color: #66CC00;
	font-weight: normal;
	margin-bottom: 10px;
}

#tema2{
	width: 190px;
	font-size: 13px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #666666;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}


#tema3{
	float: right;
	width: 170px;
	font-size: 13px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#usuario{
	padding-top: 28px;
	margin-left: 310px;
	* padding-left: -30px;
	/*background:#ffffff;*/
	/*text-align:right;*/
}

#footer {
	height: 300px;
	margin: 0px;
	background-position: bottom;
}

#tema2 .tag_cloud { padding: 3px; text-decoration: none; white-space: nowrap; }
#tema2 .tag_cloud:link  {
	color: #999999;
}
#tema2 .tag_cloud:visited {
	color: #999999;
}
#tema2 .tag_cloud:hover {
	color: #66CC00;
}
#tema2 .tag_cloud:active {
	color: #66CC00;
}

#invitar {
	background-image: url(/img/bg-invitar.gif);
	background-repeat: no-repeat;
	padding: 20px;
	color: #FFFFFF;
}
#invitar a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;	
}

#invitar a:hover {
	text-decoration: underline;	
	
}

#invitar small {
	color: #e2f5bb;
	padding-top: 10px;
}

#invitar strong {
	color: #c9eb86;
}

#invitar #button {
	font-size: 10px;
	background-image: url(/img/bg-button.png);
	color: #FFFFFF;
	background-position: center;
	padding: 5px;
	float: none;
	width: 50px;
	background-color: #3366ff;
	border: 1px solid #c9eb86;
}

#invitar #textfield {
	font-size: 10px;
	color: #999999;
	background-color: #F2F2F2;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	width: 160px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.linkae_table a{
	text-decoration:none;
}

.tags-linkae  {
	color: #CCCCCC;
	font-size: 12px;
}

.tags-linkae a {
	color: #CCCCCC;

}

.tags-linkae a:hover {
	text-decoration: none;
	color: #66CC00;
}


.tags-linkae strong {
	color: #999999;
	font-weight: normal;
}

#link a {
	font-size: 10px;
	color: #3366FF;
	background-image: url(/img/small2.png);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding-left: 17px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


#link a:hover {
	color: #66CC00;
	background-image: url(/img/small.png);
}

#linkae {
	border:1px dashed #CCCCCC;
	color: #000000;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#linkae .izquierda {
	border:3px solid #E0E0E0;
	padding: 0px;
}

#linkae .izquierda:hover  {
	border:3px solid #BBBBBB;
}

#linkae small {
	font-size: 10px;
	color: #BDBDBD;
}

#linkae small a {
	color: #3366ff;
}

#linkae:hover {
	background-repeat: repeat-x;
	background-color: #F3F3F3;
}

#linkae h3 {
	font-size: 18px;
	padding-bottom: -20px;
	line-height: normal;
}


#linkae h2 {
	font-size: 20px;
	padding: 5px;
	color: #FFFFFF;
	width: 50px;
	text-align: center;
	background-image: url(/img/count.png);
	border: 1px solid #333333;
	margin-top: 0px;
	margin-bottom: 20px;
}

#linkae a {
}


#linkae strong a {
	color: #3366ff;
	font-size: 12px;
	font-weight: bold;
}

#linkae a:hover {
}


#linkae img {
	margin: 0px;
}


#linkae a img  {
	background-color: #D8E4F6;
	border: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#linkae a img:hover  {
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#linkae-guardar {
	font-size: 10px;
	color: #CCCCCC;
}

#linkae-guardar a {
	color: #BBBBBB;
	text-decoration: none;
}


#linkae-guardar a:hover {
	color: #66CC00;
}

#linkae-editar {
	font-size: 10px;
	color: #CCCCCC;
}

#linkae-editar a {
	color: #BBBBBB;
	text-decoration: none;
}


#linkae-editar a:hover {
	color: #0099FF;
}

#linkae-borrar {
	font-size: 10px;
	color: #CCCCCC;
}

#linkae-borrar a {
	color: #BBBBBB;
	text-decoration: none;
}


#linkae-borrar a:hover {
	color: #FF0000;
}

#bar_links {
	color: #B8B8B8;
	font-size: 10px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	vertical-align: middle;
	position: relative;
	padding-right: 2px;
	padding-bottom: 3px;
}

#bar_links a {
	color: #B8B8B8;
	font-size: 10px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #EDEDED;
	font-weight: bold;
}

#bar_links a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
}

#bar_destacado {
	font-size: 10px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	vertical-align: middle;
	position: relative;
	padding-right: 2px;
	padding-bottom: 3px;
}


#bar_destacado strong {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	background-color: #3366ff;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	}
	
#bar_destacado em {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding-left: 18px;
	background-color: #66CC00;
	font-style: normal;
	font-weight: bold;
	background-image: url(/img/star.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	}
#bar_destacado  b {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	background-color: #333333;
	font-style: normal;
	font-weight: bold;
	padding-top: 3px;
	* padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 10px;
	}
#bar_destacado   b a {
	color: #909090;
	font-size: 10px;
	text-decoration: none;
	background-color: #333333;
	font-style: normal;
	font-weight: bold;
	background-image: none;
	}
	
#bar_destacado   b a:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	background-color: #333333;
	font-style: normal;
	background-image: none;
}
.com a  {
	color: #7889FF;
	font-size: 10px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #DCE5FF;
	background-image: url(/img/com.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

.com a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3366FF;
	background-image: none;
}

hr {
	display: block;
	height:1px;
	padding: 0px;
	border-top-width: 1;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#PersonPassword {
	margin-left:10px;
}