﻿
.caja
{
	float:left;
	border:1px solid #0c2d50;
	height:13px;
	width:167px;
	font-family:Arial;
	font-size:10px;
	color:#333;
	font-style:normal;
	overflow:hidden;
}

.combo
{
    float:left;
    border:1px solid #0c2d50;
	height:16px;
	width:167px;
	font-family:Arial;
	font-size:10px;
	color:#333;
	font-style:normal;
	overflow:hidden;
}

.rotulo, .chk
{
	font-family:Arial;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	font-style:normal;	
}

.chk
{
	font-size:11px;
}

.mensaje
{
	font-family:Arial;
	font-size:10px;
	color:#fff;
	}
	
#mensaje
    {
	font-family:Arial;
	font-size:10px;
	color:Red;
    font-style:normal;
	}

.legales:link,.legales:visited,.legales:hover
{
	font-family:Arial;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
.legales:hover
{
	text-decoration:none;
	}


