/* CSS Document */

/* global */
html{height: 100%;}

*:focus{
	outline:0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Corbel;
	h1: 16 px;
	h2: 14 px
}

h1 {
	font-size: 16px;
	color: #666666;
}
h2 {
	font-size: 14px;
	color: #999999;
}
h3 {
	font-size: 16px;
	color: #DF8600;
	margin-left: 15px;
	margin-right: 15px;
}
h4 {
	font-size: 16px;
	color: #DF8600;
	margin-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #DF8600;
	margin-right: 15px;
}

#textonormal {
	font-family: Corbel;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	margin: 20px;
	font-weight: lighter;
	text-align: justify;
}
#textonews {
	font-family: Corbel;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	margin: 15px;
	font-weight: lighter;
	text-align: justify;
}
#textocontenido {
	font-family: Corbel;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
	margin: 20px;
}
#textosmall 
{
	font-family: Corbel;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin: 20px;
	font-weight: lighter;
	text-align: justify;
}

#footer 
{
	font-family: Corbel;
	font-size: 12px;
	font-weight: normal;
	color: #666666;	
}

#links
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #DF8600;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

#menu 
{
	font-family: Corbel;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 20px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #DF8600;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
	border-radius: 20px;
}
