/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background-color: #DEDEDE;
	background-image: url(../_img/Page-BgTexture.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #545454;
}

/* Encabezado de página */
.fondoEncabezado {
	background-image: url(../_img/Page-BgGradient.jpg);
	background-color: #CCC;
	background-repeat: repeat-x;
	height: 131px;
	padding-top: 15px;
	clear: both;
}

.encabeazado{
	width: 970px;
	height: 131px;
	background-image: url(../_img/header.png);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Contenido */

.contenedorContenido{
	background:#FFF;
	margin: 0 auto;
	width: 968px;
/*	height:500px;*/
	border-left: #350000 solid 1px;
	border-right: #350000 solid 1px;
}
.contenido{
	margin:0 15px 0 15px;
	width:auto;
	min-height: 300px;
	}


/* Pie de página */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 970px;
	margin: 0px 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:no-repeat;
	background-image: url(../_img/Footer.png);
	width: 970px;
	height: 150px;
	bottom:0;
	left:0;
}


.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;*/
	color:#CFCFCF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-Footer .art-Footer-text a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #ECB14B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* fin de pie de página */

/* pie de página logo */
.logo{
	width:110px;
	background-repeat: no-repeat;
	height:51px;
	align: center;
	margin: 0 auto;
	margin-top:15px;
	background-image: url(../_img/logodmys.png);
	}



/* estilos para el contenido */
a{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
 	color: #0000FF;
}

/* Adds special style to an unvisited link. */
a:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #0000FF;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #92C6E2;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
    color: #D48F16;
}

/* 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: #595959;
}

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: #595959;
}

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: #318AB9;
}

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: #292929;
}

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;
}
