﻿@import 'https://fonts.googleapis.com/css?family=Merriweather';
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond|Halant');
body
{
    font-family: 'Halant', 'Cormorant Garamond', serif;
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0;
	background-color: #CCCCCC;
	background-image: url('../../images/masterPage/Page-BgTexture.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top left;
    color: #404041;
}
.unselectable
{
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select: none;
    user-select:none;
    cursor: default;
}
#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
#art-page-background-gradient
{
	background-position: top left;
}
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
form
{
	padding:0 !important;
	margin:0 !important;
}
table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.master_table
{
    border: 0;
    background-color: #f5f5fa;
    max-width: 900px;
}
    .master_table > thead
    {
        background-color: #A9A9A9;
        background: -webkit-linear-gradient(#A7A7A7, #ABABAB);
        background: -o-linear-gradient(#A7A7A7, #ABABAB);
        background: -moz-linear-gradient(#A7A7A7, #ABABAB);
        background: linear-gradient(#A7A7A7, #ABABAB);
    }
.master_table > thead > tr > th,
.master_table > tbody > tr > th,
.master_table > tfoot > tr > th,
.master_table > thead > tr > td,
.master_table > tbody > tr > td,
.master_table > tfoot > tr > td 
    {
     padding: 0 !important;
     border-top: 0px !important;
    }
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:1px;
	min-height:1px;
}
.art-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}
.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
}
.art-Sheet
{
	margin-top: 10px !important;
}
#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:1024px;
}
/* end Box, Sheet */

/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 900px;
	height: 80px;
}
div.art-Header-jpeg
{
	position: relative;
	z-index:-1;
	top: 0;
	left: 0;
	width: 900px;
	height: 80px;
	background-image: url('../../images/masterPage/Header.jpg');
	background-repeat: no-repeat;
	background-position: left;
}
/* end Header */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}
.art-menu li li
{
	float: none;
}
.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}
.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}
.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}
.art-menu ul
{
	background-image: url(../../images/masterPage/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
ul.art-menu
{
	float:right;
}
/* menu structure */
.art-menu
{
	padding: 0px 0px 0px 0px;
}
.art-nav
{
	position: relative;
	height: 42px;
	z-index: 100;
	float:right;
	
}
.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 42px;
	background-image: url('../../images/masterPage/nav.png');
}
.art-nav .l
{
	left: 0;
	right:0px;
}
.art-nav .r
{
	right: 0;
	width: 900px;
	clip: rect(auto, auto, auto, 900px);
}
/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}
.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 42px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 126px;
	background-image: url('../../images/masterPage/MenuItem.png');
}
.art-menu a .l
{
	left:0;
	right:0px;
}
.art-menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}
.art-menu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 12px;
	margin: 0 0px;
	line-height: 42px;
	text-align: center;
}
.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-42px;
}
.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-42px;
}
.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-42px;
}
.art-menu a:hover .t
{
	color: #D9D9D9;
}
.art-menu li:hover a .t
{
	color: #D9D9D9;
}
.art-menu li:hover>a .t
{
	color: #D9D9D9;
}
.art-menu a.active .l, .art-menu a.active .r
{
	top: -84px;
}
.art-menu a.active .t
{
	color: #D9D9D9;
}
/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
	display: block;
	width: 1px;
	height: 42px;
	background-image: url('../../images/masterPage/MenuSeparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;


	background-image: url('../../images/masterPage/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}
.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.art-menu ul ul a
{
	margin-left: auto;
}
.art-menu ul li a:hover
{
	color: #4D4D4D;
	background-position: 0 -20px;
}
.art-menu ul li:hover>a
{
	color: #4D4D4D;
	background-position: 0 -20px;
}
.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #4D4D4D;
}
.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #4D4D4D;
}
/* end MenuSubItem */

/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 900px;
}
.art-contentLayoutIniciarSesion
{
	position: relative;
	margin-bottom: 0px;
	width: 850px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:3px;
	min-height:3px;
}
.art-Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}
.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
{
	position:absolute;
	z-index:-1;
}
.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
{
	width: 2px;
	height: 2px;
	background-image: url('../../images/masterPage/Block-s.png');
}
.art-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 1px, 1px, auto);
}
.art-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 1px, 1px);
}
.art-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(1px, 1px, auto, auto);
}
.art-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(1px, auto, auto, 1px);
}
.art-Block-tc, .art-Block-bc
{
	left: 1px;
	right: 1px;
	height: 2px;
	background-image: url('../../images/masterPage/Block-h.png');
}
.art-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 1px, auto);
}
.art-Block-bc
{
	bottom: 0;
	clip: rect(1px, auto, auto, auto);
}
.art-Block-cr, .art-Block-cl
{
	top: 1px;
	bottom: 1px;
	width: 2px;
	background-image: url('../../images/masterPage/Block-v.png');
}
.art-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 1px);
}
.art-Block-cl
{
	left:0;
	clip: rect(auto, 1px, auto, auto);
}
.art-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #EDEDED;
}
.art-Block
{
	margin: 7px;
}
/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}
.art-BlockHeader .t
{
	height: 30px;
	color: #F2F2F2;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}
.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	/*background-image: url('../../images/masterPage/BlockHeader.png');*/
    background-color: #b9122f;
    background: -webkit-linear-gradient(#b9122f, #790c1f, #3c0710);
    background: -o-linear-gradient(#b9122f, #790c1f, #3c0710);
    background: -moz-linear-gradient(#b9122f, #790c1f, #3c0710);
    background: linear-gradient(#b9122f, #790c1f, #3c0710);
}
.art-BlockHeader .l
{
	left:0;
	right:0px;
}
.art-BlockHeader .r
{ 
	width:900px;
	right:0;
	clip: rect(auto, auto, auto, 900px);
}
/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.art-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}
.art-BlockContent-body
{
	color:#383838;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.art-BlockContent-body a:link
{
	color: #950F25;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: #950F25;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #2E050C;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.art-BlockContent-body ul
{
	list-style-type: none;
	color: #4A4A4A;
	margin:0;
	padding:0;
}
.art-BlockContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}
.art-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('../../images/masterPage/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.art-Post-body
{
	position: relative;
	z-index:1;
	padding: 12px;
}
.art-Post
{
	margin: 5px;
}
/* Start images */
a img
{
	border: 0;
}
.art-article img, img.art-article
{
	margin: 1em;
}
.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */
.art-article table, table.art-article
{
	/*border-collapse: collapse;*/
	margin: 1px;
	width:auto;
}
.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color:Transparent;
}
.art-article th, .art-article td
{
	padding: 2px;
	border: solid 1px #5C5C5C;
	vertical-align: top;
	text-align:left;
}
.art-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}
/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #740B1D;
}
.art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #740B1D;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #8B0E23;
}
.art-PostHeader a:visited, .art-PostHeader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #4D4D4D;
}
.art-PostHeader a:hover, .art-PostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #D51535;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */

.art-PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #404040;
}
/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  text-decoration: underline;
  font-weight: 600;
}
/* Adds special style to an unvisited link. */
a:link
{
  text-decoration: underline;
  color: #a5102a;
}
/* Adds special style to a visited link. */
a:visited, a.visited
{
  text-decoration: underline;
  color: #a5102a; 
}
/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  color: #690a1b;
}
/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #A21028;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  /*font-family: Arial, Helvetica, Sans-Serif;*/
  /*font-size: 22px;*/
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #A21028;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #595959;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #740B1D;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #292929;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #292929;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #404040;
	margin:1em 0 1em 2em;
	padding:0;
	/*font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;*/
}
li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}
li 
{
	margin:0.2em 0;
	padding:0;
}
ul
{
	list-style-type: none;
}
ol
{
	list-style-position:inside;
	
}
.art-Post li
{
	padding:0px 0 0px 12px;
	line-height:1.2em;
}
.art-Post ol li, .art-Post ul ol li
{
	background: none;
	padding-left:0;
}
.art-Post ul li, .art-Post ol ul li 
{
	background-image: url('../../images/masterPage/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:12px;
}
/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#292929;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
blockquote
{
	margin: 10px 15px 10px 0px;
	padding: 5px 5px 30px 32px; /*background-color:#C4C4C4;*/
	background-image: url('../../images/masterPage/PostQuote.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}
/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: pointer;
	text-decoration: none !important;
	z-index:0;
}
.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}
.art-button-wrapper .art-button
{
	display:block;
	height: 34px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #F2F2F2 !important;
}
.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #FDE8EB !important;
	text-decoration: none !important;
}
.art-button-wrapper.active .art-button
{
	color: #F2F2F2 !important;
}
.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('../../images/masterPage/Button.png');
}
.art-button-wrapper .l
{
	left:0;
	right:11px;
}
.art-button-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}
.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -34px;
}
.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -68px;
}
/* end Button */

/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 900px;
	margin: 5px auto 0px auto;
}
.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}
.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:repeat;
	background-image: url('../../images/masterPage/Footer.png');
	width: 900px;
	height: 150px;
	bottom:0;
	left:0;
}
.art-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('../../images/masterPage/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 25px;
}
.art-Footer .art-Footer-text p
{
	margin: 0;
}
.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #D4D4D4;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.art-Footer .art-Footer-text a:visited
{
	text-decoration: none;
	color: #878787;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #1A1A1A;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#666666;
}
.art-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#666666;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 227px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 640px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 759px;
}
/* end LayoutCell */
.art-PostContent table tr th{
    font-weight: normal;
}
/* begin RequiredFields */
RequiredFields
{
	color: #9F0621;
	font-size:17px;
	vertical-align:middle;
}
.TitleRequiredFields
{
	color: #9F0621;
	font-size:16px;
	vertical-align:middle;
}
.ErrorMessageLabels
{
	color:#9F0621;
	font-size:11px;
	vertical-align:middle;
}
/*end RequiredFields */
/*
Error
*****************/
.error1
{
    color:Red;
    font-size:13px;
    font-weight:bold;
}
.correcto1
{
    color:Blue;
    font-size:13px;
    font-weight:bold;
}
/*
PopUp
***************/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}
/*
GridView
**************/
#container {
    width: 700px;
    margin: 10px auto;
}

.mGrid { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse;font-size:12px; }
    .mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #000000; }
    .mGrid th { padding: 4px 2px; color: #fff; background: #424242 url(../../images/gridView/grd_head.png) repeat-x top; border-left: solid 1px #525252; font-size: 0.9em; }
/*.mGrid .alt { background: #fcfcfc url(../../images/gridView/grd_alt.png) repeat-x top; }*/
.mGrid .pgr {background: #424242 url(../../images/gridView/grd_pgr.png) repeat-x top; }
    .mGrid .pgr table { margin: 5px 0; }
    .mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
    .mGrid .pgr a { color: #ccc; text-decoration: none; }
    .mGrid .pgr a:hover { color: #fff; text-decoration: none; }
    .mGrid tr:hover { background-color:#800000;}
    .mGrid td:hover { color:#FFFFFF }

.mGrid2 { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse;font-size:12px; }
    .mGrid2 td { padding: 2px; border: solid 1px #c1c1c1; color: #000000; }
    .mGrid2 th { padding: 4px 2px; color: #fff; background: #424242 url(../../images/gridView/grd_head.png) repeat-x top; border-left: solid 1px #525252; font-size: 0.9em; }
.mGrid2 .alt2 { background: #ffffee }
.mGrid2 .pgr {background: #424242 url(../../images/gridView/grd_pgr.png) repeat-x top; }
    .mGrid2 .pgr2 table { margin: 5px 0; }
    .mGrid2 .pgr2 td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
    .mGrid2 .pgr2 a { color: #ccc; text-decoration: none; }
    .mGrid2 .pgr2 a:hover { color: #fff; text-decoration: none; }
    .mGrid2 tr:hover { background-color:#93A3B0;}
    .mGrid2 td:hover { color:#FFFFFF }

a.verLink
{
    color:Red;
}
a.verLink:hover
{
    color:White;
}
/* --------------- TAB MENU RESPONSIVO -------------- */
.pie_pagina_css p
{
    padding-left: 3em !important;
}

/* --------------TAB BARRA DE CONSULTA ---------------*/

.busqueda_text
{
width: 86%;
text-align: center;
margin-left: 7%;
border: 0px;
border-radius: 3px 3px 0px 0px;
}
    .busqueda_text h3
    {
        text-align: left;
        font-weight: 600;
        padding: 4px 6px;
        font-size: 1.3em !important;
    }
    .busqueda_text > div > h2 {
        font-size: 1.2em !important;
        padding: 4px 6px;
        text-align: left;
        min-height: 2em;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: 700;
        cursor: default;
    }
    .busqueda_text > #panelBuscar, .busqueda_text > #menu_principal_opciones
    {
        background-color: #EDEDED;
        padding: 7% 0;
        margin-top: -4%;
        border-top: none;
        border-left: 1px solid #a9a6a6;
        border-right: 1px solid #a9a6a6;
        border-bottom: 1px solid #a9a6a6;
    }
    .busqueda_text hr
    {
        border: 0; 
        height: 1px; 
        background: #333; 
        background-image: linear-gradient(to right, #ccc, #333, #ccc);
        width: 91%;
    }
    
    .entrada_busqueda
    {
        font-family: 'Open Sans', sans-serif;
        color: #404041;
        width:92%;
        font-size: 0.9em;
        border-style:inset;
    }
.ul_panelLateral
{
    font-size: 1.16em;
}
.ul_panelLateral ul, .ul_panelLateral li
{
    margin-bottom: 8px;
    list-style-type: circle;
    text-align: left;
    line-height: 1.5em;
    color: #740B1D;
    padding: 0 2px 0px 0px;
}
    .ul_panelLateral a
    {
        font-weight:600;
        color: #740B1D;
        text-decoration: none;
    }
    .ul_panelLateral a:hover
    {
        color: #a5102a;
    }
.opciones_xs{
    background-color: rgba(245, 245, 250, 0.20) !important;
    border-width: 0px 0px 0px 1px!important;
    border-bottom-left-radius:17px;
}
.opciones_xs > ul > li > a{
    font-family:'Times New Roman', Times, Garamond, serif;
    font-size: 1.3em;
    color: #920747;
    font-weight:600;
}
    .opciones_xs > ul > li > a:link {
        font-weight:400;
    }
    .opciones_xs > ul > li > ul {
        background-color: #eeeeee;
    }
.dropdown_opciones_xs {
    background-color: rgb(245, 245, 250) !important;
}
.dropdown_opciones_xs > li > a{
font-family: 'Times New Roman', Garamond, serif;
font-size: 1.1em;
color: #920747 !important;
}
    .dropdown_opciones_xs > li > a:hover, .dropdown_opciones_xs > li > a:focus {
        color: #920747 !important;
    }
.alineacion_contenido_central
{
    padding-top: 1em;
    line-height: 1.5em;
}
    .alineacion_contenido_central p
    {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        font-size: 1.12em;
    }
#cuerpo_central_col 
{
    background-color:#f5f5fa;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}
#contenedor_piepag
{
    background-color:#f5f5fa;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}
.el_boton_busqueda{
    font-size: 1.35rem !important;
    border-radius: 15px;
    border-style: solid;
    width: 80%;
    letter-spacing: 0.2rem;
    padding-top: 0.48rem;
    padding-bottom: 0.48rem;
    margin-top: 2%;
    margin-bottom: 0.3vw;
}
.boton_positivo {
	font-family: Garamound, 'Times New Roman';
	background-color: #7b0c1e;
	color: #fff !important;
	font-size: large !important;
}
.boton_positivo:hover, .boton_positivo:focus
{
    background-color: #882434;
    border-color: #f8f2f3;
    color: #f8f2f3 !important;
}
#navbar_xs
{
    background-color:#f5f5fa;
    border-radius:7px;
}
/* --------------TAB BARRA DE CONSULTA ---------------*/
/* --------------- TAB MENU RESPONSIVO -------------- */


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 52px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
div.menu ul li a, div.menu ul li a:visited
{
    font-family: inherit;
    border-right: 1px #666666;
    border-right-style: dotted;
    color: #ffffff;
    display: block;
    line-height: 1.35em;
    padding: 4px 6px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.2em;
    /*background-image: url('../../images/masterPage/nav.png');*/
}

div.menu ul li a:hover
{
    /*background-color: #bfcbd6;*/
    color: #f8f2f3;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
.menuBack
{
    /*background-image:url('../../images/masterPage/nav.png');*/
    /*height: 42px;*/
    background-color: #b9122f;
    background: -webkit-linear-gradient(#b9122f, #790c1f, #3c0710);
    background: -o-linear-gradient(#b9122f, #790c1f, #3c0710);
    background: -moz-linear-gradient(#b9122f, #790c1f, #3c0710);
    background: linear-gradient(#b9122f, #790c1f, #3c0710);
}

table.Catalogo
{
    border:1px solid black;
}
table.Catalogo td
{
    border: none;
}
/***************************/
/*
.mGrid2 { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse;font-size:12px; }
    .mGrid2 td { padding: 2px; border: solid 1px #c1c1c1; color: #000000; }
    .mGrid2 th { padding: 4px 2px; color: #fff; background: #424242 url(../../images/gridView/grd_head.png) repeat-x top; border-left: solid 1px #525252; font-size: 0.9em; }
.mGrid2 .alt2 { background: #ffffee }
.mGrid2 .pgr {background: #424242 url(../../images/gridView/grd_pgr.png) repeat-x top; }
    .mGrid2 .pgr2 table { margin: 5px 0; }
    .mGrid2 .pgr2 td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
    .mGrid2 .pgr2 a { color: #ccc; text-decoration: none; }
    .mGrid2 .pgr2 a:hover { color: #fff; text-decoration: none; }
    .mGrid2 tr:hover { background-color:#93A3B0;}
    .mGrid2 td:hover { color:#FFFFFF }
*/
.table2 {
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 1px #525252;
	border-collapse:collapse;
	font-size:12px;
}
.table2 td
{
	padding: 2px;
	border: solid 1px #c1c1c1;
	color: #000000;
}
.table2 th 
{
     padding: 4px 2px;
     color: #fff;
     background: #424242 url(../../images/gridView/grd_head.png) repeat-x top;
     border-left: solid 1px #525252;
     font-size: 0.9em;
}
.table2 tr:hover { background-color:#93A3B0;}
.table2 td:hover { color:#FFFFFF }

.table2 tr:nth-child(even) {
background-color: #ffffee;
}
.panelDescartados
{
    background-color:beige;
    border-top:groove;
    border-color:grey;
    width:1060px;
}
#bnderaNva
{
    font-weight: bold;
    color: #E14D55;
    width:99px;
    text-align:right;
    position:relative;
    left:556px;
    top: 7px;
}
.bnderaNvaFooter
{
    width:150px;
    text-align:right;
    position:relative;
    left:456px;
    padding-right:12px;
}
.bnderaNvaColor
{
    color: #AB603B !important;
}
.inCellAcepcion
{
    position:fixed;
    top:300px;
}
.cellAcepcion
{
    width:13%;
    padding-left:5px;
}
.h2-rojo
{
    font-weight:400;
    font-family: 'Merriweather', serif;
    color: #740B1D;
    font-size: 1.13em;
}
.h3_serif 
{
	font-family: 'Merriweather', serif;
	padding-bottom: 0.8em;
	font-size: 1.1em;
}
table.preguntasAlDEM > tbody td, table.preguntasAlDEM > tbody th
{
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    vertical-align: baseline;
    text-align: left;
    padding-left:0.3em;
    padding-right:0.3em;
}
table.preguntasAlDEM > tfoot td
{
    text-align: right;
    padding: 0.5em;
}
table.preguntasAlDEM
{
    width: 60%;
}

.custom_a_link, .custom_a_link:link
{
    font-size:1.32em;
    text-decoration:none;
    color:#a5102a;
    padding-left:4%;
}
.custom_a_link:hover, .custom_a_link:focus{
    color: #5f0918c7;
    text-decoration: underline;
}
.custom_a_link:visited, .custom_a_link.visited{
    color:#5f0918;
}