/* FUENTE ICONOS */
@font-face {
  font-family: 'iconos';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
       url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
	   url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
	   url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
	   url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/**************************************/

*{
	font-size: 14px;
	color: #000000;
}

a{
	text-decoration: none;
}

html{
	background: #fff;
}

.cabecera{
	background: #ff6600;
	color: #ffffff;
	padding: 10px 5px;
	font-weight: bold;
	border: 1px solid #000000;
	border-bottom: none;
}

.cuerpo{
	padding: 10px 5px;
	border: 1px solid #000000;
	margin-bottom: 5px;
}

.cuerpo > p:first-child{
	margin-top: 0px;
}

.aviso{
	background: #FFEA63;
	padding: 10px 5px;
	margin-top: 0px;
}

.aviso:before{
	font-family: "iconos";
	content: "\f071";
	margin-right: 5px;
	color: #EDB21C
}

.btn-enviar{
	background: #a6e2f4;
	background: -moz-linear-gradient(top,  #a6e2f4 0%, #e2f2f8 50%, #a6e2f4 100%);
	background: -webkit-linear-gradient(top,  #a6e2f4 0%,#e2f2f8 50%,#a6e2f4 100%);
	background: linear-gradient(to bottom,  #a6e2f4 0%,#e2f2f8 50%,#a6e2f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e2f4', endColorstr='#a6e2f4',GradientType=0 );
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
}

#col-izq{
	width: 200px;
	float: left;
}

#principal{
	width: calc(99.5% - 200px);
	width: -moz-calc(99.5% - 200px);
	width: -webkit-calc(99.5% - 200px);
	float: right;
}

#menu button{
	width: 60%;
}

#tabla-dominios,
#tabla-servidores,
#tabla-clientes{
	width: 100%;
	border-collapse: collapse;
}

#tabla-dominios tr > *,
#tabla-servidores tr > *,
#tabla-clientes tr > *{
	border: 1px solid #000;
}

#principal .cuerpo p{
	text-align: center;
}

table p{
	margin: 0;
	line-height: 130%;
}

.email,
.editar,
.ver-datos,
.imprimir,
.eliminar,
.bdmas a,
.emailmas a{
	display: block;
}

.email::before,
.editar::before,
.ver-datos::before,
.imprimir::before,
.eliminar::before,
.bdmas a::after,
.emailmas a::after{
	font-family: iconos;
	font-weight: normal;
	float: left;
	margin: 0px 3px;
	color: #000;
	font-size: 18px;
}

.email::before{
	content: "\f003";
}

.editar::before{
	content: "\f040";
}

.ver-datos::before{
	content: "\f022";
}

.imprimir::before{
	content: "\f02f";
}

.eliminar::before{
	content: "\f014";
}

.bdmas a::after,
.emailmas a::after{
	content: "\f067";
	float: none;
}

#principal table{
	margin: auto;
}

#principal table th{
	text-align: right;
}

input[type="text"],
input[type="url"],
input[type="date"]{
	width: 200px;
	letter-spacing: 1px;
}

select{
	width: 206px;
}

.dns{
	margin-bottom: 5px;
}

#tabla-dominios th,
#tabla-clientes th,
#tabla-servidores th{
	text-align: center !important;
}

#tabla-dominios th{
	padding-left: 0;
	padding-right: 0;
}

#tabla-dominios #dominios-id{
	width: 50px !important;
}
#tabla-dominios #dominios-dominio{
	width: 214px !important;
}
#tabla-dominios #dominios-cliente{
	width: 180px !important;
}
#tabla-dominios #dominios-servidor{
	width: 160px !important;
}
#tabla-dominios #dominios-acciones{
	width: 150px !important;
}