html, body {
	color:#FFFFFF;
}

a {
	color:#00A6CC;
	text-decoration: none;
}

a:hover {
	color: #EB088D;
	text-decoration: underline;
}

H1{
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0;
}

H2{
	font-size:12px;
	color:#FFFFFF;
}

th {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid white;
	background-color: #151415;
}

.titulo_registro{
	text-align: left;
	vertical-align:middle;
	height: 50px;
}

.color_fondo_registro{
	background-color: #151415;
}


.caja_registro {
	background-color: #2E8CD2;
	border: 1px solid black;
	margin: 0;
	padding: 5px;
	cursor: pointer;
	position: absolute;
	width: 150px;
	/*height: 65px;*/
	z-index: 80;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	font-weight : normal;
	color: white;
}


.globo_texto {
	text-align: center;
	vertical-align: middle;
	border: 0px solid #0066CC;
	padding: 7px 20px 0 32px;/* padding: 7px 20px 0 27px;*/
	margin: 0;
	font-size: 10px;
	font-weight : normal;
	color: white;
}

/* caja */
.superior{
	background-image: url(../img/registro/caja/centro_superior.png);
	background-repeat:repeat-x;
}

.lateral_izq{
	background-image: url(../img/registro/caja/centro_lateral_izq.png);
	background-repeat:repeat-y;
}

.centro{
	background-color: #00FF00;
}

.lateral_der{
	background-image: url(../img/registro/caja/centro_lateral_der.png);
	background-repeat:repeat-y;
}

.inferior{
	background-image: url(../img/registro/caja/centro_inferior.png);
	background-repeat:repeat-x;
}

.pie_pagina {
	color: white !important;
}

.pie_pagina a {
	color: white !important;
}

.texto_error, .LV_invalid {
	color: #2E8CD2;
	font-weight: bold;
}

/* Mover la imagen alineado a la derecha */
td .img_captcha img{
	margin:0 0 0 128px;
}

.logo_superior{
	margin:0 0 0 128px;
}
