﻿/* ================================================== Titulos */

.inside { width: 982px; }
.clear  { clear: both; }
.hide   { visibility: hidden; }

.tit_azul {
	margin-bottom: 20px;
	background: #3469B2 url(/Resources/Images/Sprites/Tittles/title-blue-border-left.png) top left no-repeat; }
.tit_azul h2 {
	height: 20px;
	padding: 3px 0 0 13px;
	background: transparent url(/Resources/Images/Sprites/Tittles/title-blue-border-right.png) top right no-repeat;
	font-size: 1.1em; color: white;
}
h3.subtit_azul {
	clear: both;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: url(../images/generales/flecha-subtit-azul.png) center left no-repeat;
	font-size: 1em;
	color: #3469B2;
}
h3.tit_internas {
	clear: both;
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: .8em;
	color: #3469B2;
}
h3.tit_int2 {
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #E0E0E0;
	font-family: Verdana;
	font-size: .8em;
	color: #3469B2;
}
h3.tit_int3 {
	margin: 0 0 8px 14px;
	padding-left: 20px;
	background: url(/Resources/Images/Sprites/Tittles/tit-int3.png) center left no-repeat;
	font-family: Verdana;
	font-size: 12px;
	color: #9C9C9C;
}
p.txt_internas { margin: 10px 0; font-size: .8em; }

