﻿@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700');

html, body {
	height: 90%;
}

html {
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	background: #fff;
	color: rgb(255,213,43);
	font-weight: 300;
	font-size: 10px;
	font-family: 'Lato', sans-serif;
	/*line-height: 22px;*/
	-webkit-font-smoothing: antialiased;
}



h1,
h2,
h3,
h4,
h5,
h6{
	/*margin:0 0 30px 0;*/
	/*font-weight:300;*/
	font-family: 'Lato', sans-serif;
	/*word-spacing: 3px;*/
}

h1 {
	font-size:18px;
	color:black;/*rgb(255,213,43);*/
	padding-left: 0px;
}
h2 {
	font-size:11px;
	color:#000;
	padding-left: 15px;
}
p {
	font-family: 'Lato', sans-serif;
	/*word-spacing: 2px;*/
	font-weight: 300;
	font-size: 12px;
	color:#333;
	margin: 0 0 0px;
	padding-left: 0px;
	padding-top: 3px;
}
ul{
	padding-left: 0;
}

li {
	font-family: 'Lato', sans-serif;
	/*word-spacing: 2px;*/
	font-weight: 300;
	font-size: 12px;
	color:#333;
	/*margin: 0 0 0px;*/
	padding-left: 20x;
	padding-top: 5px;
	list-style: none;
}


.titulo-trabajo{
	background-color: transparent;
}

.descripcion-trabajo p{
	color:#555;
}

body {
	background-color: transparent; /*rgba(200,200,200,.1);*/
}