body {
	font-family: 'Open Sans', sans-serif;
}

#body#home {
#	background: url('../img/nic-py-banner.jpg') no-repeat 92% 9%;;
#}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.aviso-container {
   position: relative;   
}

.aviso {
   position: absolute;   
   z-index: -1;
   float: left;
   width: 310px;   
}

.aviso p {
   text-align: right;  
   font-style: italic;
}


.beta-logo {
	background: url('../img/beta-sticker.png') no-repeat;
	text-indent: -9999px;
	width: 100px;
	height: 100px;
	float: left;
    position: absolute;
    margin-left: 55px;
}

.eliminacion {
  background-color: #eeeeee;  
}

#formulario {
	margin: 0 auto 0;
	max-width: 60em;
}

.domain_header h2 {
	text-align: center;
	color: #5BC0DE;
	font-size: 40px;
	line-height: 40px;	
}

.domain_header_complete h2 {
    color: #4F9B4F;
}

.domain_header_incomplete h2 {
    color: #5BC0DE;
}

#mensaje_atencion {
	text-align: justify;
}

#formulario input[type="radio"] { margin: 0 0.5em; }
#formulario .control-group { padding: 0.375em 0; }

.error {
	color: #FF0000;
}

#availability {
	padding: 5em 0 3em 0;
	text-align: center;
}

#availability h2 { font-size: 2em; margin-bottom: 1em; }

#alertas {
	margin: 3em 0 1em 0;
}

.alert-info h4 { margin: 0.5em 0; }

table#resultados {
	margin: 0 auto;
	width: 36em;
	text-align: left;
}
table#resultados thead tr th { font-size: 2.5em; padding: 1em 0; text-align: center; }
table#resultados td { 
	padding: 2px;
	font-size: 25px; 
}
table#resultados tr { 
    height: 35px; 
}
table#resultados tbody tr:hover {
	background-color: rgba(200, 234, 200, 0.49);
}

legend { font-weight: 600; }

.resaltar { font-weight: 600; }

#about-nic section {
	padding: 0.5em 0;
}

#mostrar_datos h3, #mostrar_datos h4 { text-align: center; }

#mostrar_datos table { margin: 0 auto; }

#mostrar_datos table tr td {
	padding: 0.3125em 0.625em;
	border: 1px solid #ddd;
}

.datos_title { text-align: center; color: #ffaaaa; padding-top: 1em; }

table #dns_data { width: 100%; }

#formulario textarea { width: 95%; }

#follow-us li {
	float: left;
	padding: 0 1em;
	list-style-type: none;
}

