/* 
    Created on : 21-ene-2015, 21:22:33
    Author     : jose
*/
#map{
	display: block;
	width: 95%;
	height: 350px;
	margin: 0 auto;
	-moz-box-shadow: 0px 5px 20px #ccc;
	-webkit-box-shadow: 0px 5px 20px #ccc;
	box-shadow: 0px 5px 20px #ccc;
}
#map.large{
	height:500px;
}

/* PRUEBA DE LIST-GRID*/

/*.thumbnail
{
    margin-bottom: 20px;
    padding: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}*/

.item.list-group-item
{
    float: none;
    width: 100%;
    padding: 0;
    border: 0;
    margin-bottom: 10px;
    /*background-color: #fff;
    margin-bottom: 10px;*/
}
/*.producto {
	margin-bottom: 10px;
	background: #FFF;
	border-radius: 3px;
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
}*/
/*.producto-destacado {
	border: 1px solid #AAA;
	background: #F5F5F5;
}*/
/*
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}
*/
.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
/*    padding: 9px 9px 0px 9px;*/
}
.item.list-group-item:nth-of-type(odd)
{
    /*background: #eeeeee;*/
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
    font-weight: 300;
    color: #666;
}
.list-group-item-heading
{
    font-weight:400;
}
.list-group-item-subheading
{
    font-weight:300;
    color:#26A4F9;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0px;
}
.lead
{
    font-weight: 300;
    color: #666;
}
/*.lead .h4
{
    line-height: 2;
}*/

/* FIN DE PRUEBA */