/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


ol li{margin-bottom:10px;}

ul li.interno{
	list-style:none;
	background:url(../imagenes/flecha.gif) no-repeat;
	padding:4px 0px 4px 10px;
}
ul li.interno2{
	list-style:none;
	float:left;
	background:url(../imagenes/flecha.gif) no-repeat;
	padding:0px 0px 0px 15px;
	margin-right:0px;
}
.enlace {
	text-decoration:none;
	color:#006699;
	border-bottom:1px dotted #006699;
}
.enlace:hover {
	text-decoration:none;
	border-bottom:none;
	color:#03a7dd; 
} 

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.textoEnl {
	text-decoration:none;
	color:#6f6e6e;
	border-bottom:1px dotted #6f6e6e;
}
.textoEnl:hover {
	text-decoration:none;
	border-bottom:1px solid #fff;
	color:#fff; 
}

.textoEnl2 {
	text-decoration:none;
	color:#6f6e6e;
	border-bottom:1px dotted #6f6e6e;
}
.textoEnl2:hover {
	text-decoration:none;
	border-bottom:none;
	color:#06C; 
}
.titCarrusel{
	font-size:11px;
	color: #006699;
	margin:0px;
	margin-left:20px;
	margin-right:20px;
	font-weight:bold;
}

.txtCarrusel{
	font-size:11px;
	color: #676767;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
}
.tituloNoticia{
	color: #006699;
	font-size:14px;
	margin:0px;
	margin-bottom:10px;
	font-weight:bold;
}
.textoNoticia{
	font-size:12px;
	color: #676767;
	margin: 0px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 22px;
	font-weight:bold;
	letter-spacing:-0.1em;
	line-height:1em;
}

h2 {
	font-size: 18px;
	line-height:1.3em;
	font-weight:400;
}

h3 {
	font-size: 14px;
	font-weight:400;
	line-height:1.3em;
}

h4 {
	font-size:16px;
	font-weight:400;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
