﻿.cuerpo
{
	overflow:hidden;
}

img 
{
	border:none;
}

.index 
{
	height:800px;
	overflow:hidden;	
	width:800px
}

.index-catalogo
{
	float:left;
	height:300px;
	width:250px;
	margin: 5 5 5 5;
	background-color:Transparent;
	z-index:0;
}

.index-articulo
{
	float:left;
	height:300px;
	width:250px;	
}

.index-col1, .index-col2
{
	float:left;
	width:250px;	
	height:600px;
	background-color:Transparent;
}


.index-col3
{
	float:left;
	width:240px;	
	height:600px;
	background-color:Transparent;
}

.index-tarjeta
{
	float:left;
	width:230px;	
	height:145px;
	margin: 2px;
}

.index-login
{
	float:left;
	width:240px;	
	height:150px;
	background-image:url(../img/loginfondo.jpg);
	background-repeat:no-repeat;	
	margin: 2px;
}


.index-login-tit
{	
	width:240px;
	height:40px;
}

.index-login-usr
{
	height:25px;	
	padding-left:5px;	
	width:225px;		
}

.index-login-pwd
{
	height:25px;	
	padding-left:5px;	
	width:245px;		
}

.index-login-btn
{
	height:25px;	
	padding-right:10px;	
	width:225px;		
	text-align:right;
}

.index-login-err
{
	height:25px;	
	padding-right:10px;	
	width:225px;		
	text-align:right;
	font-size:0.8em;
	color:Red;
}

.index-ideas
{
	float:left;
	height:300px;
	width:250px;
	clear:left;
	text-align:center;
	margin:auto;
}

.index-secciones
{
	float:left;
	height:300px;
	width:250px;
	margin:auto;
	z-index:0;
}

.index-banner-inf
{
	float:left;
	height:75px;
	width:540px;
	clear:left;
}

.banner_container
{
	float:left;		
	clear:left;
	margin:5px;
	margin-bottom:15px;
}


.banner_container a img
{
	border:none;
	margin:0px;
	float:left;
	width:240px;
}

.banner_container a img:hover
{
	position:relative;
	top:1px;
	
}


