/* CSS Document */
<style type="text/css">

.logos{
border:#000000;
border-width:1px;
}

.submenu{
cursor:pointer;
/*margin-bottom: 0.5em;*/
cursor:pointer;
margin-bottom: 5px;
background-color:#ff6699;
color:#FFFFFF;
width:200px;
padding:5px;
text-align:left;
font-size:12px;
}

.registroSub{
cursor:pointer;
margin-bottom: 0.5em;
cursor:pointer;
margin-bottom: 5px;
background-color:#cc0099;
color:#FFFFFF;
width:200px;
padding:10px;
text-align:left;
font-size:12px;
}
.visitas{
margin-bottom: 0.5em;
cursor:pointer;
margin-bottom: 5px;
background-color:#FFFFFF;
color:#000000;
width:200px;
padding:5px;
text-align:center;
font-size:12px;
}
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body,td,th {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtGeneral {
	color: #333;
	font-size: 14px;
}

.etiquetaRegistro {
	color: #333;
	font-size: 12px;
}
.txtPoliticas {
	font-size: 9px;
	color: #000;
}
/*Forma de Registro*/
input, select, checkbox, textarea {
	color:#000000;
	background: #FFFFFF;
	border-bottom-style:solid;
	border:#FFFFFF;
	border-bottom-width:1px;
}
label {
	display: block;
}

.button {
	background: #CCCCCC;
}
input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #000000;
	background: #FFFFFF;
}

-->

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.ligaDos a:link {
	color: #000000;
	text-decoration: underline;
	font-size:12px;
}
.ligaDos a:visited {
	color: #000000;
	text-decoration: underline;
	font-size:12px;
}
.ligaDos a:hover {
	color: #000000;
	text-decoration: underline;
	font-size:12px;
}
.ligaDos a:active {
	color: #000000;
	text-decoration: underline;
	font-size:12px;
}
.Titulos {
color:#333333;
font-size:14px;
font-weight: bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
.TextGral{
color:#333333;
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.submenuVer{
cursor:pointer;
/*margin-bottom: 0.5em;*/
margin-bottom: 5px;
background-color:#666666;
color:#333;
width:200px;
padding:5px;
text-align:left;
font-size:12px;
}

.titPaneles {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size:12px;
}
.labelPaneles {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #CC0099;
font-size:12px;
}
ul#menu {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

ul#menu ol {
 display: none;
 text-align: left;
 list-style-type: none;
 margin: 0;
 padding: 5px;
}

ul#menu li,
 ul#menu a {
 font-family: verdana, sans-serif;
 font-size: 12px;
 color: #fff;
}

ul#menu ol li {
border-bottom:thin;
border-bottom-color:#FFFFFF;
border-bottom-width:1px;
}

ul#menu ol li:before {
border-bottom:thin;
border-bottom-color:#FFFFFF;
border-bottom-width:1px;
}

ul#menu a {
text-decoration:overline;
text-decoration:underline;
}

ul#menu a:hover {
 color: #fff;
}

ul#menu a.active {
 color: #fff;
}
.txtChirris {
font-size:9px;
font-stretch:narrower;
/*font-stretch:ultra-condensed;*/
}

.campo {
	width: 254px;
	height: 20px;
	border: 1px Solid #666;
	background: #FFF;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.comentario {
	width: 254px;
	height: 193px;
	border: 1px Solid #666;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

</style>

