html, body {
	margin:0;
	padding:0;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #333333;
	background-color:#1963af;
	/*background-color:#003366;
	border-bottom:solid 5px #ccc;
	width:100%;
	background-size:100% 100%;
	height:100%;*/
	background-image:url(../images/interfaz-grafica/bg-05.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;	
}
div {
	width:100%;
	text-align:center;
}
h1, h2, h3, h4, h5 {
	line-height:100%;
}
h1 {
	color:#006699;
}
h2 {
	color:#666666;
}
a {
	text-decoration:none;
}
input[type="text"] {
	width:450px;
	height:30px;
	color:#666666;
	margin:10px;
	padding:5px;
	border:1px solid #CCCCCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
textarea {
	width:450px;
	height:150px;
	color:#666666;
	margin:10px;
	padding:5px;
	border:1px solid #CCCCCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
input[type="button"] {
	width:100px;
	height:50px;
	color:#666666;
	margin:10px;
	padding:5px;
	border:1px solid #CCCCCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	cursor:pointer;
}
input[type="button"]:hover {
	color:#FFFFFF;
	background-color:#999999;
}
.TextoDestacado {
	width:90%;
	height:auto;
	padding:5%;
	font-style:italic;
	color:#006699;
	background-image:url(../images/iconos/icoComillas.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
}
.bgPagina {
	/*background-image:url(../images/interfaz-grafica/bg-03.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
	border-bottom:solid 5px #ccc;
	min-height: calc(100% - 160px);*/
	padding:0 0 20px 0;
}
.Etiquetas {
	width:240px!important;
	text-align:left;
	padding:10px;
	opacity:.8;
}
.Etiquetas + span {
	margin-top:10px!important;
}
.Etiquetas img {
	width:35%!important;
	float:left;
}
.Etiquetas strong {
	text-transform:uppercase;
}
.Banner {
	width:240px!important;
	text-align:left;
	padding:10px;
	margin-top:10px!important;
	opacity:.8;
}
.Banner img {
	width:35%!important;
	float:left;
}
.Banner strong {
	text-transform:uppercase;
}
.Banner a {
	width:90px!important;
	float:right;
	margin:10px 20px 0 0!important;
	padding:10px!important;
}
.img100porciento {
	width:90%!important;
	height:auto!important;
	padding:0!important;
	background:none!important;
}
#Cabecera {
	width:990px;
	height:135px;
	margin:0 auto;
	background-image:url(../images/interfaz-grafica/tmpl_01.png);
	background-position:center;
	background-repeat:no-repeat;
}
#Cabecera span {
	width:50%;
	float:left;
	display:table;
}
#Cabecera .ImagotipoDraccus a {
	width:100%;
	background:none!important;
}
#Cabecera .ImagotipoDraccus a:hover {
	margin:0;
	opacity:.95;
}
#Cabecera .MenuPrincipal {
	position:relative;
	margin:65px 0 0 0;
}
#Cabecera a {
	width:110px;
	height:55px;
	line-height:55px;
	margin:0 1px 0 0;
	cursor:pointer;
	color:#333333;	
	display:table-cell;
	float:left;
	background-color:#E6E6E6;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
#Cabecera a:hover {
	color:#999999;
	margin:1px 1px 0 0;
}
#Cuerpo {
	width:990px;
	overflow:auto;
	margin:0 auto;
	background-color:#E6E6E6;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
#Cuerpo .ColumnaIzquierda {
	width:695px;
	min-height:400px;
	float:left;
	text-align:justify;
	background-image:url(../images/interfaz-grafica/tmpl_02.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 0 20px 0;
}
#Cuerpo .ColumnaIzquierda span {
	width:610px;
	height:auto;
	overflow:auto;
	padding:15px 25px 25px 25px;
	margin:0 15px 0 15px;
	display:block;
	background-color:#F3F3F3;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
#Cuerpo .ColumnaIzquierda p {
	font-size:110%;
	line-height:150%!important;
}
#Cuerpo .ColumnaIzquierda img {
	width:50%;
	height:200px;
	float:left;
	padding:10px;
	margin:0 20px 5px 0;
	background-color:#FFFFFF;
}

#Cuerpo .ColumnaIzquierda a {
	width:140px;
	height:auto;
	padding:5px;
	margin:5px 0 5px 0;
	display:block;
	color:#FFFFFF;
	background-color:#006699;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	text-align:center;
}
#Cuerpo .ColumnaIzquierda a:hover {
	background-color:#333333;
}
#Cuerpo .ColumnaDerecha {
	width:295px;
	min-height:300px;
	float:left;
	background-image:url(../images/interfaz-grafica/tmpl_03.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#Cuerpo .ColumnaDerecha span {
	width:260px;
	height:auto;
	overflow:auto;
	margin:25px 20px 0 20px;
	display:block;
	background-color:#F3F3F3;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#Cuerpo .ColumnaDerecha span > p {
	text-align:justify;
	margin:0 5% 5% 5%;
}
#Cuerpo .ColumnaDerecha img {
	width:90%;
	margin:5%;
	height:auto;
}
#Cuerpo .ColumnaDerecha a {
	width:80px;
	height:auto;
	padding:5px;
	margin:5px 0 5px 0;
	display:block;
	color:#FFFFFF;
	background-color:#006699;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	text-align:center;
}
#Cuerpo .ColumnaDerecha a:hover {
	/*background-color:#1963af;*/
	background-color:#003366;
}
#Cuerpo .ColumnaDerecha .imgIsos {
	margin:10px 20px 20px 20px;
}
#Cuerpo .ColumnaDerecha .imgIsos img {
	width:40%;
	margin:5% 0 0 5%;
	height:auto;
}
#PiedePagina {
	width:990px;
	height:140px;
	margin:0 auto;
	padding:0;
}
.pVacio {
	height:20px;
}