/* CSS Document */

body
{
	background-color: #FFFFFF;
	margin: 0px;
	text-align:center;

}




	
/* ESTRUCTURA  NEW 06 --------------------------------------------------------------------- */



#all {

	width:760px;
	margin:0 auto;
	text-align:left;
	background: url(../img_general/fnd_sombra.jpg) repeat-y;
	}
	

#cab {

	background: url(../img_general/fnd_cab.jpg) no-repeat top left;
	height:144px;
	}
	
#cab_home {

	background: url(../img_general/home_fnd_cab.jpg) no-repeat top left;
	height:144px;
	}
	
#cab div{
	
	width:180px;
	height:100px;
	position:relative;
	top:10px;
	left:10px;

	}
	
#cab_home div{
	
	width:180px;
	height:100px;
	position:relative;
	top:10px;
	left:10px;

	}	
	
	
#ruta {

	margin:20px 30px 0 30px;
	
	}
	
	
#centro {

	width:720px;
	margin:10px 0;
	position:relative;
	top:10px;
	left:30px;
	}

#menu {

	width:180px;

	}
	

#content {

	width:515px;
	margin:10px 0 0 15px ;
	}	

#mod {

	width:170px;
	margin-top:20px;

	}

#mod div{

	width:150px;


	}

#mod p{

	width:150px;
	margin:0;

	}


#pie {
	
	background: url(../img_general/fnd_pie.jpg) no-repeat bottom left;
	height:30px;
	padding:20px 30px 20px 30px;
	}


.left {

	float:left;
	
	}
#all #centro #content #banner_head {
	width: 500px;
}
#all #centro #content #banner_head a {
	color:#999900;
	text-decoration:none;
}
#all #centro #content #banner_head a:hover {
	color:#FF0000;
	text-decoration:none;
}
	
.right {

	float:right;
	
	}

/*------------------------------------------------------*/


.tabla1 {
	margin-top: 20px;
	margin-left: 10px;
	}
	
.tabladondeestamos {
	margin-top: 20px;
	margin-left: 10px;
	border-bottom: 1px solid #cccccc;
	width: 520px;
	height: 20px;
	}
	
.titulo, .titulo a:link, .titulo a:visited, .titulo a:active {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999900;
	line-height: 16px;

	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 5px;
}

.titulo a:Hover
{
	color: #FF0000;
	}
	

.comentario, .comentario a:link, .comentario a:active, .comentario a:visited
{
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
	margin-top: 0px;
	letter-spacing: 0%;
	padding-bottom: 2px;
	padding-left: 0;
	text-decoration: none;
	}
	
.comentario a:Hover
{
	color: #FF0000;
	}
	
strong
{
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	color: #FF0000;
	line-height: 16px;
	letter-spacing: 0%;
	padding-bottom: 3px;
	font-weight: normal;
	}
	
.link, .link a:Link, .link a:visited, .link a:active {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	color: #CC9966;
	line-height: 16px;
	text-decoration: none;
	letter-spacing: 0%;
	padding-bottom: 3px;
}

.link a:Hover
{
	color: #FF0000;
	}

.txtgrispeq, .txtgrispeq a:Link, .txtgrispeq a:visited, .txtgrispeq a:active {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	text-align: justify;
	text-decoration: none;
	letter-spacing: 0%;
	padding-bottom: 3px;
}

.txtgrispeq a:Hover
{
	color: #FF0000;
	}
/* PARRAFO TEXTO */

p
{
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	margin-top: 5px;

	letter-spacing: 0%;
	padding-bottom: 3px;

	}

p a:Link
{
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 16px;

	letter-spacing: 0%;
	padding-bottom: 3px;
	}
	
		
p a:Hover
{
	color: #FF0000;
	}
	
	
/* DONDE ESTAMOS 2 --------------------------------------------------------------------- */


.dondeestamos
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}


.dondeestamos a:link, .dondeestamos a:visited, .dondeestamos a:active
{
	color: #999900;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

.dondeestamos a:hover
{
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}


/* TEXTO ------------------------------------- */

.texto, .texto a:visited
{
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
	margin-top: 0px;
	letter-spacing: 0%;
	padding-bottom: 2px;
	text-decoration: none;
	}

.texto a:link {
	color: #999999;
	text-decoration:none;
	}
	
.texto a:Hover
{
	color: #FF0000;
	text-decoration:none;
	}
	
strong.texto
{
	font-weight: bold;
	}
	
/* elementos de formulario */
form, table
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #FFF;
}

input
{
	border: 1px dotted #ccc;
	background: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 2px;
}

fieldset
{
	border: 1px #ccc;
	margin: 0px;
	padding: 2px;
}

textarea
{
	border: 1px dotted #ccc;
	background: #fff;
	margin: 0px;
	padding: 2px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333;
}

.boton
{
	border: 1px dotted #666;
	background-color: #eee;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	width: 60px;
}



.oculto

{

	font-family: Verdana, Helvetica, Sans-serif;

	font-size: 10px;

	color: #FFFFFF;

	line-height: 16px;

	letter-spacing: 0%;

	padding-bottom: 3px;



	}

	

.error

{

	font-family: Verdana, Helvetica, Sans-serif;

	font-size: 10px;

	color: #FF0000;

	line-height: 16px;

	letter-spacing: 0%;

	padding-bottom: 3px;



	}
#all #centro #content #banner_head #banner_teenvio {
	margin: 0px;
	padding: 0px;
	width: 250px;
}
#all #centro #content #banner_head #banner_tutienda {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width:240px;
}

