.btn{
	font-size: 13px;
}

.icon-cargo{
	background: url('../../images/glyphicons/glyphicons_059_cargo_resized.png') no-repeat;
	background-position: center;
}

.icon-euro{
	background: url('../../images/glyphicons/glyphicons_226_euro_resized.png') no-repeat;
	background-position: center;
}

.icon-zoom-in-grey{
	background: url('../../images/glyphicons/glyphicons_236_zoom_in_resized_grey.png') no-repeat;
	background-position: center;
}

.icon-star-grey{
	background: url('../../images/glyphicons/glyphicons_049_star_resized_grey.png') no-repeat;
	background-position: center;
}

.icon-star-big{
	background: url('../../images/glyphicons/glyphicons_049_star.png') no-repeat;
	background-position: center;
	height: 20px;
	width: 20px;
	line-height: 20px;
	vertical-align: text-bottom;
}

.icon-star-empty-grey{
	background: url('../../images/glyphicons/glyphicons_048_dislikes_resized_grey.png') no-repeat;
	background-position: center;
}

.icon-star-empty-big{
	background: url('../../images/glyphicons/glyphicons_048_dislikes.png') no-repeat;
	background-position: center;
	height: 20px;
	width: 20px;
	line-height: 20px;
	vertical-align: text-bottom;
}

.icon-pencil-grey{
	background: url('../../images/glyphicons/glyphicons_030_pencil_resized_grey.png') no-repeat;
	background-position: center;
}

.icon-trash-grey{
	background: url('../../images/glyphicons/glyphicons_016_bin_resized_grey.png') no-repeat;
	background-position: center;
}

.icon-move-grey{
	background: url('../../images/glyphicons/glyphicons_186_move_resized_grey.png') no-repeat;
	background-position: center;
}

.icon-folder-plus{
	background: url('../../images/glyphicons/glyphicons_145_folder_plus_resized.png') no-repeat;
	background-position: center;
}

.icon-facetime-video-grey{
	background: url('../../images/glyphicons/glyphicons_180_facetime_video_resized_grey.png') no-repeat;
	background-position: center;
}

.icon-asterisk-grey{
	background: url('../../images/glyphicons/glyphicons_248_asterisk_grey.png') no-repeat;
	background-position: center;
}

.icon-eye-open-grey{
	background: url('../../images/glyphicons/glyphicons_051_eye_open_resized_grey.png') no-repeat;
	background-position: center;
}

.icon-eye-close-grey{
	background: url('../../images/glyphicons/glyphicons_052_eye_close_resized_grey.png') no-repeat;
	background-position: center;
}

.icon-cog-big{
	background: url('../../images/glyphicons/glyphicons_019_cogwheel.png') no-repeat;
	background-position: center;
	height: 24px;
	width: 24px;
	line-height: 24px;
	vertical-align: text-bottom;
}

.icon-charts{
    background: url('../../images/glyphicons/glyphicons_041_charts_resized.png') no-repeat;
    background-position: center;
}

.icon-info{
    background: url('../../images/glyphicons/glyphicons_195_circle_info_resized_gray.png') no-repeat;
    background-position: center;
}

.page-header{
	padding-bottom: 0px;
}

/* Para arreglar los margenes de la lista de thumbnails */

.row-fluid ul.thumbnails li.span12 + li { margin-left : 0px; }
.row-fluid ul.thumbnails li.span6:nth-child(2n + 3) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span4:nth-child(3n + 4) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span3:nth-child(4n + 5) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span2:nth-child(6n + 7) { margin-left : 0px; }

.thumbnail{
	text-align: center;
}

.caption{
	font-size: 12px;
}

.dl-horizontal{
	vertical-align: top;
}

.alert {
	clear: both;
}


.carousel .item > img {
	margin: auto;
}

.btn-group-wrap-center {
    text-align: center;
}

.btn-group {
    margin: 5 auto; 
    text-align: center;
    display: inline-block;
}

.modal.large{
    width: 650px;
    margin-left: -325px; /* - width/2 */
}

.modal.video{
    width: 530px;
    margin-left: -265px; /* - width/2 */
}

.carousel-caption{
	background: #333333;	
	background: rgba(0, 0, 0, 0.8);
}

.dl-horizontal dt {
	width: 160px;
}

.dl-horizontal dd {
	margin-left: 170px;
}

.hero-unit {
	padding: 10px;	
}

.hero-unit p{
    font-size: 15px;
    font-weight: normal;
}

.form-horizontal .control-label {
  width: 200px;
}

.form-horizontal .control-label.large {
	width: 300px;
}

.form-horizontal .controls {
  margin-left: 220px;
}

.form-horizontal .controls.label-large {
  margin-left: 320px;
}
