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

	Licensed under GPL and MIT.
*/ 

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



a:focus {
	outline: 1px dotted invert;
}

hr {
	border: thin solid black;
	/*width: 140px;*/
	margin-left: 0;
}

hr.dashed {
	border: thin dashed #e00034;
}

 /*`Headings
----------------------------------------------------------------------------------------------------*/
	h1 {
		color: #e00034;
		font-variant: small-caps;
		font-size: 27px;
}
		
	h2 {
		color: #e00034;
		font-variant: small-caps;
		font-size: 18px;
}
    
    h3 {
		color: #000;
		line-height: inherit;
		font-weight: bold;
		font-size: 16px;
}
		
	h4 {
		color: #e00034;
		font-weight: bold;
		font-size: 13px;
}

	h5 {
		color: #e00034;
		font-weight: bold;
		font-size: 11px;
}

.buscar {
		color: #e00034;
		font-weight: bold;
		font-size: 11px;
		margin-left: 10px;
}


.mas {
	color: #e00034;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.mas a{
	color: #e00034;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.mas a:hover{
	color: #0091d1;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.bold {
	color: #000;
	font: bold 13px "Times New Roman", Times, Georgia, serif;
}

.nota_importante {
		color: #e00034;
		font-weight: bold;
		font-size: 13px;
}
.flash {
	color: #fff;
	padding: 6px;
	font-size: 14px;
}

.flash.error {
	background-color: #e00034;
}

.flash.notice {
	background-color: #2c82c5;
}

.ok {
	color: green;
	font-weight: bold;
}

.numero{
		color: #e00034;
		font-weight: bold;
		font-size: 45px;
}
.signo_numero{
		color: #e00034;
		font-weight: bold;
		font-size: 35px;
}		
	p {
		color: #000;
		font-size: 14px;
		text-align: justify;
}
    	
	a {
		color: #0091d1;
		text-decoration: underline;		
}

	a:hover {
		color: #e00034;
		text-decoration: none;		
}

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

ol {
	list-style: decimal;
}


ul li {
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
}

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