html {
	overflow-Y: scroll;
}
body {
	font: 10px normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	background: #fdfdea url(imagenes/abstractg.jpg) repeat;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container {
	width: 500px;
	margin: 0 auto;
}
h1 {
	font: 4em normal Georgia, 'Times New Roman', Times, serif;
	text-align: center;
	padding: 20px 0;
	color: #5c9731;
	text-shadow: 1px 1px 1px #000;
}
h1 span {
	color: #ded609;
}
h1 small{
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1em;
	display: block;
	color: #323232;
	text-shadow: none;
}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(imagenes/botonera2.png) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(imagenes/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: url(imagenes/toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 1.8em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
.tablalogos img{
	width: 120px;
}
dl {
margin: 0;
padding: 0;
}
dt {
font-size: 1.5em;
font-family: serif;
margin: .5em 0 0 0;
padding: 0;
}
dd {
	display: list-item;
	list-style: none;
	margin: 0 0 0 4em;
	padding: 0.30em;
	vertical-align: text-top;
}
#list2 ul { font-style:italic;  }
#list2 ul li {
	padding: .2em;
	border-left: 1px solid #bababa;
	margin: 0 0 0 2em;
}
#list2 ul li p em { display:block; margin: 0 0 0 0; padding: 0 0 0 0;}
#dlform dl {
margin: 0;
padding: 0;
}
#dlform dt {
	font: 11px normal Arial, Helvetica, sans-serif;
	margin: .5em 0 0 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
#dlform dd {
	display: list-item;
	list-style: none;
	margin: 0 0 0 2em;
	padding: .5em;
}
#hp3{
	float:right;
}
.connect_widget{
	display: none;
	visibility: hidden;
}
#connect_confirmation_cell_no_like{
		display: none;
	visibility: hidden;
}
/* ********************************************************************************
Efecto logos
********************************************************************************** */
.wrapper{
	margin: 0 auto;
	width: 400px;
	padding: 10px 0 0 0;
	position: relative;
}
.left{float:left;}
.right{float:right;}
.single-set{
	overflow: hidden;
	padding: 10px 1px 10px 1px;
}
.containerimg{
	border:5px solid #fff;
	position:relative;
	overflow:hidden;
	width: 170px;
	opacity:0.5;
	
	-webkit-box-shadow:0 0 3px #000;
	-moz-box-shadow:0 0 3px #000;
	box-shadow:0 0 3px #000;
	
	 -webkit-transition: all .5s ease-out;
	 -moz-transition: all .5s ease-out;
	 transition: all .5s ease-out;
}
.containerimg:hover{
	opacity:1;
	cursor:pointer;
	-webkit-box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
}
.text{
 background:rgba(0,0,0,0.5);
 color:white;
 font:16px Georgia,serif;
 height:auto;width:inherit;
 position:absolute;
}
.text a{
	color: #fff;
	display: block;
	padding: 10px;
	font-size: 15px;
	font-weight: normal;
	text-shadow: none;
	text-decoration: none;
	width: 75px;
	font: bold;
}

article.css3-3
{
 right:-200px;top:0;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
 width:75px;
}
.text a.css3-3{
 -webkit-transition: all .4s ease-out;
 -moz-transition: all .4s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .4s ease-out;
}

.containerimg:hover article.css3-3{
 right:0;
}

/* ********************************************************************************
Fin efecto logos
********************************************************************************** */