
*
{
	margin: 0 0 0 0px;
	padding: 0;
}

body
{
	font-size: 15px;
	background: #fff url(../images/body.png) bottom repeat-x;
	color: #696969;
	padding-top: 30px;
	font-family: "lucida grande" , helvetica, arial, sans-serif;
}

#wrap
{
	width: 700px;
	margin: auto;
	background: url(../images/wrap.png) no-repeat center top;
}

#logo
{
	height: 125px;
}
#logo a img
{
	margin: -20px 0 0 0;
	border: none;
}

#logo h1
{
	color: #fff;
	position: absolute;
	font-size: 2.6em;
	text-transform: uppercase;
	padding-top: 30px;
	line-height: .8em;
	margin: 0 0 0 67px;
}

#logo h1 a
{
	color: #fff;
	background: none;
	border: none;
}

#logo h2
{
	color: #ccc;
	font-size: 1.8em;
	line-height: .65em;
	text-transform: uppercase;
	margin: 0 0 0 67px;
}

#logo h2 a
{
	color: #ccc;
	background: none;
	border: none;
}

#content
{
	margin: auto;
	width: 570px;
}

.c
{
	clear: both;
}

h3
{
	margin-bottom: 1em;
	line-height: .65em;
	letter-spacing: -1px;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #ff7700;
}

h4
{
	text-align: left;
	margin: 1em 0 0 0;
	letter-spacing: -1px;
	font-size: 1.4em;
	text-transform: uppercase;
}

h2
{
	font-size: 1.5em;
}

.slog
{
	line-height: .8em;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: bold;
	color: #c0c0c0;
}

#footer
{
	padding: 20px 0 50px 0;
	font-size: .9em;
	text-align: center;
}

p
{
	text-indent: 1em;
	line-height: 1.5em;
}

.node
{
	margin: 0 0 40px 0;
}

#firstnode
{
	margin: 0 0 100px 0 !important;
}

#lastnode
{
	background: transparent;
}

a:link
{
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	color: #FF7700;
}

a:visited
{
	text-decoration: none; /*color:#FFA659;*/
	color: #FF7700;
}

a:hover, a:active
{
	border-bottom: 1px dotted #f70;
	color: #000;
	background-color: #f5f5f5;
}

#menu
{
	font-size: .8em;
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	top: 13px;
	left: 530px;
	width: 100px;
	text-align: right;
	margin-top: 1px;
}

#menu ul, #menu li
{
	list-style: none;
	list-style-type: none;
}

#menu li
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

#menu li a:link, #menu li a:visited
{
	border: 1px dotted #FFA659;
	display: block;
	color: #fff;
	padding: 1px;
	margin: 1px;
	text-decoration: none;
}

#menu li a:hover, #menu li a:active
{
	color: #ff7700;
	border: 1px dotted #fff;
	background: #fff;
}

.linkslist ul
{
	list-style: none;
	width: 100%;
}

.linkslist li
{
	list-style: none;
	border-bottom: 1px solid #f3f3f3;
	margin: 0;
}

.linkslist li a
{
	border: none;
	text-decoration: none !important;
	display: block;
	padding: 2px;
	font-size: 25px;
}

/*
.linkslist li a:hover{
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
background-position: right;}
*/

.linkslist li a
{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px dotted #ccc;
	background-color: #f5f5f5;
	color: #ff7700;
}
.linkslist li a:hover
{
	border: 1px dotted #000;
}

* html .linkslist li a
{
	width: 100%; /* IE HACK */
}

.linkslist a span
{
	color: #696969;
	display: block;
	font-weight: normal;
}

.listcategory
{
	margin-bottom: 10px;
}

.listcategory span
{
	display: block;
	padding: 10px 10px 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.listcategory ul
{
	list-style: none;
	width: 100%;
}
.listcategory ul li
{
	padding: 1px;
}

#TablaListadoPortales img
{
	padding: 0 5px;
}
.btnRegistro
{
	cursor: pointer;
}
#txtEmail, #txtPass, #linkLog
{
	width: 150px;
	margin-left: 10px;
}

.botonContinuarB
{
	padding: 5px 2px;
	margin-top: 10px;
	border: 1px solid gray;
	float: left;
	cursor: pointer;
	width: 100px;
	vertical-align: middle;
	text-align: center;
}
.opcionB:hover, .botonContinuarB:hover
{
	background-color: #ff6900;
	color: White;
	border: 1px solid gray;
}

