 /*
Theme Name: ucn
Author: Juan Pablo Loo
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
}

a, button{
 	text-decoration: none;
}

.clr {
	clear:both;
}
em {
	font-style:italic;
}
strong {
	font-weight: 700;
}


/* contenidos */
:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

a img, iframe {
  border: none;
}


ul , ol{
  padding: 10px 20px;
  color: inherit;
  margin: 0 0 15px 0;
}

ul li p, ol li p{
	margin-bottom: 0 !important;
	border-bottom: 1px solid #e7e7e7;
	padding: 8px 0;
}
ol {
  padding: 30px 50px;
}
ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.entry-content table {
	margin: 40px 0;
}
.entry-content table td {
    padding: 1%;
    border: 1px solid #e9e9e9;
    line-height: 22px;
	font-size: .9em; 
}
.entry-content table td:hover {
	-moz-box-shadow:0 0 15px #ddd;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow:0 0 15px #ddd;
	transition: all .25s ease-out;
	border:none;
}	
.entry-content table td h3 {
    line-height: normal;
    font-weight: 600;
    font-size: 1.1em;
	text-decoration: none !important;	
}
.entry-content table td h3 a{
    line-height: normal;
    font-weight: 600 !important;
    color: #db6e59 !important;
    font-size: 1.1em !important;
	text-transform:none !important;
	font-weight: 300 !important;
	letter-spacing: normal;
}
.entry-content table td a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
	letter-spacing: 0.1em;
}
.entry-content th {
    padding: 10px;
    background-color: #600;
}
