html {width:100%;
	min-width:960px;}

img {vertical-align:middle;}

body {
	background:#000;
}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}


#header{
	background-color: #454545;
	height: 120px;
	
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #ff66ff;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.centrado
{ 
text-align: center;
}

.tabla_centrada
{
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
}

.tabla_logo
{
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	
}
.padding_btm {
	padding-bottom: 10px;
}


#cuerpo{
	background-color: #454545;
	
}

#footer{
	height: 180px;
	clear: both;
	position: relative;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	
}
.tabla_footer
{
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}














html{
	height: 100%;
}
body{
	height: 100%;
	margin: 0px;
	padding: 0px;
}


div.wrapper_abajo {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px auto;

   The -100px mentioned above needs to be the exact height of the footer.
}

div.nudge_abajo{
	height: 180px;
	clear: both;
}

.textos_style_left {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	padding-top: 20px;
	padding-right: 20px;
}
.color {
	color: #ff66ff;
}


.textos_style_right {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	padding-top: 20px;
}
