@charset "utf-8";
/* Estilos generales para todos los HTML */

body {
	background:#fff;
	color:#000;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* ** ** Clases habituales ** ** */
.left, .float_left  { float:left	}
.right, .float_right { float:right	}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.clear-left, .clear_left { clear:left; } .clear-right, .clear_right { clear:right; }
.hide  { display:none	} .block {display:block !important;} .inline {display:inline !important;}

.align_right    { text-align:right;	  }
.align_left     { text-align:left;	  }
.align_center   { text-align:center;  }
.align_justify  { text-align:justify; }

.bold {font-weight:600;}
.italic {font-style:italic;}

a {
	color:#000;
	text-decoration:none;
}
a:hover, a:focus { text-decoration:none;}
a:active, a:visited { }

blockquote {
		font-family: Georgia,"Times New Roman", Times, serif; 
		margin:5px; 
		padding:10px;
		font-size:1.52em; 
		color:#666; 
		font-style:italic; 
		line-height:1.3em; 
		width:100%; 
		quotes:none;
	}
	blockquote.left {border-right:1px dashed #ccc; width:35%;} /* float blockquote left, y establecemos el ancho */
	blockquote.right {border-left:1px dashed #ccc; width:35%;} /* float blockquote right, y establecemos el ancho */

/* ** ** Header ESTILOS ** ** */
h1, h2, h3, h4, h5 {margin:0 0 0.5em; line-height:1.1em; text-align:left;}
h1 {	font-size:2.52em;} 
h2 {	font-size:1.452em; color:#333; padding-top:2px;} 
h3 {	font-size:1.652em;} 
h4 {	font-size:1.452em;} 
h5 {	font-size:1.252em;} 
h6 {	font-size:1.52em;}

/* ** ** ul li ESTILOS ** ** */
ul{
   list-style-type: none;
}
ul,ol{
  margin:0;
  padding:0;
}
li ul,li ol{
  padding:0;
  margin:0 0 1.5em 1.5em;
}


/* ** ** Color elemento seleccionado ** ** */
::selection {
	background: #525252; /* Safari */
	}
::-moz-selection {
	background: #525252; /* Firefox */
	color:#fff;
}
/* ** ** Parágrafos ESTILOS ** ** */
p {margin:0 0 1.52em;}
p img.left {float:left;margin:1.52em 1.52em 1.52em 0;padding:0;}
p img.right {float:right;margin:1.52em 0 1.52em 1.52em;}

strong   		{	font-weight:600;}
em, dfn  		{	font-style:italic;}
dfn 	 		{   font-weight:600;}
sup, sub 		{   line-height:0;}
abbr, acronym   {	border-bottom:1px dashed #ccc;}
address 		{	margin:0 0 1.5em;font-style:italic;}
del 			{	color:#666;}
pre, code, tt   {	font:1em 'andale mono', 'lucida console', monospace;line-height:1.5; display:block;}
code 			{	background-color:#eee; display:inline; padding:0px 2px 1px 2px; line-height:1.1em;}
pre 			{	margin:1.5em 0;white-space:pre;}



#Footer {
	text-align:left;
	color: #666666;
	font-size: 0.9em;
}
#ContenidoFooter{
border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.text-p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
