@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,300);
/* ---[ Elementos comunes ]--------------------- 
Font stack: idea de http://meta.askubuntu.com/questions/734/is-ask-ubuntu-using-the-ubuntubeta-font
Especificidad de reglas: http://coding.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/
*/
html{
   margin : 0;
   padding : 0;
   background : #FFF;
	font-variant : normal;
	font-style : normal;
	font-size : 13px;
	font-weight : 400;
	font-family : "Ubuntu", "Bitstream Vera Sans", "DejaVu Sans", Tahoma, sans-serif;}

#col-wrapper-1c, .xtra-info{
   position : relative;
   width : 730px;
   margin : 10px auto;
   padding : 20px;
   background : #F2F2F2 url(/images/bg/warning.png) no-repeat 97% 90%;
}

.xtra-info{background-image : none;}

#ic-head{
   margin : 0;
   padding : 0;
   height : 104px;
   text-indent : -999em;
   outline : none;
   background : url(/images/logos/ic-head3n-i.png) no-repeat right;
   font : bold 3em "Times New Roman", Times, serif;
}

h1, h2, h3{font-weight : 700;}

h1{
   margin : 5px 0;
   color : #900;
   border-bottom : 2px solid #999;
   font-size : 5em;
   font-weight : 300;
}

h2{
   margin : 5px 0;
   color : #666;
   text-align : right;
   font-weight : normal;
   font-size :  2em;
}

h3{
   color : #000;
   font-size : 1.5em;
}

a{
   color : #009;
   font-weight : normal;
   text-decoration : underline;
}

#http-err{
   color : #900;
   border-bottom : 2px solid #999;
   text-align : right;
   font-weight : bold;
   font-size : .8em;
}

#file-name{
   color : #999;
   text-align : right;
   font-size : .7em;
}

ul{list-style-image : url(/images/bullets/greytri.gif);}

 /* Widget content container */
   #goog-wm { }

    /* Heading for "Closest match"
   #goog-wm h3.closest-match { }

    /* "Closest match" link
   #goog-wm h3.closest-match a { }

    /* Heading for "Other things" */
   #goog-wm h3.other-things { }

    /* "Other things" list item */
   #goog-wm ul li { }

    /* Site search box */
   #goog-wm li.search-goog { display: block; }
