*{
	/*outline: 1px solid red !important;*/
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

body{
/*
background-image: url('../img/fondo.png');
background-repeat: no-repeat;
background-attachment: fixed; 
background-position: center;
background-size: cover;
height: 100%;
*/
margin:0;
}

td {
	padding-top: 0px;
}

@font-face {
    font-family: arial;
    src: url(arial.ttf);
}

@font-face {
    font-family: ProductSansRegular;
    src: url(ProductSansRegular.ttf);
}

@font-face {
    font-family: ProductSansBold;
    src: url(ProductSansBold.ttf);
}

body{
	font-family: ProductSansRegular;
}

#logo{
	margin: 10px;
}

.sep1{
	margin-left: 10px;
}

.sep2{
	margin-left: 0px;
}

/* unvisited link */
a:link, a:visited, a:hover, a:active{
    color: black;
    text-decoration: none;
}

.dato{
	padding: 2px;
}

.lico{
	height:1em;
	width: auto;

}

#nombre{
	font-size: 1.4em;
	/*font-family: ProductSansBold;*/
	text-decoration: bold;
	margin-top:10px;
}

#cargo{
	font-size: 0.8em;
	margin-bottom: 10px;
}